![]() |
Pioneer
|
#include "CoreFwdDecl.h"#include "FileSystem.h"#include "LuaUtils.h"#include "core/Log.h"#include "libs.h"
Functions | |
| void | pi_lua_open_standard_base (lua_State *L) |
| int | pi_lua_panic (lua_State *L) |
| void | pi_lua_protected_call (lua_State *L, int nargs, int nresults) |
| int | pi_lua_loadfile (lua_State *l, const FileSystem::FileData &code) |
| void | pi_lua_dofile (lua_State *l, const FileSystem::FileData &code, int nret) |
| void | pi_lua_dofile (lua_State *l, const std::string &path) |
| void | pi_lua_dofile_recursive (lua_State *l, const std::string &basepath) |
| void | pi_lua_warn (lua_State *l, const char *format,...) |
| bool | pi_lua_split_table_path (lua_State *l, const std::string &path) |
| int | secure_trampoline (lua_State *l) |
| void pi_lua_dofile | ( | lua_State * | l, |
| const FileSystem::FileData & | code, | ||
| int | nret | ||
| ) |

| void pi_lua_dofile | ( | lua_State * | l, |
| const std::string & | path | ||
| ) |

| void pi_lua_dofile_recursive | ( | lua_State * | l, |
| const std::string & | basepath | ||
| ) |

| int pi_lua_loadfile | ( | lua_State * | l, |
| const FileSystem::FileData & | code | ||
| ) |

| void pi_lua_open_standard_base | ( | lua_State * | L | ) |

| int pi_lua_panic | ( | lua_State * | L | ) |

| void pi_lua_protected_call | ( | lua_State * | L, |
| int | nargs, | ||
| int | nresults | ||
| ) |

| bool pi_lua_split_table_path | ( | lua_State * | l, |
| const std::string & | path | ||
| ) |
| void pi_lua_warn | ( | lua_State * | l, |
| const char * | format, | ||
| ... | |||
| ) |

| int secure_trampoline | ( | lua_State * | l | ) |