Binder Class Reference
#include <Script.h>
List of all members.
Constructor & Destructor Documentation
| Binder::Binder |
( |
lua_State * |
L |
) |
|
Member Function Documentation
| void Binder::init |
( |
const char * |
tname, |
|
|
const luaL_reg * |
flist | |
|
) |
| | |
| void Binder::pushnumber |
( |
double |
v |
) |
|
| double Binder::checknumber |
( |
int |
index |
) |
|
| void Binder::pushstring |
( |
const char * |
s |
) |
|
| const char * Binder::checkstring |
( |
int |
index |
) |
|
| void Binder::pushusertype |
( |
void * |
udata, |
|
|
const char * |
tname | |
|
) |
| | |
| void * Binder::checkusertype |
( |
int |
index, |
|
|
const char * |
tname | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following files:
- /Users/ccliffe/Dev/cubicvr/cubicvr/include/CubicVR/Script.h
- /Users/ccliffe/Dev/cubicvr/cubicvr/src/Script.cpp