Class: RPG::Troop::Page

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#conditionObject

Returns the value of attribute condition.



11
12
13
# File 'lib/eidolon/rgssx/rpg/troop/page.rb', line 11

def condition
  @condition
end

#listObject

Returns the value of attribute list.



13
14
15
# File 'lib/eidolon/rgssx/rpg/troop/page.rb', line 13

def list
  @list
end

#spanObject

Returns the value of attribute span.



12
13
14
# File 'lib/eidolon/rgssx/rpg/troop/page.rb', line 12

def span
  @span
end