Class: Game_Troop
Overview
Class that describe a troop of enemies
Instance Method Summary collapse
-
#enemies ⇒ Array<Game_Enemy>
Returns the list of enemies.
-
#initialize ⇒ Game_Troop
constructor
Default initializer.
-
#setup(troop_id)
Setup the troop with a troop from the database.
Constructor Details
#initialize ⇒ Game_Troop
Default initializer.
175 176 |
# File 'docs/00600_Script_RMXP.rb', line 175 def initialize end |
Instance Method Details
#enemies ⇒ Array<Game_Enemy>
Returns the list of enemies
179 180 |
# File 'docs/00600_Script_RMXP.rb', line 179 def enemies end |
#setup(troop_id)
Setup the troop with a troop from the database
183 184 |
# File 'docs/00600_Script_RMXP.rb', line 183 def setup(troop_id) end |