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

luaL_checkstack

Declaration

Source position: lua.pas line 650

procedure luaL_checkstack(

  L: Plua_State;

  sz: Integer;

  const msg: PChar

);