* Change call order to move troops, vehicle on `onafter..` internally
* added pseudo-function for "OnBefore..."
This commit is contained in:
Applevangelist
2022-11-13 13:37:45 +01:00
parent 38b17ff66a
commit 159f7f3b29
2 changed files with 126 additions and 13 deletions

View File

@@ -2841,7 +2841,7 @@ do -- ZONE_ELASTIC
--- Add a set of groups. Positions of the group will be considered as polygon vertices when contructing the convex hull.
-- @param #ZONE_ELASTIC self
-- @param Core.Set#SET_GROUP SetGroup Set of groups.
-- @param Core.Set#SET_GROUP GroupSet Set of groups.
-- @return #ZONE_ELASTIC self
function ZONE_ELASTIC:AddSetGroup(GroupSet)