Condition_HasEntityTag
Description
Checks whether the specified entity has a given tag.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity to check for the tag |
| CompareType | Equal (has the tag), NotEqual (does not have the tag) |
| S1 | The tag name to check |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if Self has the QWE tag | Self | HasEntityTag | Equal | QWE |
| Check if Target does not have the QWE tag | Target | HasEntityTag | NotEqual | QWE |
Back to Command FinderSearch and filter all 491 Script Condition documents