[Overview][Constants][Types][Procedures and functions] Reference for unit 'Lua' (#gui)

lua_cpcall

Declaration

Source position: Lua.pas line 339

function lua_cpcall(

  L: Plua_State;

  func: lua_CFunction;

  ud: Pointer

):Integer;