Cont (MUs)

Syntax

<MU-Path>.Cont → object
<MU-Path>[X:integer, Y:integer].Cont → object

The read-only attribute Cont returns the MU, which is located on the loading space of the MU designated by <MU-Path>. You can also use Cont to access any location on the loading space by its position in the matrix.

Parameters

  • The parameter X of data type integer designates the x-position of the MU.

  • The parameter Y of data type integer designates the y-position of the MU.

Return Value

The return value has the data type object.

Example

@.Cont.move(Station)
@[1,1].Cont.move(Station)

Related Topics

Contents, menu command

Statistics Values, of the Transporter