Stop() public méthode

public Stop ( ) : void
Résultat void
Exemple #1
0
 /// <summary>
 ///     Stop the bot from going any further
 /// </summary>
 public void Stop()
 {
     IsWorking = false;
     _stateMachine.Stop();
     _playerMonitor.Stop();
     //_chatMonitor.Stop();
     _fface.Follow.Reset();
 }
Exemple #2
0
 /// <summary>
 ///     Stop the bot from going any further
 /// </summary>
 public void Stop()
 {
     IsWorking = false;
     _stateMachine.Stop();
     _playerMonitor.Stop();
 }
Exemple #3
0
 /// <summary>
 /// Stop the bot from going any further
 /// </summary>
 public void Stop()
 {
     IsWorking = false;
     _stateMachine.Stop();
 }