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

lua_sethook

Declaration

Source position: lua.pas line 523

function lua_sethook(

  L: Plua_State;

  func: lua_Hook;

  mask: Integer;

  count: Integer

):Integer;