%a:EXPR% %op:OP% %b:EXPR% for %scope:EXPR% — Conditions

%a:EXPR% %op:OP% %b:EXPR% for %scope:EXPR%
Variable1.0.0

Description

Compares a scoped global variable against a value using a comparison operator. The 'for' clause specifies which entity's stored value to read.

Examples

if tp_toggle == 1 for target:

All Possible Usages (1)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

<a> <op> <b> for <scope>

Related (Variable)