UGDK
|
#include <auxlib.h>
Public Member Functions | |
AuxLib (lua_State *L) | |
void | openlibs () |
const Constant | loadfile (const char *filename) |
const Constant | loadstring (const char *str) |
int | checkintteger (int index) |
const char * | checkstring (int index) |
DataID | ref (int index) |
void | unref (int index, int n) |
Static Public Member Functions | |
static lua_State * | newstate () |
ugdk::script::lua::AuxLib::AuxLib | ( | lua_State * | L | ) | [inline, explicit] |
int ugdk::script::lua::AuxLib::checkintteger | ( | int | index | ) | [inline] |
const char* ugdk::script::lua::AuxLib::checkstring | ( | int | index | ) | [inline] |
const Constant ugdk::script::lua::AuxLib::loadfile | ( | const char * | filename | ) | [inline] |
const Constant ugdk::script::lua::AuxLib::loadstring | ( | const char * | str | ) | [inline] |
static lua_State* ugdk::script::lua::AuxLib::newstate | ( | ) | [inline, static] |
void ugdk::script::lua::AuxLib::openlibs | ( | ) | [inline] |
DataID ugdk::script::lua::AuxLib::ref | ( | int | index | ) | [inline] |
void ugdk::script::lua::AuxLib::unref | ( | int | index, |
int | n | ||
) | [inline] |