# Set Purchase Group Slot

Grammar — Set the slot of purchaseGroup to slot
FlagsNative | Action

Sets the slot for the specified purchase group.

# Arguments

Returns — void

native void PurchaseGroupSetSlot(
	int inPurchaseGroupId,
	int inSlot,
);

Category: Story / Tech Purchase Panel / Purchase Groups

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L7685
PurchaseGroupSetSlot(libCamp_gv_tS_TechGroup_UI[lv_groupIndex], lv_slot)