Class: RPG::Event

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

Overview

RGSSx

This class is present and consistent across all RGSS versions.

Event

The data class for map events.

Defined Under Namespace

Classes: Page

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/eidolon/rgssx/rpg/event.rb', line 8

def id
  @id
end

#nameObject

Returns the value of attribute name.



9
10
11
# File 'lib/eidolon/rgssx/rpg/event.rb', line 9

def name
  @name
end

#pagesObject

Returns the value of attribute pages.



12
13
14
# File 'lib/eidolon/rgssx/rpg/event.rb', line 12

def pages
  @pages
end

#xObject

Returns the value of attribute x.



10
11
12
# File 'lib/eidolon/rgssx/rpg/event.rb', line 10

def x
  @x
end

#yObject

Returns the value of attribute y.



11
12
13
# File 'lib/eidolon/rgssx/rpg/event.rb', line 11

def y
  @y
end