GroupClear
native GroupClear takes [[[group|group.html]]] whichGroup returns [[[nothing|nothing.html]]]
Удаляет всех юнитов из группы.
globals
[[[group|group.html]]] g = [[[CreateGroup|creategroup.html]]]()
endglobals
function [[[main|main.html]]] takes [[[nothing|nothing.html]]] returns [[[nothing|nothing.html]]]
// ...
call GroupClear(g)
endfunction
Last modified: 22 October 2024