Class: Battle::Actions::HighPriorityItem
- Defined in:
- docs/5_Battle_05_Actions.rb
Overview
Class describing the activation message of item granting priority
Instance Method Summary collapse
-
#<=>(other) ⇒ Integer
Compare this action with another.
-
#execute
Execute the action.
-
#initialize(scene, holder) ⇒ HighPriorityItem
constructor
Create a new high priority item action.
Methods inherited from Base
Constructor Details
#initialize(scene, holder) ⇒ HighPriorityItem
Create a new high priority item action
218 219 |
# File 'docs/5_Battle_05_Actions.rb', line 218 def initialize(scene, holder) end |
Instance Method Details
#<=>(other) ⇒ Integer
Compare this action with another
223 224 |
# File 'docs/5_Battle_05_Actions.rb', line 223 def <=>(other) end |
#execute
Execute the action
226 227 |
# File 'docs/5_Battle_05_Actions.rb', line 226 def execute end |