# Set Purchase Item Slot

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

Sets the slot for the specified purchase item.

# Arguments

  • int [ preset::PurchaseItem ] — Purchase Item
  • int — Slot

Returns — void

native void PurchaseItemSetSlot(
	int inPurchaseItemId,
	int inSlot,
);

Category: Story / Tech Purchase Panel / Purchase Items

# Examples

— None found —