Class: RPG::Event

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

Overview

地图事件的数据类

Defined Under Namespace

Classes: Page

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id.



164
165
166
# File 'lib/R3EXS/RGSS3.rb', line 164

def id
  @id
end

#nameObject

Returns the value of attribute name.



164
165
166
# File 'lib/R3EXS/RGSS3.rb', line 164

def name
  @name
end

#pagesObject

Returns the value of attribute pages.



164
165
166
# File 'lib/R3EXS/RGSS3.rb', line 164

def pages
  @pages
end

#xObject

Returns the value of attribute x.



164
165
166
# File 'lib/R3EXS/RGSS3.rb', line 164

def x
  @x
end

#yObject

Returns the value of attribute y.



164
165
166
# File 'lib/R3EXS/RGSS3.rb', line 164

def y
  @y
end