native bool:json_array_replace_value(JSON:array, index, const JSON:value);
array | Array handle |
index | Position in the array to be replaced |
value | JSON handle to set |
Replaces an element in the array with value.
True if succeed, false otherwise
If passed handle is not a valid array
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.