Difference between revisions of "CheckUnitActorTeam WorldScript"
From Serious Sam's Bogus Detour
m (Text replacement - " This script can be enabled or disabled." to "") |
|||
| Line 1: | Line 1: | ||
{{WorldscriptIcon|rgb(45, 255, 82)|452|63}} | {{WorldscriptIcon|rgb(45, 255, 82)|452|63}} | ||
| − | Checks if the given unit's actor team matches the given team name and executes <code>OnEqual</code> or <code>OnUnequal</code> conditionally. This script can be executed by other scripts | + | Checks if the given unit's actor team matches the given team name and executes <code>OnEqual</code> or <code>OnUnequal</code> conditionally. This script can be executed by other scripts. |
== Properties == | == Properties == | ||
Latest revision as of 16:03, 26 July 2017
Checks if the given unit's actor team matches the given team name and executes OnEqual or OnUnequal conditionally. This script can be executed by other scripts.
Properties
- Unit feed
Units - String
TeamName - Enumeration
Type, default:And-
And -
Or
-
- Unit feed
OnEqual, validates - Unit feed
OnUnequal, validates