Class: RPG::Troop::Member
- Defined in:
- scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb
Instance Attribute Summary collapse
-
#enemy_id
Returns the value of attribute enemy_id.
-
#hidden
Returns the value of attribute hidden.
-
#x
Returns the value of attribute x.
-
#y
Returns the value of attribute y.
Instance Attribute Details
#enemy_id
Returns the value of attribute enemy_id.
651 652 653 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 651 def enemy_id @enemy_id end |
#hidden
Returns the value of attribute hidden.
654 655 656 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 654 def hidden @hidden end |
#x
Returns the value of attribute x.
652 653 654 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 652 def x @x end |
#y
Returns the value of attribute y.
653 654 655 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 653 def y @y end |