Class: RPG::Event::Page
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.
2282 2283 2284 |
# File 'docs/0_Dependencies.rb', line 2282 def always_on_top @always_on_top end |
#condition
Returns the value of attribute condition.
2272 2273 2274 |
# File 'docs/0_Dependencies.rb', line 2272 def condition @condition end |
#direction_fix
Returns the value of attribute direction_fix.
2280 2281 2282 |
# File 'docs/0_Dependencies.rb', line 2280 def direction_fix @direction_fix end |
#graphic
Returns the value of attribute graphic.
2273 2274 2275 |
# File 'docs/0_Dependencies.rb', line 2273 def graphic @graphic end |
#list
Returns the value of attribute list.
2284 2285 2286 |
# File 'docs/0_Dependencies.rb', line 2284 def list @list end |
#move_frequency
Returns the value of attribute move_frequency.
2276 2277 2278 |
# File 'docs/0_Dependencies.rb', line 2276 def move_frequency @move_frequency end |
#move_route
Returns the value of attribute move_route.
2277 2278 2279 |
# File 'docs/0_Dependencies.rb', line 2277 def move_route @move_route end |
#move_speed
Returns the value of attribute move_speed.
2275 2276 2277 |
# File 'docs/0_Dependencies.rb', line 2275 def move_speed @move_speed end |
#move_type
Returns the value of attribute move_type.
2274 2275 2276 |
# File 'docs/0_Dependencies.rb', line 2274 def move_type @move_type end |
#step_anime
Returns the value of attribute step_anime.
2279 2280 2281 |
# File 'docs/0_Dependencies.rb', line 2279 def step_anime @step_anime end |
#through
Returns the value of attribute through.
2281 2282 2283 |
# File 'docs/0_Dependencies.rb', line 2281 def through @through end |
#trigger
Returns the value of attribute trigger.
2283 2284 2285 |
# File 'docs/0_Dependencies.rb', line 2283 def trigger @trigger end |
#walk_anime
Returns the value of attribute walk_anime.
2278 2279 2280 |
# File 'docs/0_Dependencies.rb', line 2278 def walk_anime @walk_anime end |