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