* Added option to inject troops into helo
This commit is contained in:
Applevangelist
2022-12-21 14:06:28 +01:00
parent 669e55d435
commit e74c377bfd
2 changed files with 56 additions and 16 deletions

View File

@@ -631,9 +631,6 @@ function UNIT:IsFuelSupply()
return false
end
--- Returns the unit's group if it exists and nil otherwise.
-- @param Wrapper.Unit#UNIT self
-- @return Wrapper.Group#GROUP The Group of the Unit or `nil` if the unit does not exist.
--- Returns the unit's group if it exists and nil otherwise.
-- @param Wrapper.Unit#UNIT self
-- @return Wrapper.Group#GROUP The Group of the Unit or `nil` if the unit does not exist.