Method: Sc2::Player::Bot#on_action_errors
- Defined in:
- lib/sc2ai/player.rb
#on_action_errors(errors) ⇒ void
This method returns an undefined value.
Called on step if errors are present. Equivalent of UI red text errors. Override to read action errors.
315 316 317 |
# File 'lib/sc2ai/player.rb', line 315 def on_action_errors(errors) # Sc2.logger.debug errors end |