#include "NasalSGPath.hxx"
#include <Main/globals.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/nasal/cppbind/NasalHash.hxx>
#include <simgear/nasal/cppbind/Ghost.hxx>
Go to the source code of this file.
◆ NasalSGPath
◆ SGPathRef
◆ f_desktop()
static naRef f_desktop |
( |
const nasal::CallContext & | ctx | ) |
|
|
static |
◆ f_new_path()
static naRef f_new_path |
( |
const nasal::CallContext & | ctx | ) |
|
|
static |
◆ f_path_create_dir()
static int f_path_create_dir |
( |
SGPath & | p, |
|
|
const nasal::CallContext & | ctx ) |
|
static |
◆ f_path_set()
static void f_path_set |
( |
SGPath & | p, |
|
|
const nasal::CallContext & | ctx ) |
|
static |
◆ f_standardLocation()
static naRef f_standardLocation |
( |
const nasal::CallContext & | ctx | ) |
|
|
static |
◆ initNasalSGPath()
naRef initNasalSGPath |
( |
naRef | globals, |
|
|
naContext | c ) |
◆ validatedPathToNasal()
static naRef validatedPathToNasal |
( |
const nasal::CallContext & | ctx, |
|
|
const SGPath & | p ) |
|
static |