AMX Mod X API Documentation

Signature
native Float:ReadPackFloat(DataPack:pack);
Description

Reads a float from a datapack.

Parameters
  • pack Datapack handle
Returns

Float value

Errors
  • If an invalid handle is provided, or not enough data is left

    in the datapack, an error will be thrown.

Назад
Верх