Class: RPG::Event
Defined Under Namespace
Classes: Page
Instance Attribute Summary collapse
-
#id
Returns the value of attribute id.
-
#name
Returns the value of attribute name.
-
#offset_x
Properties dedicated to the MapLinker.
-
#offset_y
Properties dedicated to the MapLinker.
-
#original_id
Properties dedicated to the MapLinker.
-
#original_map
Properties dedicated to the MapLinker.
-
#pages
Returns the value of attribute pages.
-
#x
Returns the value of attribute x.
-
#y
Returns the value of attribute y.
Instance Attribute Details
#id
Returns the value of attribute id.
2264 2265 2266 |
# File 'docs/0_Dependencies.rb', line 2264 def id @id end |
#name
Returns the value of attribute name.
2265 2266 2267 |
# File 'docs/0_Dependencies.rb', line 2265 def name @name end |
#offset_x
Properties dedicated to the MapLinker
2270 2271 2272 |
# File 'docs/0_Dependencies.rb', line 2270 def offset_x @offset_x end |
#offset_y
Properties dedicated to the MapLinker
2270 2271 2272 |
# File 'docs/0_Dependencies.rb', line 2270 def offset_y @offset_y end |
#original_id
Properties dedicated to the MapLinker
2270 2271 2272 |
# File 'docs/0_Dependencies.rb', line 2270 def original_id @original_id end |
#original_map
Properties dedicated to the MapLinker
2270 2271 2272 |
# File 'docs/0_Dependencies.rb', line 2270 def original_map @original_map end |
#pages
Returns the value of attribute pages.
2268 2269 2270 |
# File 'docs/0_Dependencies.rb', line 2268 def pages @pages end |
#x
Returns the value of attribute x.
2266 2267 2268 |
# File 'docs/0_Dependencies.rb', line 2266 def x @x end |
#y
Returns the value of attribute y.
2267 2268 2269 |
# File 'docs/0_Dependencies.rb', line 2267 def y @y end |