# Destroy All Purchase Groups
Grammar — Destroy all Purchase Groups for players
Flags —Native|Action
Destroys all purchase groups for the specified players.
# Arguments
playergroup— Players
Returns — void
native void PurchaseGroupDestroyAll(
playergroup inPlayerGroup,
);
# Related
Category: Story / Tech Purchase Panel / Purchase Groups
- Create Purchase Group —
int<preset::PurchaseGroup> — PurchaseGroupCreate - Last Created Purchase Group —
int<preset::PurchaseGroup> — PurchaseGroupLastCreated - Destroy Purchase Group —
void— PurchaseGroupDestroy - Destroy All Purchase Groups —
void— PurchaseGroupDestroyAll - Set Purchase Group Name —
void— PurchaseGroupSetNameText - Set Purchase Group Tooltip —
void— PurchaseGroupSetTooltipText - Set Purchase Group Slot —
void— PurchaseGroupSetSlot - Set Purchase Group Unit —
void— PurchaseGroupSetUnitLink - Set Purchase Group Icon —
void— PurchaseGroupSetIconFilePath - Set Purchase Group Players —
void— PurchaseGroupSetPlayerGroup - Set Purchase Group State —
void— PurchaseGroupSetState
# Examples
— None found —