ReadPackFloat
Syntax
native Float:ReadPackFloat(DataPack:pack);
Usage
| Parameter | Description |
|---|---|
| pack | Datapack handle |
Description
Reads a float from a datapack.
Return
Float value
Error
If an invalid handle is provided, or not enough data is left in the datapack, an error will be thrown.