# Set Purchase Group Name

Grammar — Set the name of purchaseGroup to text
FlagsNative | Action

Sets the name for the specified purchase group.

# Arguments

Returns — void

native void PurchaseGroupSetNameText(
	int inPurchaseGroupId,
	text inText,
);

Category: Story / Tech Purchase Panel / Purchase Groups

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L7610
PurchaseGroupSetNameText(PurchaseGroupLastCreated(), libCamp_gv_tS_TechGroupName[lv_index])