# Set Unit Info Button - Item Tooltip

Grammar — Set item’s item tooltip text to text
FlagsAction

Sets the tooltip text for the specified item.

# Arguments

  • unit — Item
  • text — Text

Returns — void

void libNtve_gf_SetUnitInfoButtonItemTooltip(
	unit lp_item,
	text lp_text,
);

Category: Unit / Properties

# Examples

— None found —