Interface ICircuitOperator
Interface that makes an entity behave like operator in circuit system
Methods
IsOperator(int)
True if the given type of entity is a circuit operator
Declaration
public static bool IsOperator(int typeID)
OnTriggeredByCircuit()
This function is called when the operator get triggered by the system
Declaration
void OnTriggeredByCircuit()