JASS Help

DestroyGroup

native DestroyGroup takes [[[group|group.html]]] whichGroup returns [[[nothing|nothing.html]]]

Создаёт объект типа group.

function [[[main|main.html]]] takes [[[nothing|nothing.html]]] returns [[[nothing|nothing.html]]] [[[local|local.html]]] [[[group|group.html]]] g = [[[CreateGroup|creategroup.html]]]() // ... call DestroyGroup(g) set g = [[[null|null.html]]] endfunction
Last modified: 22 October 2024