LuaRailPath

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 :: custom dictionary uintLuaEntity [R] The rails this path travels.
valid :: boolean [R] Is this object valid?
help() → string All methods, and properties that this object supports.

A rail path.

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 :: custom dictionary uintLuaEntity [Read-only]

The rails this path travels.