[Overview][Constants][Types][Procedures and functions] Reference for unit 'lua' (#pLua)

lua_cpcall

Declaration

Source position: lua.pas line 360

function lua_cpcall(

  L: Plua_State;

  func: lua_CFunction;

  ud: Pointer

):Integer;