Sets an array value in a Map, either inserting a new entry or replacing an old one.
bool SetArray(const char[] key, const any[] array, int num_items, bool replace)
Key string.
Array to store.
Number of items in the array.
If false, operation will fail if the key is already set.
True on success, false on failure.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.