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

plua_RecordConstructor

Declaration

Source position: pLuaRecord.pas line 17

type plua_RecordConstructor = function(

  l: Plua_State;

  paramidxstart: Integer;

  paramcount: Integer;

  InstanceInfo: PLuaRecordInstanceInfo

):Pointer;