Class: RPG::Event::Page
- Defined in:
- scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#always_on_top
Returns the value of attribute always_on_top.
-
#condition
Returns the value of attribute condition.
-
#direction_fix
Returns the value of attribute direction_fix.
-
#graphic
Returns the value of attribute graphic.
-
#list
Returns the value of attribute list.
-
#move_frequency
Returns the value of attribute move_frequency.
-
#move_route
Returns the value of attribute move_route.
-
#move_speed
Returns the value of attribute move_speed.
-
#move_type
Returns the value of attribute move_type.
-
#step_anime
Returns the value of attribute step_anime.
-
#through
Returns the value of attribute through.
-
#trigger
Returns the value of attribute trigger.
-
#walk_anime
Returns the value of attribute walk_anime.
Instance Attribute Details
#always_on_top
Returns the value of attribute always_on_top.
90 91 92 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 90 def always_on_top @always_on_top end |
#condition
Returns the value of attribute condition.
80 81 82 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 80 def condition @condition end |
#direction_fix
Returns the value of attribute direction_fix.
88 89 90 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 88 def direction_fix @direction_fix end |
#graphic
Returns the value of attribute graphic.
81 82 83 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 81 def graphic @graphic end |
#list
Returns the value of attribute list.
92 93 94 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 92 def list @list end |
#move_frequency
Returns the value of attribute move_frequency.
84 85 86 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 84 def move_frequency @move_frequency end |
#move_route
Returns the value of attribute move_route.
85 86 87 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 85 def move_route @move_route end |
#move_speed
Returns the value of attribute move_speed.
83 84 85 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 83 def move_speed @move_speed end |
#move_type
Returns the value of attribute move_type.
82 83 84 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 82 def move_type @move_type end |
#step_anime
Returns the value of attribute step_anime.
87 88 89 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 87 def step_anime @step_anime end |
#through
Returns the value of attribute through.
89 90 91 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 89 def through @through end |
#trigger
Returns the value of attribute trigger.
91 92 93 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 91 def trigger @trigger end |
#walk_anime
Returns the value of attribute walk_anime.
86 87 88 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 86 def walk_anime @walk_anime end |