Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
map< Class TKey, Class TValue > Class Reference

Associative array template
usage: More...

Detailed Description

Associative array template
usage:

autoptr map<string, int> prg_count = new map<string, int>;
// fill
project_locations.Insert("dayz", 10);
project_locations.Insert("arma", 20);
project_locations.Insert("tkom", 1);
Print(project_locations.Get("arma")); // prints '20'

Definition at line 800 of file enscript.c.


The documentation for this class was generated from the following file:
Print
proto void Print(void var)
Prints content of variable to console/log.
map
map
Definition: controlsxboxnew.c:3