Triggers
namespace Triggers
Triggers mostly used in Singleplayer RTS. For example, you can setup trigger, which can spawn some units at specific zone if player units reached some point etc. This namespace contains all code with Triggers implementations. There is some ready-made triggers, and you can create your own using as example existing ones.
Warning
There is a non-zero probability that trigger system will be seriously reworked in the next versions. I recommend yo to not use them very actively now.
Warning
This partition is not finished yet. More info about triggers can be found Here.