Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Applevangelist 2022-12-19 16:13:21 +01:00
commit 56c9cb2978

View File

@ -631,6 +631,9 @@ 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.