# Evaluate Trigger Conditions

Grammar — Evaluate t conditions
FlagsNative | Function

Tests a trigger*“s conditions and returns true if they passed. This does not actually run the actions of the trigger. Note that the trigger”*s event is not actually firing, so functions that normally respond to events, such as “Triggering Unit”, will not be meaningful in the context of using this function to testing a trigger’s conditions.

# Arguments

  • trigger — Trigger

Returns — bool

native bool TriggerEvaluate(trigger t);

Category: Trigger / Basic

# Examples

— None found —