Class: RPG::Event::Page

Inherits:
Object
  • Object
show all
Defined in:
lib/R3EXS/RGSS3.rb

Overview

地图事件块事件页资料

Defined Under Namespace

Classes: Condition, Graphic

Instance Attribute Summary collapse

Instance Attribute Details

#conditionObject

Returns the value of attribute condition.



172
173
174
# File 'lib/R3EXS/RGSS3.rb', line 172

def condition
  @condition
end

#direction_fixObject

Returns the value of attribute direction_fix.



172
173
174
# File 'lib/R3EXS/RGSS3.rb', line 172

def direction_fix
  @direction_fix
end

#graphicObject

Returns the value of attribute graphic.



172
173
174
# File 'lib/R3EXS/RGSS3.rb', line 172

def graphic
  @graphic
end

#listObject

Returns the value of attribute list.



172
173
174
# File 'lib/R3EXS/RGSS3.rb', line 172

def list
  @list
end

#move_frequencyObject

Returns the value of attribute move_frequency.



172
173
174
# File 'lib/R3EXS/RGSS3.rb', line 172

def move_frequency
  @move_frequency
end

#move_routeObject

Returns the value of attribute move_route.



172
173
174
# File 'lib/R3EXS/RGSS3.rb', line 172

def move_route
  @move_route
end

#move_speedObject

Returns the value of attribute move_speed.



172
173
174
# File 'lib/R3EXS/RGSS3.rb', line 172

def move_speed
  @move_speed
end

#move_typeObject

Returns the value of attribute move_type.



172
173
174
# File 'lib/R3EXS/RGSS3.rb', line 172

def move_type
  @move_type
end

#priority_typeObject

Returns the value of attribute priority_type.



172
173
174
# File 'lib/R3EXS/RGSS3.rb', line 172

def priority_type
  @priority_type
end

#step_animeObject

Returns the value of attribute step_anime.



172
173
174
# File 'lib/R3EXS/RGSS3.rb', line 172

def step_anime
  @step_anime
end

#throughObject

Returns the value of attribute through.



172
173
174
# File 'lib/R3EXS/RGSS3.rb', line 172

def through
  @through
end

#triggerObject

Returns the value of attribute trigger.



172
173
174
# File 'lib/R3EXS/RGSS3.rb', line 172

def trigger
  @trigger
end

#walk_animeObject

Returns the value of attribute walk_anime.



172
173
174
# File 'lib/R3EXS/RGSS3.rb', line 172

def walk_anime
  @walk_anime
end