Class: RPG::Troop::Page
- Inherits:
-
Object
- Object
- RPG::Troop::Page
- Defined in:
- lib/eidolon/rgssx/rpg/troop/page.rb,
lib/eidolon/rgssx/rpg/troop/page/condition.rb
Overview
RGSSx
This class is present and consistent across all RGSS versions.
Page
The data class for a battle event page.
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.
11 12 13 |
# File 'lib/eidolon/rgssx/rpg/troop/page.rb', line 11 def condition @condition end |
#list ⇒ Object
Returns the value of attribute list.
13 14 15 |
# File 'lib/eidolon/rgssx/rpg/troop/page.rb', line 13 def list @list end |
#span ⇒ Object
Returns the value of attribute span.
12 13 14 |
# File 'lib/eidolon/rgssx/rpg/troop/page.rb', line 12 def span @span end |