Public Member Functions | |
| CmdLineWrapper (lua_State *l) | |
| int | init (lua_State *l) |
| Initialize this class. | |
| int | run (lua_State *l) |
| Play. | |
Static Public Attributes | |
| static const char | className [] = "BB5CmdLineClient" |
| static Luna< CmdLineWrapper > ::RegType | methods [] |
Luna< CmdLineWrapper >::RegType CmdLineWrapper::methods [static] |
{
luna_method(CmdLineWrapper, init),
luna_method(CmdLineWrapper, run),
{ 0, 0 }
}
1.6.3