Class: RPG::Event::Page
- Inherits:
-
Object
- Object
- RPG::Event::Page
- Defined in:
- lib/eidolon/rgssx/rpg/event/page.rb,
lib/eidolon/rgssx/rpg/event/page/graphic.rb,
lib/eidolon/rgssx/rpg/event/page/condition.rb
Overview
RGSSx
This class is present and relatively consistent across all RGSS versions.
Page
The data class for an event page.
Defined Under Namespace
Instance Attribute Summary collapse
-
#always_on_top ⇒ Object
Returns the value of attribute always_on_top.
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#direction_fix ⇒ Object
Returns the value of attribute direction_fix.
-
#graphic ⇒ Object
Returns the value of attribute graphic.
-
#list ⇒ Object
Returns the value of attribute list.
-
#move_frequency ⇒ Object
Returns the value of attribute move_frequency.
-
#move_route ⇒ Object
Returns the value of attribute move_route.
-
#move_speed ⇒ Object
Returns the value of attribute move_speed.
-
#move_type ⇒ Object
Returns the value of attribute move_type.
-
#priority_type ⇒ Object
Returns the value of attribute priority_type.
-
#step_anime ⇒ Object
Returns the value of attribute step_anime.
-
#through ⇒ Object
Returns the value of attribute through.
-
#trigger ⇒ Object
Returns the value of attribute trigger.
-
#walk_anime ⇒ Object
Returns the value of attribute walk_anime.
Instance Attribute Details
#always_on_top ⇒ Object
Returns the value of attribute always_on_top.
11 12 13 |
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 11 def always_on_top @always_on_top end |
#condition ⇒ Object
Returns the value of attribute condition.
12 13 14 |
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 12 def condition @condition end |
#direction_fix ⇒ Object
Returns the value of attribute direction_fix.
13 14 15 |
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 13 def direction_fix @direction_fix end |
#graphic ⇒ Object
Returns the value of attribute graphic.
14 15 16 |
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 14 def graphic @graphic end |
#list ⇒ Object
Returns the value of attribute list.
15 16 17 |
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 15 def list @list end |
#move_frequency ⇒ Object
Returns the value of attribute move_frequency.
16 17 18 |
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 16 def move_frequency @move_frequency end |
#move_route ⇒ Object
Returns the value of attribute move_route.
17 18 19 |
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 17 def move_route @move_route end |
#move_speed ⇒ Object
Returns the value of attribute move_speed.
18 19 20 |
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 18 def move_speed @move_speed end |
#move_type ⇒ Object
Returns the value of attribute move_type.
19 20 21 |
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 19 def move_type @move_type end |
#priority_type ⇒ Object
Returns the value of attribute priority_type.
20 21 22 |
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 20 def priority_type @priority_type end |
#step_anime ⇒ Object
Returns the value of attribute step_anime.
21 22 23 |
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 21 def step_anime @step_anime end |
#through ⇒ Object
Returns the value of attribute through.
22 23 24 |
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 22 def through @through end |
#trigger ⇒ Object
Returns the value of attribute trigger.
23 24 25 |
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 23 def trigger @trigger end |
#walk_anime ⇒ Object
Returns the value of attribute walk_anime.
24 25 26 |
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 24 def walk_anime @walk_anime end |