12.03.2011, 18:27
Update
Now plugin also provides std::map data container.
std::map is basically key-value list. Key is always string (array). Value can be either int, float or array (string). Values are referenced with keys (map_get(MAPID, "key") to get integer value)
Example:
"stringkey1" => "this is value"
"floatkey2" => 0.492
"intkey" => 46
Now plugin also provides std::map data container.
std::map is basically key-value list. Key is always string (array). Value can be either int, float or array (string). Values are referenced with keys (map_get(MAPID, "key") to get integer value)
Example:
"stringkey1" => "this is value"
"floatkey2" => 0.492
"intkey" => 46