DataPack_PushString
Push a string into a DataPack. Be careful with your string sizes on retrieval to avoid data loss.
Syntax
stock DataPack_PushString(Array:hDataPack, szString[], iLen=-1) {
Usage
| hDataPack | DataPack handle |
| szString | — |
| iLen | [optional] Max. length to read from the string |
Return
Actual — length of the inserted string, 0 on fail
Defined in
DataPacks.inc
at line 164
.
This documentation was automatically generated from source.