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

Static Public Member Functions

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

Static Private Member Functions

static int luaClear (lua_State *state)
 
static int luaAddGameEffectType (lua_State *state)
 
static int luaAddGameEffectMedium (lua_State *state)
 
static int luaAddWeaponType (lua_State *state)
 
static int luaAddSpellType (lua_State *state)
 
static int luaAddAbility (lua_State *state)
 

Detailed Description

Definition at line 197 of file bindings.h.

Member Function Documentation

◆ getLuaType()

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

Definition at line 720 of file bindings.cpp.

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

Here is the caller graph for this function:

◆ luaAddAbility()

int Engines::Witcher::LuaBindings::CDefs::luaAddAbility ( lua_State *  state)
staticprivate

◆ luaAddGameEffectMedium()

int Engines::Witcher::LuaBindings::CDefs::luaAddGameEffectMedium ( lua_State *  state)
staticprivate

Definition at line 734 of file bindings.cpp.

References Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ luaAddGameEffectType()

int Engines::Witcher::LuaBindings::CDefs::luaAddGameEffectType ( lua_State *  state)
staticprivate

Definition at line 729 of file bindings.cpp.

References Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ luaAddSpellType()

int Engines::Witcher::LuaBindings::CDefs::luaAddSpellType ( lua_State *  state)
staticprivate

Definition at line 744 of file bindings.cpp.

References Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ luaAddWeaponType()

int Engines::Witcher::LuaBindings::CDefs::luaAddWeaponType ( lua_State *  state)
staticprivate

Definition at line 739 of file bindings.cpp.

References Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ luaClear()

int Engines::Witcher::LuaBindings::CDefs::luaClear ( lua_State *  state)
staticprivate

Definition at line 724 of file bindings.cpp.

References Engines::Witcher::unimplementedFunction().

Here is the call graph for this function:

◆ registerLuaBindings()

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

Definition at line 701 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: