A rail path.
| size :: uint [R] | The total number of rails in this path. |
| current :: uint [R] | The current rail index. |
| total_distance :: double [R] | The total path distance. |
| travelled_distance :: double [R] | The total distance travelled. |
| rails :: LuaCustomTable[uint → LuaEntity] [R] | Array of the rails that this path travels over. |
| valid :: boolean [R] | Is this object valid? |
| object_name :: string [R] | The class name of this object. |
| help() → string | All methods and properties that this object supports. |
The total number of rails in this path.
The current rail index.
The total path distance.
The total distance travelled.
Array of the rails that this path travels over.