A condition which is based upon the state of another signal. More...
#include <programmable_signals.h>
Public Member Functions | |
SignalStateCondition (SignalReference this_sig, TileIndex sig_tile, Trackdir sig_track) | |
void | SetSignal (TileIndex tile, Trackdir track) |
bool | IsSignalValid () |
void | Invalidate () |
virtual bool | Evaluate (SignalVM &vm) |
Data Fields | |
SignalReference | this_sig |
TileIndex | sig_tile |
Trackdir | sig_track |
SignalState | state |
A condition which is based upon the state of another signal.
Definition at line 207 of file programmable_signals.h.