AMX Mod X API Documentation

Signature
native DataPackPos:GetPackPosition(DataPack:pack);
Description

Returns the datapack read/write position.

Parameters
  • pack Datapack handle
Returns

Position in the datapack, only usable with calls to SetPackPosition

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