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

Inherits:
Object
  • Object
show all
Defined in:
lib/eidolon/rgssx/rpg/event/page/graphic.rb

Overview

RGSSx

This class is present and relatively consistent across all RGSS versions.

Graphic

The data class for an event page’s graphic.

Instance Attribute Summary collapse

Instance Attribute Details

#blend_typeObject

Returns the value of attribute blend_type.



13
14
15
# File 'lib/eidolon/rgssx/rpg/event/page/graphic.rb', line 13

def blend_type
  @blend_type
end

#character_hueObject

Returns the value of attribute character_hue.



14
15
16
# File 'lib/eidolon/rgssx/rpg/event/page/graphic.rb', line 14

def character_hue
  @character_hue
end

#character_indexObject

Returns the value of attribute character_index.



15
16
17
# File 'lib/eidolon/rgssx/rpg/event/page/graphic.rb', line 15

def character_index
  @character_index
end

#character_nameObject

Returns the value of attribute character_name.



16
17
18
# File 'lib/eidolon/rgssx/rpg/event/page/graphic.rb', line 16

def character_name
  @character_name
end

#directionObject

Returns the value of attribute direction.



17
18
19
# File 'lib/eidolon/rgssx/rpg/event/page/graphic.rb', line 17

def direction
  @direction
end

#opacityObject

Returns the value of attribute opacity.



18
19
20
# File 'lib/eidolon/rgssx/rpg/event/page/graphic.rb', line 18

def opacity
  @opacity
end

#patternObject

Returns the value of attribute pattern.



19
20
21
# File 'lib/eidolon/rgssx/rpg/event/page/graphic.rb', line 19

def pattern
  @pattern
end

#tile_idObject

Returns the value of attribute tile_id.



20
21
22
# File 'lib/eidolon/rgssx/rpg/event/page/graphic.rb', line 20

def tile_id
  @tile_id
end