# Set Purchase Group Players

Grammar — Set the player group to players for purchaseGroup
FlagsNative | Action

Sets the players for the specified purchase group.

# Arguments

  • int [ preset::PurchaseGroup ] — Purchase Group
  • playergroup — Players

Returns — void

native void PurchaseGroupSetPlayerGroup(
	int inPurchaseGroupId,
	playergroup inPlayerGroup,
);

Category: Story / Tech Purchase Panel / Purchase Groups

# Examples

— None found —