Class: RPG::Troop::Member
- Inherits:
-
Object
- Object
- RPG::Troop::Member
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
敌方队员的数据类
Instance Attribute Summary collapse
-
#enemy_id ⇒ Object
Returns the value of attribute enemy_id.
-
#hidden ⇒ Object
Returns the value of attribute hidden.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#enemy_id ⇒ Object
Returns the value of attribute enemy_id.
401 402 403 |
# File 'lib/R3EXS/RGSS3.rb', line 401 def enemy_id @enemy_id end |
#hidden ⇒ Object
Returns the value of attribute hidden.
401 402 403 |
# File 'lib/R3EXS/RGSS3.rb', line 401 def hidden @hidden end |
#x ⇒ Object
Returns the value of attribute x.
401 402 403 |
# File 'lib/R3EXS/RGSS3.rb', line 401 def x @x end |
#y ⇒ Object
Returns the value of attribute y.
401 402 403 |
# File 'lib/R3EXS/RGSS3.rb', line 401 def y @y end |