Class: RPG::Map
Instance Attribute Summary collapse
-
#autoplay_bgm
Returns the value of attribute autoplay_bgm.
-
#autoplay_bgs
Returns the value of attribute autoplay_bgs.
-
#bgm
Returns the value of attribute bgm.
-
#bgs
Returns the value of attribute bgs.
-
#data
Returns the value of attribute data.
-
#encounter_list
Returns the value of attribute encounter_list.
-
#encounter_step
Returns the value of attribute encounter_step.
-
#events
Returns the value of attribute events.
-
#height
Returns the value of attribute height.
-
#tileset_id
Returns the value of attribute tileset_id.
-
#width
Returns the value of attribute width.
Instance Method Summary collapse
-
#initialize(width, height) ⇒ Map
constructor
A new instance of Map.
Constructor Details
#initialize(width, height) ⇒ Map
Returns a new instance of Map.
2319 2320 |
# File 'docs/0_Dependencies.rb', line 2319 def initialize(width, height) end |
Instance Attribute Details
#autoplay_bgm
Returns the value of attribute autoplay_bgm.
2324 2325 2326 |
# File 'docs/0_Dependencies.rb', line 2324 def autoplay_bgm @autoplay_bgm end |
#autoplay_bgs
Returns the value of attribute autoplay_bgs.
2326 2327 2328 |
# File 'docs/0_Dependencies.rb', line 2326 def autoplay_bgs @autoplay_bgs end |
#bgm
Returns the value of attribute bgm.
2325 2326 2327 |
# File 'docs/0_Dependencies.rb', line 2325 def bgm @bgm end |
#bgs
Returns the value of attribute bgs.
2327 2328 2329 |
# File 'docs/0_Dependencies.rb', line 2327 def bgs @bgs end |
#data
Returns the value of attribute data.
2330 2331 2332 |
# File 'docs/0_Dependencies.rb', line 2330 def data @data end |
#encounter_list
Returns the value of attribute encounter_list.
2328 2329 2330 |
# File 'docs/0_Dependencies.rb', line 2328 def encounter_list @encounter_list end |
#encounter_step
Returns the value of attribute encounter_step.
2329 2330 2331 |
# File 'docs/0_Dependencies.rb', line 2329 def encounter_step @encounter_step end |
#events
Returns the value of attribute events.
2331 2332 2333 |
# File 'docs/0_Dependencies.rb', line 2331 def events @events end |
#height
Returns the value of attribute height.
2323 2324 2325 |
# File 'docs/0_Dependencies.rb', line 2323 def height @height end |
#tileset_id
Returns the value of attribute tileset_id.
2321 2322 2323 |
# File 'docs/0_Dependencies.rb', line 2321 def tileset_id @tileset_id end |
#width
Returns the value of attribute width.
2322 2323 2324 |
# File 'docs/0_Dependencies.rb', line 2322 def width @width end |