LuaRailPath

A rail path.

class LuaRailPath - sort
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[uintLuaEntity] [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.
size :: uint [Read-only]

The total number of rails in this path.

current :: uint [Read-only]

The current rail index.

total_distance :: double [Read-only]

The total path distance.

travelled_distance :: double [Read-only]

The total distance travelled.

rails :: LuaCustomTable[uintLuaEntity] [Read-only]

Array of the rails that this path travels over.