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