Simutrans-Squirrel-API
Private Member Functions | List of all members
good_desc_list_x Class Reference

Private Member Functions

void _get ()
 
void _nexti ()
 

Detailed Description

Implements iterator to iterate through the list of all good types.

Usage:

local list = good_desc_list_x()
foreach(good_desc in list) {
... // good_desc is an instance of the good_desc_x class
}

Definition at line 378 of file api_obj_desc.cc.

Member Function Documentation

◆ _get()

void good_desc_list_x::_get ( )
private

Meta-method to be used in foreach loops. Do not call them directly.

◆ _nexti()

void good_desc_list_x::_nexti ( )
private

Meta-method to be used in foreach loops. Do not call them directly.


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