|
UGDK
0.4.1
|
#include <ugdk/script/languages/lua/bootstrapgear.h>


Public Member Functions | |
| BootstrapGear () | |
| ~BootstrapGear () | |
| bool | Initialize (const ModuleList &modules) |
| Public: | |
| DataGear * | NextGear () |
| void | Abort () |
Public Member Functions inherited from ugdk::script::lua::BaseGear | |
| InternalSafeCall | SafeCall (lua_CFunction func) |
| State * | operator-> () |
| const Constant | TracedCall (int nargs, int nres) |
| Makes a traced call to a function. | |
| const Constant | Report (const Constant &c) |
| Protected: | |
Additional Inherited Members | |
Protected Member Functions inherited from ugdk::script::lua::BaseGear | |
| BaseGear (lua_State *L) | |
| ~BaseGear () | |
| State & | L () |
Protected Attributes inherited from ugdk::script::lua::BaseGear | |
| State | L_ |
|
inline |
|
inline |
| void ugdk::script::lua::BootstrapGear::Abort | ( | ) |
| bool ugdk::script::lua::BootstrapGear::Initialize | ( | const ModuleList & | modules | ) |
Public:
| DataGear * ugdk::script::lua::BootstrapGear::NextGear | ( | ) |