Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
map Class Reference
Inheritance diagram for map:

Detailed Description

Associative array template. Usage:

// fill
prg_count.Insert("hello", 10);
prg_count.Insert("world", 20);
prg_count.Insert("!", 1);
Print(prg_count.Get("world")); // prints '20'
Definition Types.c:486
proto void Print(void var, LogLevel level=LogLevel.NORMAL)
Prints content of variable to console/log.

Definition at line 485 of file Types.c.


The documentation for this class was generated from the following file: