# Set Unit Info Tip

Grammar — Set unit info tip to tip
FlagsNative | Action

Sets the info tip for the specified unit without modifying the text or subtip

# Arguments

  • unit — Unit
  • text — Tip

Returns — void

native void UnitSetInfoTip(unit inUnit, text tip);

Category: Unit / Properties

# Examples

# campaigns/swarm.sc2campaign

MapScript.galaxy

// L1129
UnitSetInfoTip(UnitFromId(943), TextExpressionAssemble("Param/Expression/F00B41D4"))
// L1491
UnitSetInfoTip(EventUnit(), StringToText(""))
// L785
UnitSetInfoTip(gv_kerrigan2, StringExternal("Param/Value/28C034A8"))
// L653
UnitSetInfoTip(auto0C0CA19F_var, StringExternal("Param/Value/F92EC21B"))
// L658
UnitSetInfoTip(gf_nextPowerLink(), StringExternal("Param/Value/0817C889"))
// L610
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L3049
UnitSetInfoTip(auto28D43D28_var, UnitTypeGetName(UnitGetType(auto28D43D28_var)))
// L1173
UnitSetInfoTip(gv_kerrigan22, UnitTypeGetName(UnitGetType(gv_kerrigan22)))
// L2476
UnitSetInfoTip(EventUnit(), UnitTypeGetName(UnitGetType(EventUnit())))
// L1129
UnitSetInfoTip(UnitFromId(943), TextExpressionAssemble("Param/Expression/F00B41D4"))
// L1491
UnitSetInfoTip(EventUnit(), StringToText(""))
// L785
UnitSetInfoTip(gv_kerrigan2, StringExternal("Param/Value/28C034A8"))
// L653
UnitSetInfoTip(auto0C0CA19F_var, StringExternal("Param/Value/F92EC21B"))
// L658
UnitSetInfoTip(gf_nextPowerLink(), StringExternal("Param/Value/0817C889"))
// L610
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L3049
UnitSetInfoTip(auto28D43D28_var, UnitTypeGetName(UnitGetType(auto28D43D28_var)))
// L1173
UnitSetInfoTip(gv_kerrigan22, UnitTypeGetName(UnitGetType(gv_kerrigan22)))
// L2476
UnitSetInfoTip(EventUnit(), UnitTypeGetName(UnitGetType(EventUnit())))

# campaigns/swarmstory.sc2campaign

SwarmCampaignLib.galaxy

// L1641
UnitSetInfoTip(lp_unit, TextExpressionAssemble("Param/Expression/lib_SwaC_889FD6C6"))

# campaigns/void.sc2campaign

MapScript.galaxy

// L281
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L284
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L287
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L290
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L293
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L296
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L299
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L302
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L375
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L378
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L1248
UnitSetInfoTip(auto6C3012C6_var, UnitTypeGetName(UnitGetType(auto6C3012C6_var)))
// L281
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L284
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L287
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L290
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L293
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L296
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L299
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L302
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L375
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L378
UnitSetInfoTip(lp_cHOSEN_UNIT, UnitTypeGetName(UnitGetType(lp_cHOSEN_UNIT)))
// L1248
UnitSetInfoTip(auto6C3012C6_var, UnitTypeGetName(UnitGetType(auto6C3012C6_var)))

# mods/heroesmapmods/battlegroundmapmods/tombofthespiderqueen.stormmod

LibMSOC.galaxy

// L161
UnitSetInfoTip(libMSOC_gv_mMTombSpiderQueen[lp_team].lv_units, (StringExternal("Param/Value/lib_MSOC_4549A6F9") + IntToText(libMSOC_gv_mMTombSpiderQueenActivationAmountRequired[lp_team]) + StringExternal("Param/Value/lib_MSOC_A3064F0E")))

# mods/novastoryassets.sc2mod

MapScript.galaxy

// L2749
UnitSetInfoTip(EventUnit(), UnitTypeGetName(UnitGetType(EventUnit())))
// L2749
UnitSetInfoTip(EventUnit(), UnitTypeGetName(UnitGetType(EventUnit())))

# mods/starcoop/starcoop.sc2mod

LibCOMI.galaxy

// L4422
UnitSetInfoTip(lp_biomass, TextExpressionAssemble("Param/Expression/lib_COMI_9DEC6D4D"))
// L4623
UnitSetInfoTip(lp_essence, TextExpressionAssemble("Param/Expression/lib_COMI_CF4EE9FC"))
// L4951
UnitSetInfoTip(lp_scrap, StringExternal("Param/Value/lib_COMI_96D541E3"))

# mods/voidprologue.sc2mod

LibA3DDD02B.galaxy

// L7873
UnitSetInfoTip(lv_indexUnit, TextExpressionAssemble("Param/Expression/lib_A3DDD02B_15AB0274"))
// L7879
UnitSetInfoTip(lv_indexUnit, TextExpressionAssemble("Param/Expression/lib_A3DDD02B_F0AEE206"))

# mods/warcoop/warmeleeai.sc2mod

LibW3AI.galaxy

// L327
UnitSetInfoTip(lv_u, TextExpressionAssemble("Param/Expression/lib_W3AI_C27559DB"))