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

lua_sethook

Declaration

Source position: Lua.pas line 502

function lua_sethook(

  L: Plua_State;

  func: lua_Hook;

  mask: Integer;

  count: Integer

):Integer;