native ReadPackString(DataPack:pack, buffer[], maxlen);
pack | Datapack handle |
buffer | Buffer to copy string to |
maxlen | Maximum size of buffer |
Reads a string from a Datapack.
Number of cells written to buffer
If an invalid handle is provided, or not enough data is left in the datapack, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.