Modding pearls for Cities: Skylines
- get-plugininfo -- use a workshop id to retrieve
PluginInfo
instance - get-mod-name -- use a
PluginInfo
instance to get the name of a mod - bundled-mods -- various snippets relating to bundled mods
- auto-increment-version -- update mod version automatically, and accessing version within your mod
- avoid-static -- beware static classes and members
- run-after-intro -- wait until UIView is initialised before running code