Class: RPG::Map

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

Overview

地图数据类

Defined Under Namespace

Classes: Encounter

Instance Attribute Summary collapse

Instance Attribute Details

#autoplay_bgmObject

Returns the value of attribute autoplay_bgm.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def autoplay_bgm
  @autoplay_bgm
end

#autoplay_bgsObject

Returns the value of attribute autoplay_bgs.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def autoplay_bgs
  @autoplay_bgs
end

#battleback1_nameObject

Returns the value of attribute battleback1_name.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def battleback1_name
  @battleback1_name
end

#battleback2_nameObject

Returns the value of attribute battleback2_name.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def battleback2_name
  @battleback2_name
end

#bgmObject

Returns the value of attribute bgm.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def bgm
  @bgm
end

#bgsObject

Returns the value of attribute bgs.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def bgs
  @bgs
end

#dataObject

Returns the value of attribute data.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def data
  @data
end

#disable_dashingObject

Returns the value of attribute disable_dashing.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def disable_dashing
  @disable_dashing
end

#display_nameObject

Returns the value of attribute display_name.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def display_name
  @display_name
end

#encounter_listObject

Returns the value of attribute encounter_list.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def encounter_list
  @encounter_list
end

#encounter_stepObject

Returns the value of attribute encounter_step.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def encounter_step
  @encounter_step
end

#eventsObject

Returns the value of attribute events.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def events
  @events
end

#heightObject

Returns the value of attribute height.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def height
  @height
end

#noteObject

Returns the value of attribute note.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def note
  @note
end

#parallax_loop_xObject

Returns the value of attribute parallax_loop_x.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def parallax_loop_x
  @parallax_loop_x
end

#parallax_loop_yObject

Returns the value of attribute parallax_loop_y.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def parallax_loop_y
  @parallax_loop_y
end

#parallax_nameObject

Returns the value of attribute parallax_name.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def parallax_name
  @parallax_name
end

#parallax_showObject

Returns the value of attribute parallax_show.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def parallax_show
  @parallax_show
end

#parallax_sxObject

Returns the value of attribute parallax_sx.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def parallax_sx
  @parallax_sx
end

#parallax_syObject

Returns the value of attribute parallax_sy.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def parallax_sy
  @parallax_sy
end

#scroll_typeObject

Returns the value of attribute scroll_type.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def scroll_type
  @scroll_type
end

#specify_battlebackObject

Returns the value of attribute specify_battleback.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def specify_battleback
  @specify_battleback
end

#tileset_idObject

Returns the value of attribute tileset_id.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def tileset_id
  @tileset_id
end

#widthObject

Returns the value of attribute width.



119
120
121
# File 'lib/R3EXS/RGSS3.rb', line 119

def width
  @width
end