Skip to content

3. Do's and Dont's

Magnus edited this page Nov 30, 2017 · 1 revision

Do

  • Save each data object back into Cs2dMap using Cs2dMap.update(Cs2dDataProvider cs2dMapDataContainer)

Dont

  • Use getRaw() or edit it, unless you know what you are doing
  • Use the same methods on Cs2dMap multiple times as each is quite cpu heavy
  • Place multiple entities on the same tile (this is allowed and possible, but not fully supported by cs2d)

Clone this wiki locally