[Overview][Types][Classes][Procedures and functions][Variables] |
Source position: LuaObject.pas line 61
procedure RegisterMethod( |
L: Plua_State; |
TheMethodName: AnsiString; |
TheMethodAddress: lua_CFunction; |
classTable: Integer |
); |
L |
|
PLua_State to work with. |