xoreos  0.0.5
Static Public Member Functions | Static Private Member Functions | List of all members
Engines::Witcher::LuaBindings::C2DA Class Reference

Static Public Member Functions

static void registerLuaBindings ()
 
static Common::UString getLuaType ()
 

Static Private Member Functions

static int luaNew (lua_State *state)
 
static int luaDelete (lua_State *state)
 
static int luaNewLocal (lua_State *state)
 
static int luaLoad2DArray (lua_State *state)
 
static int luaUnload2DArray (lua_State *state)
 
static int luaGetNumRows (lua_State *state)
 
static int luaGetCExoStringEntry (lua_State *state)
 
static int luaGetIntEntry (lua_State *state)
 

Detailed Description

Definition at line 232 of file bindings.h.

Member Function Documentation

◆ getLuaType()

Common::UString Engines::Witcher::LuaBindings::C2DA::getLuaType ( )
static

Definition at line 821 of file bindings.cpp.

Referenced by Engines::Witcher::LuaBindings::C2DArrays::luaGetLanguagesTable().

Here is the caller graph for this function:

◆ luaDelete()

int Engines::Witcher::LuaBindings::C2DA::luaDelete ( lua_State *  state)
staticprivate

Definition at line 832 of file bindings.cpp.

References Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ luaGetCExoStringEntry()

int Engines::Witcher::LuaBindings::C2DA::luaGetCExoStringEntry ( lua_State *  state)
staticprivate

Definition at line 864 of file bindings.cpp.

References Aurora::Lua::Stack::pushNil(), Aurora::Lua::Stack::pushString(), and Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ luaGetIntEntry()

int Engines::Witcher::LuaBindings::C2DA::luaGetIntEntry ( lua_State *  state)
staticprivate

Definition at line 876 of file bindings.cpp.

References Aurora::Lua::Stack::pushInt(), Aurora::Lua::Stack::pushNil(), and Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ luaGetNumRows()

int Engines::Witcher::LuaBindings::C2DA::luaGetNumRows ( lua_State *  state)
staticprivate

Definition at line 854 of file bindings.cpp.

References Aurora::Lua::Stack::pushInt(), and Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ luaLoad2DArray()

int Engines::Witcher::LuaBindings::C2DA::luaLoad2DArray ( lua_State *  state)
staticprivate

Definition at line 844 of file bindings.cpp.

References Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ luaNew()

int Engines::Witcher::LuaBindings::C2DA::luaNew ( lua_State *  state)
staticprivate

Definition at line 825 of file bindings.cpp.

References Engines::Witcher::pushFakeObject(), and Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ luaNewLocal()

int Engines::Witcher::LuaBindings::C2DA::luaNewLocal ( lua_State *  state)
staticprivate

Definition at line 837 of file bindings.cpp.

References Engines::Witcher::pushFakeObject(), and Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ luaUnload2DArray()

int Engines::Witcher::LuaBindings::C2DA::luaUnload2DArray ( lua_State *  state)
staticprivate

Definition at line 849 of file bindings.cpp.

References Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ registerLuaBindings()

void Engines::Witcher::LuaBindings::C2DA::registerLuaBindings ( )
static

Definition at line 802 of file bindings.cpp.

References LuaScriptMan.

Referenced by Engines::Witcher::LuaBindings::registerBindings().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: