- Joined
- Sep 26, 2009
- Messages
- 9,534
Is there a difference between the three destroyable boolean functions
filterfunc
,conditionfunc
and boolexpr
? I imagine the non-destroyable triggeraction
causes a handle leak, so my aim is to replace every action with a condition. Can I just use a filterfunc
for TriggerAddCondition
?