# Set Purchase Group Tooltip
Grammar — Set the tooltip of purchaseGroup to tooltip
Flags —Native|Action
Sets the tooltip for the specified purchase group.
# Arguments
int<preset::PurchaseGroup> — Purchase Grouptext— Tooltip
Returns — void
native void PurchaseGroupSetTooltipText(
int inPurchaseGroupId,
text inText,
);
# Related
Category: Story / Tech Purchase Panel / Purchase Groups
- Create Purchase Group —
int<preset::PurchaseGroup> — PurchaseGroupCreate - Last Created Purchase Group —
int<preset::PurchaseGroup> — PurchaseGroupLastCreated - Destroy Purchase Group —
void— PurchaseGroupDestroy - Destroy All Purchase Groups —
void— PurchaseGroupDestroyAll - Set Purchase Group Name —
void— PurchaseGroupSetNameText - Set Purchase Group Tooltip —
void— PurchaseGroupSetTooltipText - Set Purchase Group Slot —
void— PurchaseGroupSetSlot - Set Purchase Group Unit —
void— PurchaseGroupSetUnitLink - Set Purchase Group Icon —
void— PurchaseGroupSetIconFilePath - Set Purchase Group Players —
void— PurchaseGroupSetPlayerGroup - Set Purchase Group State —
void— PurchaseGroupSetState
# Examples
— None found —