AMX Mod X API Documentation

Signature
native bool:IsPackEnded(DataPack:pack);
Description

Returns if the datapack has reached its end and no more data can be read.

Parameters
  • pack Datapack handle
Returns

True if datapack has reached the end, false otherwise

Errors
  • If an invalid handle is provided, an error will be thrown.
Назад
Верх