Class: Studio::MapLink::Link
Overview
Class describing how map is linked to current map with its offset and its id
Instance Attribute Summary collapse
-
#map_id ⇒ Integer
readonly
ID of the map linked to current map.
-
#offset ⇒ Integer
readonly
Offset to the right or bottom depending on which cardinal the map is.
Instance Attribute Details
#map_id ⇒ Integer (readonly)
ID of the map linked to current map
1172 1173 1174 |
# File 'docs/3_Studio.rb', line 1172 def map_id @map_id end |
#offset ⇒ Integer (readonly)
Offset to the right or bottom depending on which cardinal the map is
1175 1176 1177 |
# File 'docs/3_Studio.rb', line 1175 def offset @offset end |