This is the general holding class for STS2 map points.
Public fields
runThe run
floorsThe floors in the map. A list of STS2Floor objects.
Methods
Method new()
Create a new map object from map data.
Usage
STS2Map$new(mapdata, run = NULL)Arguments
mapdataThe subset of the list output from jsonlite, usually passed in via STS2Player.
runThe STS2Run object this map belongs to.