CAPTURE ZONE

This commit is contained in:
Frank
2019-12-26 23:20:55 +01:00
parent 389931fbf0
commit 8337058306
4 changed files with 248 additions and 188 deletions

View File

@@ -38,6 +38,8 @@ do -- ZoneGoal
-- @field #ZONE_GOAL_COALITION
ZONE_GOAL_COALITION = {
ClassName = "ZONE_GOAL_COALITION",
Coalition = nil,
}
--- @field #table ZONE_GOAL_COALITION.States
@@ -104,6 +106,7 @@ do -- ZoneGoal
local State = self:GetState()
self:F( { State = self:GetState() } )
env.info("scanning")
self:Scan( { Object.Category.UNIT, Object.Category.STATIC } )
end