ClassLuaRailPath
Members
| size | :: R uint32 | The total number of rails in this path. |
The total number of rails in this path. | ||
| current | :: R uint32 | The current rail index. |
The current rail index. | ||
| total_distance | :: R double | The total path distance. |
The total path distance. | ||
| travelled_distance | :: R double | The total distance traveled. |
The total distance traveled. | ||
| rails | :: R LuaCustomTable[uint32 → LuaEntity] | Array of the rails that this path travels over. |
Array of the rails that this path travels over. | ||
| is_front | :: R boolean | If the path goes from the front of the train |
If the path goes from the front of the train | ||
| valid | :: R boolean | Is this object valid? [...] |
Is this object valid? [...] | ||
| object_name | :: R string | The class name of this object. [...] |
The class name of this object. [...] | ||


