Added completeat functionality to indicate at which percentage of the… (#35)
* Added completeat functionality to indicate at which percentage of the TGT_ dead the mission should complete. * added a pipeline to compile the script
This commit is contained in:
@@ -93,7 +93,12 @@ function SpearheadGroup:Destroy()
|
||||
Spearhead.DcsUtil.DestroyGroup(self.groupName)
|
||||
end
|
||||
|
||||
---comment
|
||||
---@return boolean
|
||||
function SpearheadGroup:IsStatic()
|
||||
return self._isStatic
|
||||
end
|
||||
|
||||
|
||||
---@return integer
|
||||
function SpearheadGroup:GetCoalition()
|
||||
if self._isStatic == true then
|
||||
|
||||
Reference in New Issue
Block a user