Implements iterator to iterate through lists of lines.
Usage: 
foreach(line in list) {
    ... 
}
- See also
- player_x::get_line_list, halt_x::get_line_list 
Definition at line 15 of file api_line.cc.
◆ _get()
Meta-method to be used in foreach loops. Do not call them directly. 
 
 
◆ _nexti()
  
  | 
        
          | void line_list_x::_nexti | ( |  | ) |  |  | private | 
 
Meta-method to be used in foreach loops. Do not call them directly. 
 
 
◆ get_count()
      
        
          | integer line_list_x::get_count | ( |  | ) |  | 
      
 
Returns number of lines in the list. 
 
 
The documentation for this class was generated from the following file: