4 [Attribute(desc: "If set to true, when this action gets activated, it will break the breakpoint in the Script Editor in CanActivate method from which you can step out to the OnActivate method and debug this specific action. This can be also set during runtime via Debug Menu > ScenarioFramework > Action Inspector")]
5bool m_bDebug;
6
7 [Attribute(defvalue: "0", desc: "Condition returns opposite bool if met.")]