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

luaL_checkstack

Declaration

Source position: Lua.pas line 629

procedure luaL_checkstack(

  L: Plua_State;

  sz: Integer;

  const msg: PChar

);