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