Class: RPG::Troop::Page::Condition
- Defined in:
- scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb
Instance Attribute Summary collapse
-
#actor_hp
Returns the value of attribute actor_hp.
-
#actor_id
Returns the value of attribute actor_id.
-
#actor_valid
Returns the value of attribute actor_valid.
-
#enemy_hp
Returns the value of attribute enemy_hp.
-
#enemy_index
Returns the value of attribute enemy_index.
-
#enemy_valid
Returns the value of attribute enemy_valid.
-
#switch_id
Returns the value of attribute switch_id.
-
#switch_valid
Returns the value of attribute switch_valid.
-
#turn_a
Returns the value of attribute turn_a.
-
#turn_b
Returns the value of attribute turn_b.
-
#turn_valid
Returns the value of attribute turn_valid.
Instance Attribute Details
#actor_hp
Returns the value of attribute actor_hp.
670 671 672 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 670 def actor_hp @actor_hp end |
#actor_id
Returns the value of attribute actor_id.
669 670 671 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 669 def actor_id @actor_id end |
#actor_valid
Returns the value of attribute actor_valid.
663 664 665 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 663 def actor_valid @actor_valid end |
#enemy_hp
Returns the value of attribute enemy_hp.
668 669 670 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 668 def enemy_hp @enemy_hp end |
#enemy_index
Returns the value of attribute enemy_index.
667 668 669 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 667 def enemy_index @enemy_index end |
#enemy_valid
Returns the value of attribute enemy_valid.
662 663 664 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 662 def enemy_valid @enemy_valid end |
#switch_id
Returns the value of attribute switch_id.
671 672 673 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 671 def switch_id @switch_id end |
#switch_valid
Returns the value of attribute switch_valid.
664 665 666 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 664 def switch_valid @switch_valid end |
#turn_a
Returns the value of attribute turn_a.
665 666 667 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 665 def turn_a @turn_a end |
#turn_b
Returns the value of attribute turn_b.
666 667 668 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 666 def turn_b @turn_b end |
#turn_valid
Returns the value of attribute turn_valid.
661 662 663 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 661 def turn_valid @turn_valid end |