Class: RPG::Event::Page

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

Classes: Condition, Graphic

Instance Attribute Summary collapse

Instance Attribute Details

#always_on_topObject

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

#conditionObject

Returns the value of attribute condition.



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

def condition
  @condition
end

#direction_fixObject

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

#graphicObject

Returns the value of attribute graphic.



14
15
16
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 14

def graphic
  @graphic
end

#listObject

Returns the value of attribute list.



15
16
17
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 15

def list
  @list
end

#move_frequencyObject

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_routeObject

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_speedObject

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_typeObject

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_typeObject

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_animeObject

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

#throughObject

Returns the value of attribute through.



22
23
24
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 22

def through
  @through
end

#triggerObject

Returns the value of attribute trigger.



23
24
25
# File 'lib/eidolon/rgssx/rpg/event/page.rb', line 23

def trigger
  @trigger
end

#walk_animeObject

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