Implements iterator to iterate through the list of all labels on the map.
Usage:
foreach(label in list) {
...
}
Definition at line 256 of file api_world.cc.
◆ _get()
label_x label_list_x::_get |
( |
integer |
| ) |
|
|
private |
Meta-method to be used in foreach loops to loop over all labels on the map. Do not call it directly.
◆ _nexti()
void label_list_x::_nexti |
( |
| ) |
|
|
private |
Meta-method to be used in foreach loops to loop over all labels on the map. Do not call it directly.
◆ get_count()
integer label_list_x::get_count |
( |
| ) |
|
Returns number of labels in the list.
The documentation for this class was generated from the following file: