Class: RPG::Event::Page::Graphic

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

Overview

地图事件块事件页「图片」的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#character_indexObject

Returns the value of attribute character_index.



205
206
207
# File 'lib/R3EXS/RGSS3.rb', line 205

def character_index
  @character_index
end

#character_nameObject

Returns the value of attribute character_name.



205
206
207
# File 'lib/R3EXS/RGSS3.rb', line 205

def character_name
  @character_name
end

#directionObject

Returns the value of attribute direction.



205
206
207
# File 'lib/R3EXS/RGSS3.rb', line 205

def direction
  @direction
end

#patternObject

Returns the value of attribute pattern.



205
206
207
# File 'lib/R3EXS/RGSS3.rb', line 205

def pattern
  @pattern
end

#tile_idObject

Returns the value of attribute tile_id.



205
206
207
# File 'lib/R3EXS/RGSS3.rb', line 205

def tile_id
  @tile_id
end