Class: RPG::System::TestBattler
- Inherits:
-
Object
- Object
- RPG::System::TestBattler
- Defined in:
- lib/eidolon/rgss/rpg/system/test_battler.rb,
lib/eidolon/rgss2/rpg/system/test_battler.rb,
lib/eidolon/rgss3/rpg/system/test_battler.rb
Overview
RGSS3
This data structure is specific to RGSS3 (VX Ace).
TestBattler
Data class for the battlers used in battle tests.
Instance Attribute Summary collapse
-
#actor_id ⇒ Object
Returns the value of attribute actor_id.
-
#armor1_id ⇒ Object
Returns the value of attribute armor1_id.
-
#armor2_id ⇒ Object
Returns the value of attribute armor2_id.
-
#armor3_id ⇒ Object
Returns the value of attribute armor3_id.
-
#armor4_id ⇒ Object
Returns the value of attribute armor4_id.
-
#equips ⇒ Object
Returns the value of attribute equips.
-
#level ⇒ Object
Returns the value of attribute level.
-
#weapon_id ⇒ Object
Returns the value of attribute weapon_id.
Instance Attribute Details
#actor_id ⇒ Object
Returns the value of attribute actor_id.
11 12 13 |
# File 'lib/eidolon/rgss/rpg/system/test_battler.rb', line 11 def actor_id @actor_id end |
#armor1_id ⇒ Object
Returns the value of attribute armor1_id.
14 15 16 |
# File 'lib/eidolon/rgss/rpg/system/test_battler.rb', line 14 def armor1_id @armor1_id end |
#armor2_id ⇒ Object
Returns the value of attribute armor2_id.
15 16 17 |
# File 'lib/eidolon/rgss/rpg/system/test_battler.rb', line 15 def armor2_id @armor2_id end |
#armor3_id ⇒ Object
Returns the value of attribute armor3_id.
16 17 18 |
# File 'lib/eidolon/rgss/rpg/system/test_battler.rb', line 16 def armor3_id @armor3_id end |
#armor4_id ⇒ Object
Returns the value of attribute armor4_id.
17 18 19 |
# File 'lib/eidolon/rgss/rpg/system/test_battler.rb', line 17 def armor4_id @armor4_id end |
#equips ⇒ Object
Returns the value of attribute equips.
13 14 15 |
# File 'lib/eidolon/rgss3/rpg/system/test_battler.rb', line 13 def equips @equips end |
#level ⇒ Object
Returns the value of attribute level.
12 13 14 |
# File 'lib/eidolon/rgss/rpg/system/test_battler.rb', line 12 def level @level end |
#weapon_id ⇒ Object
Returns the value of attribute weapon_id.
13 14 15 |
# File 'lib/eidolon/rgss/rpg/system/test_battler.rb', line 13 def weapon_id @weapon_id end |