# Set Purchase Group Tooltip

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

Sets the tooltip for the specified purchase group.

# Arguments

  • int [ preset::PurchaseGroup ] — Purchase Group
  • text — Tooltip

Returns — void

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

Category: Story / Tech Purchase Panel / Purchase Groups

# Examples

— None found —