# Set Unit Info Button - Button Tooltip

Grammar — Set unit’s button key tooltip text to text
FlagsAction

Sets the info text for the specified unit.

# Arguments

  • unit — Unit
  • string [ gamelink::Button ] — Button
  • text — Text

Returns — void

void libNtve_gf_SetUnitInfoButtonButtonTooltip(
	unit lp_unit,
	string lp_key,
	text lp_text,
);

Category: Unit / Properties

# Examples

— None found —