# Set Unit Info Button - Ability Tooltip

Grammar — Set unit’s ability command key tooltip text to text
FlagsAction

Sets the info text for the specified unit.

# Arguments

  • unit — Unit
  • abilcmd — Ability Command
  • text — Text

Returns — void

void libNtve_gf_SetUnitInfoButtonAbilityTooltip(
	unit lp_unit,
	abilcmd lp_key,
	text lp_text,
);

Category: Unit / Properties

# Examples

— None found —