Set Is Objective Target By Tag Result
The SetIsObjectiveTargetByTag
result sets the IsObjectiveTarget
flag on any Building
Tagged Combatant that contains the ObstructionGameLogic
script.
This allows Objectives
to correctly use Buildings
as a target.
Properties
Property | Required | Default | Details |
---|---|---|---|
Type | true | SetIsObjectiveTargetByTag | - |
IsObjectiveTarget | true | - | IsObjectiveTarget is used by Objectives. For example, Destroy Buildings Objectives. Set to: true or false |
Tags | true | - | Tags to identify the Building . If multiple are provided then ALL must match. |
Example
{"Type": "SetIsObjectiveTargetByTag","IsObjectiveTarget": true,"Tags": ["defend_building_3b"]}