CitiesSkylinesMods / TMPE

Cities: Skylines Traffic Manager: President Edition
https://steamcommunity.com/sharedfiles/filedetails/?id=1637663252
MIT License
574 stars 85 forks source link

Replace `CheckLane()` with extensions #1461

Open originalfoo opened 2 years ago

originalfoo commented 2 years ago

Adds new extensions:

Compared to existing extensions, these new extensions additionally check that the id's are non-zero.

The PR also simplifies some existing code in Flags.cs by using the new extensions, and also updates some xmldoc to be more consistent.