public override void PushCommand(string procedure, UML.StateEventArg firearg, bool shutdown)
 {
     if (command == 1)
     {
         Debug.LogError("ProcedureManager has a command!!");
         return;
     }
     command      = 1;
     commandEvent = procedure;
     commandArg   = firearg;
 }
Beispiel #2
0
 public abstract void PushCommand(string procedure, UML.StateEventArg firearg, bool shutdown);
Beispiel #3
0
 public abstract void PushCommand(string procedure, UML.StateEventArg firearg = null);