
| Inherits from LuaGenericOnOffControlBehavior « LuaControlBehavior |
| send_to_train | :: RW boolean |
|
| ||
| read_from_train | :: RW boolean |
|
| ||
| read_stopped_train | :: RW boolean |
|
| ||
| set_trains_limit | :: RW boolean |
|
| ||
| read_trains_count | :: RW boolean |
|
| ||
| stopped_train_signal | :: RW SignalID? | The signal that will be sent when using the send-train-id option. |
The signal that will be sent when using the send-train-id option. | ||
| trains_count_signal | :: RW SignalID? | The signal that will be sent when using the read-trains-count option. |
The signal that will be sent when using the read-trains-count option. | ||
| trains_limit_signal | :: RW SignalID? | The signal to be used by set-trains-limit to limit amount of incoming trains |
The signal to be used by set-trains-limit to limit amount of incoming trains | ||
| set_priority | :: RW boolean |
|
| ||
| priority_signal | :: RW SignalID? | The signal to be used by set-priority change priority of the train stop |
The signal to be used by set-priority change priority of the train stop | ||
| 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. [...] | ||
| disabled | :: R boolean | If the entity is currently disabled because of the control behavior. |
If the entity is currently disabled because of the control behavior. | ||
| circuit_enable_disable | :: RW boolean |
|
| ||
| circuit_condition | :: RW CircuitConditionDefinition? | The circuit condition. [...] |
The circuit condition. [...] | ||
| connect_to_logistic_network | :: RW boolean |
|
| ||
| logistic_condition | :: RW CircuitConditionDefinition? | The logistic condition. [...] |
The logistic condition. [...] | ||
| get_circuit_network(wire_connector_id) | → LuaCircuitNetwork? | |
| type | :: R defines.control_behavior.type | The concrete type of this control behavior. |
The concrete type of this control behavior. | ||
| entity | :: R LuaEntity | The entity this control behavior belongs to. |
The entity this control behavior belongs to. | ||











