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

Functions

void Register (lua_State *L)
 
void PushToLua (lua_State *L, const fixed &v)
 
const fixedGetFromLua (lua_State *L, int idx)
 
const fixedCheckFromLua (lua_State *L, int idx)
 

Variables

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

Function Documentation

◆ CheckFromLua()

const fixed * LuaFixed::CheckFromLua ( lua_State *  L,
int  idx 
)

◆ GetFromLua()

const fixed * LuaFixed::GetFromLua ( lua_State *  L,
int  idx 
)

◆ PushToLua()

void LuaFixed::PushToLua ( lua_State *  L,
const fixed v 
)

◆ Register()

void LuaFixed::Register ( lua_State *  L)

Variable Documentation

◆ LibName

const char LuaFixed::LibName = "fixed"
extern

◆ TypeName

const char LuaFixed::TypeName = "fixed"
extern