[Overview][Types][Classes][Procedures and functions][Variables] Reference for unit 'pLuaObject' (#pLua)

plua_ClassMethodWrapper

Declaration

Source position: pLuaObject.pas line 12

type plua_ClassMethodWrapper = function(

  target: TObject;

  l: Plua_State;

  paramidxstart: Integer;

  paramcount: Integer

):Integer;