Class: RPG::Troop::Page
- Inherits:
-
Object
- Object
- RPG::Troop::Page
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
战斗事件(页)的数据类
Defined Under Namespace
Classes: Condition
Instance Attribute Summary collapse
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#list ⇒ Object
Returns the value of attribute list.
-
#span ⇒ Object
Returns the value of attribute span.
Instance Attribute Details
#condition ⇒ Object
Returns the value of attribute condition.
409 410 411 |
# File 'lib/R3EXS/RGSS3.rb', line 409 def condition @condition end |
#list ⇒ Object
Returns the value of attribute list.
409 410 411 |
# File 'lib/R3EXS/RGSS3.rb', line 409 def list @list end |
#span ⇒ Object
Returns the value of attribute span.
409 410 411 |
# File 'lib/R3EXS/RGSS3.rb', line 409 def span @span end |