Class: RPG::Event

Inherits:
Object show all
Defined in:
scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb

Defined Under Namespace

Classes: Page

Instance Attribute Summary collapse

Instance Attribute Details

#id

Returns the value of attribute id.



72
73
74
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 72

def id
  @id
end

#name

Returns the value of attribute name.



73
74
75
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 73

def name
  @name
end

#offset_x

Properties dedicated to the MapLinker



78
79
80
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 78

def offset_x
  @offset_x
end

#offset_y

Properties dedicated to the MapLinker



78
79
80
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 78

def offset_y
  @offset_y
end

#original_id

Properties dedicated to the MapLinker



78
79
80
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 78

def original_id
  @original_id
end

#original_map

Properties dedicated to the MapLinker



78
79
80
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 78

def original_map
  @original_map
end

#pages

Returns the value of attribute pages.



76
77
78
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 76

def pages
  @pages
end

#x

Returns the value of attribute x.



74
75
76
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 74

def x
  @x
end

#y

Returns the value of attribute y.



75
76
77
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 75

def y
  @y
end