Source position: pLuaObject.pas line 27
type TLuaClassMethod = record
MethodName: AnsiString;
wrapper: plua_MethodWrapper;
end;