Pioneer
Loading...
Searching...
No Matches
Functions | Variables
LuaColor Namespace Reference

Functions

void Register (lua_State *L)
 
Color4ubPushNewToLua (lua_State *L)
 
void PushToLua (lua_State *L, const Color4ub &v)
 
const Color4ubGetFromLua (lua_State *L, int idx)
 
Color4ubCheckFromLua (lua_State *L, int idx)
 

Variables

const char LibName [] = "Color"
 
const char TypeName [] = "Color"
 

Function Documentation

◆ CheckFromLua()

Color4ub * LuaColor::CheckFromLua ( lua_State *  L,
int  idx 
)
Here is the call graph for this function:

◆ GetFromLua()

const Color4ub * LuaColor::GetFromLua ( lua_State *  L,
int  idx 
)
Here is the call graph for this function:

◆ PushNewToLua()

Color4ub * LuaColor::PushNewToLua ( lua_State *  L)
Here is the call graph for this function:

◆ PushToLua()

void LuaColor::PushToLua ( lua_State *  L,
const Color4ub v 
)
inline
Here is the call graph for this function:

◆ Register()

void LuaColor::Register ( lua_State *  L)
Here is the call graph for this function:

Variable Documentation

◆ LibName

const char LuaColor::LibName = "Color"
extern

◆ TypeName

const char LuaColor::TypeName = "Color"
extern