Skip to content

Ilusion9/intmap-inc-sm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

137bfbb · Feb 25, 2020

History

12 Commits
Feb 25, 2020
Feb 19, 2020
Feb 15, 2020
Feb 15, 2020

Repository files navigation

Description

IntMap data structure for sourcemod.

IntMap

IntMap()
bool SetValue(int key, any value, bool replace = true)
bool SetArray(int key, const any[] array, int num_items, bool replace = true)
bool SetString(int key, const char[] value, bool replace = true)
bool GetValue(int key, any& value)
bool GetArray(int key, any[] array, int max_size, int& size = 0)
bool GetString(int key, char[] value, int max_size, int& size = 0)
bool Remove(int key)
void Clear()
IntMapSnapshot Snapshot()
int Size

IntMapSnapshot

int GetKey(int index)
int Length

Releases

No releases published

Sponsor this project

Packages

No packages published