Tag Units In Region Result

The TagUnitsInRegion result adds tags to units within a region.

Currently only Building type is supported for this result.

Properties

PropertyRequiredDefaultDetails
TypetrueTagUnitsInRegion-
RegionGuidtrue-Guid of the Region
UnitTypetrue-Type of Unit to tag.

Current supports: Building
NumberOfUnitsfalse1Number of units to tag
Tagstrue-Tags to add to units

Example

{
"Type": "TagUnitsInRegion",
"RegionGuid": "21a03616-c88b-4edd-a9a9-b4dd54b46d6c",
"UnitType": "Building",
"NumberOfUnits": 4,
"Tags": ["defend_building_3b"]
}