Class: RPG::System::TestBattler
Instance Attribute Summary collapse
-
#actor_id
Returns the value of attribute actor_id.
-
#armor1_id
Returns the value of attribute armor1_id.
-
#armor2_id
Returns the value of attribute armor2_id.
-
#armor3_id
Returns the value of attribute armor3_id.
-
#armor4_id
Returns the value of attribute armor4_id.
-
#level
Returns the value of attribute level.
-
#weapon_id
Returns the value of attribute weapon_id.
Instance Attribute Details
#actor_id
Returns the value of attribute actor_id.
2451 2452 2453 |
# File 'docs/0_Dependencies.rb', line 2451 def actor_id @actor_id end |
#armor1_id
Returns the value of attribute armor1_id.
2454 2455 2456 |
# File 'docs/0_Dependencies.rb', line 2454 def armor1_id @armor1_id end |
#armor2_id
Returns the value of attribute armor2_id.
2455 2456 2457 |
# File 'docs/0_Dependencies.rb', line 2455 def armor2_id @armor2_id end |
#armor3_id
Returns the value of attribute armor3_id.
2456 2457 2458 |
# File 'docs/0_Dependencies.rb', line 2456 def armor3_id @armor3_id end |
#armor4_id
Returns the value of attribute armor4_id.
2457 2458 2459 |
# File 'docs/0_Dependencies.rb', line 2457 def armor4_id @armor4_id end |
#level
Returns the value of attribute level.
2452 2453 2454 |
# File 'docs/0_Dependencies.rb', line 2452 def level @level end |
#weapon_id
Returns the value of attribute weapon_id.
2453 2454 2455 |
# File 'docs/0_Dependencies.rb', line 2453 def weapon_id @weapon_id end |