# Set Purchase Item Players

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

Sets the player group for the specified purchase item.

# Arguments

  • int [ preset::PurchaseItem ] — Purchase Item
  • playergroup — Players

Returns — void

native void PurchaseItemSetPlayerGroup(
	int inPurchaseItemId,
	playergroup inPlayerGroup,
);

Category: Story / Tech Purchase Panel / Purchase Items

# Examples

— None found —