Class: RPG::MapInfo

Inherits:
Object show all
Defined in:
docs/0_Dependencies.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expanded

Returns the value of attribute expanded.



2337
2338
2339
# File 'docs/0_Dependencies.rb', line 2337

def expanded
  @expanded
end

#name

Returns the value of attribute name.



2334
2335
2336
# File 'docs/0_Dependencies.rb', line 2334

def name
  @name
end

#order

Returns the value of attribute order.



2336
2337
2338
# File 'docs/0_Dependencies.rb', line 2336

def order
  @order
end

#parent_id

Returns the value of attribute parent_id.



2335
2336
2337
# File 'docs/0_Dependencies.rb', line 2335

def parent_id
  @parent_id
end

#scroll_x

Returns the value of attribute scroll_x.



2338
2339
2340
# File 'docs/0_Dependencies.rb', line 2338

def scroll_x
  @scroll_x
end

#scroll_y

Returns the value of attribute scroll_y.



2339
2340
2341
# File 'docs/0_Dependencies.rb', line 2339

def scroll_y
  @scroll_y
end