Class: RPG::Event::Page::Graphic
- Inherits:
-
Object
- Object
- RPG::Event::Page::Graphic
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
地图事件块事件页「图片」的数据类
Instance Attribute Summary collapse
-
#character_index ⇒ Object
Returns the value of attribute character_index.
-
#character_name ⇒ Object
Returns the value of attribute character_name.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#tile_id ⇒ Object
Returns the value of attribute tile_id.
Instance Attribute Details
#character_index ⇒ Object
Returns the value of attribute character_index.
205 206 207 |
# File 'lib/R3EXS/RGSS3.rb', line 205 def character_index @character_index end |
#character_name ⇒ Object
Returns the value of attribute character_name.
205 206 207 |
# File 'lib/R3EXS/RGSS3.rb', line 205 def character_name @character_name end |
#direction ⇒ Object
Returns the value of attribute direction.
205 206 207 |
# File 'lib/R3EXS/RGSS3.rb', line 205 def direction @direction end |
#pattern ⇒ Object
Returns the value of attribute pattern.
205 206 207 |
# File 'lib/R3EXS/RGSS3.rb', line 205 def pattern @pattern end |
#tile_id ⇒ Object
Returns the value of attribute tile_id.
205 206 207 |
# File 'lib/R3EXS/RGSS3.rb', line 205 def tile_id @tile_id end |