DataPack_GetCell
Retrieve a cell from a DataPack. Result passed byref to allow fail check.
Syntax
stock bool:DataPack_GetCell(Array:hDataPack, iIndex, &any:cResult) {
Usage
| hDataPack | DataPack handle |
| iIndex | Entry index |
| cResult | — |
Return
bool — Boolean: success/fail
Defined in
DataPacks.inc
at line 200
.
This documentation was automatically generated from source.