Skip to content

Code_c_map

lemmiix edited this page Nov 5, 2025 · 2 revisions

c_map documentation

c_map

struct map_uint_bool {
	unsigned int key;
	bool active;
};

This struct provides the basic members to create a key-value map.
@member key: the identifier of the map (which is actually not properly implemented as a traditional "map". This is actually more of a set with value pairs) @member active: either TRUE or FALSE value

Quicknav

Go back to wiki home

Code documentation:
doc_code

Architecture documentation:
doc_arch

Project license

Clone this wiki locally