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

Static Public Member Functions

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

Static Private Member Functions

static int luaNewLocal (lua_State *state)
 
static int luaSet (lua_State *state)
 
static int luaGetX (lua_State *state)
 
static int luaSetX (lua_State *state)
 
static int luaGetY (lua_State *state)
 
static int luaSetY (lua_State *state)
 
static int luaGetZ (lua_State *state)
 
static int luaSetZ (lua_State *state)
 

Detailed Description

Definition at line 358 of file bindings.h.

Member Function Documentation

◆ getLuaType()

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

Definition at line 1159 of file bindings.cpp.

◆ luaGetX()

int Engines::Witcher::LuaBindings::Vector::luaGetX ( lua_State *  state)
staticprivate

Definition at line 1196 of file bindings.cpp.

References Aurora::Lua::Stack::getSize().

Here is the call graph for this function:

◆ luaGetY()

int Engines::Witcher::LuaBindings::Vector::luaGetY ( lua_State *  state)
staticprivate

Definition at line 1222 of file bindings.cpp.

References Aurora::Lua::Stack::getSize().

Here is the call graph for this function:

◆ luaGetZ()

int Engines::Witcher::LuaBindings::Vector::luaGetZ ( lua_State *  state)
staticprivate

Definition at line 1248 of file bindings.cpp.

References Aurora::Lua::Stack::getSize().

Here is the call graph for this function:

◆ luaNewLocal()

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

◆ luaSet()

int Engines::Witcher::LuaBindings::Vector::luaSet ( lua_State *  state)
staticprivate

Definition at line 1181 of file bindings.cpp.

References Aurora::Lua::Stack::getSize().

Here is the call graph for this function:

◆ luaSetX()

int Engines::Witcher::LuaBindings::Vector::luaSetX ( lua_State *  state)
staticprivate

Definition at line 1209 of file bindings.cpp.

References Aurora::Lua::Stack::getSize().

Here is the call graph for this function:

◆ luaSetY()

int Engines::Witcher::LuaBindings::Vector::luaSetY ( lua_State *  state)
staticprivate

Definition at line 1235 of file bindings.cpp.

References Aurora::Lua::Stack::getSize().

Here is the call graph for this function:

◆ luaSetZ()

int Engines::Witcher::LuaBindings::Vector::luaSetZ ( lua_State *  state)
staticprivate

Definition at line 1261 of file bindings.cpp.

References Aurora::Lua::Stack::getSize().

Here is the call graph for this function:

◆ registerLuaBindings()

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

Definition at line 1143 of file bindings.cpp.

References LUA_DEFAULT_DELETER, and 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: