# Set Visibility Type Of Text Tag

Grammar — Set visibility type to visibility for tag|Text Tag
FlagsNative | Action

Determines how visibility is determined based on fog of war for the text tag. This only takes effect when fog of war enforcement is enabled for the tag.

# Arguments

Returns — void

native void TextTagSetFogVisibility(
	int inTag,
	int inVisType,
);

Category: Text Tag / Formatting

# Examples

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/ttutorial01.sc2map/MapScript.galaxy:955

    TextExpressionSetToken("Param/Expression/86CD197B", "A", lp_text);
    TextTagCreate(TextExpressionAssemble("Param/Expression/86CD197B"), 24, lp_location, 0.0, true, true, PlayerGroupSingle(1));
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
}

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/ttutorial01.sc2mapMapScript.galaxy:955

    TextExpressionSetToken("Param/Expression/86CD197B", "A", lp_text);
    TextTagCreate(TextExpressionAssemble("Param/Expression/86CD197B"), 24, lp_location, 0.0, true, true, PlayerGroupSingle(1));
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
}

campaigns/swarm.sc2campaignbase.sc2maps/maps/campaign/swarm/zlab01.sc2map/MapScript.galaxy:685

    TextExpressionSetToken("Param/Expression/9D0B68F5", "A", lp_text);
    TextTagCreate(TextExpressionAssemble("Param/Expression/9D0B68F5"), 24, PointWithOffset(lp_position, 0.0, -0.6), 0.0, true, true, PlayerGroupSingle(gv_pLAYER_01_USER));
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    gv_screenMouseClickTextTag = TextTagLastCreated();
    TriggerExecute(gt_FlashingMouseClickHint, true, false);

campaigns/swarm.sc2campaignbase.sc2maps/maps/campaign/swarm/zlab02.sc2map/MapScript.galaxy:2398

    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
    return true;

campaigns/swarm.sc2campaignbase.sc2maps/maps/campaign/swarm/zlab02.sc2map/MapScript.galaxy:2443

    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
    return true;

campaigns/swarm.sc2campaignbase.sc2maps/maps/campaign/voidprologue/voidprologue03.sc2map/MapScript.galaxy:2190

    TextTagCreate(StringExternal("Param/Value/597DD734"), 24, PointFromId(524), 0.0, true, true, PlayerGroupAll());
    gv_s1_TeachBlink_TextTag = TextTagLastCreated();
    TextTagSetFogVisibility(gv_s1_TeachBlink_TextTag, c_visTypeFog);
    Wait(1.0, c_timeReal);
    libA3DDD02B_gf_SetAllSoundChannelVolumesCampaign(libA3DDD02B_ge_VolumeChannelModeCampaign_Speech);

campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zlab01.sc2mapMapScript.galaxy:685

    TextExpressionSetToken("Param/Expression/9D0B68F5", "A", lp_text);
    TextTagCreate(TextExpressionAssemble("Param/Expression/9D0B68F5"), 24, PointWithOffset(lp_position, 0.0, -0.6), 0.0, true, true, PlayerGroupSingle(gv_pLAYER_01_USER));
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    gv_screenMouseClickTextTag = TextTagLastCreated();
    TriggerExecute(gt_FlashingMouseClickHint, true, false);

campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zlab02.sc2mapMapScript.galaxy:2398

    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
    return true;

campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zlab02.sc2mapMapScript.galaxy:2443

    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
    return true;

campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/voidprologue/voidprologue03.sc2mapMapScript.galaxy:2190

    TextTagCreate(StringExternal("Param/Value/597DD734"), 24, PointFromId(524), 0.0, true, true, PlayerGroupAll());
    gv_s1_TeachBlink_TextTag = TextTagLastCreated();
    TextTagSetFogVisibility(gv_s1_TeachBlink_TextTag, c_visTypeFog);
    Wait(1.0, c_timeReal);
    libA3DDD02B_gf_SetAllSoundChannelVolumesCampaign(libA3DDD02B_ge_VolumeChannelModeCampaign_Speech);

campaigns/swarmstory.sc2campaignbase.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:4337

    TextExpressionSetToken("Param/Expression/lib_SwaC_31AEFCDC", "A", lp_text);
    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_SwaC_31AEFCDC"), 24, lp_location, 0.0, true, true, PlayerGroupSingle(1));
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
}

campaigns/swarmstory.sc2campaignbase.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:4365

    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_SwaC_11F142F1"), 24, UnitGetPosition(lp_target), 0.0, true, true, PlayerGroupSingle(1));
    TextTagAttachToUnit(TextTagLastCreated(), lp_target, 0.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
}

campaigns/voidstory.sc2campaignbase.sc2data/TriggerLibs/VoidCampaignMissionLib.galaxy:4288

    TextExpressionSetToken("Param/Expression/lib_VCMI_C1B831B2", "A", lp_text);
    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_VCMI_C1B831B2"), 24, lp_location, 1.0, true, true, PlayerGroupSingle(1));
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
}

campaigns/voidstory.sc2campaignbase.sc2data/TriggerLibs/VoidCampaignMissionLib.galaxy:4317

    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_VCMI_242FDFAD"), 24, UnitGetPosition(lp_target), 0.0, true, true, PlayerGroupSingle(1));
    TextTagAttachToUnit(TextTagLastCreated(), lp_target, 1.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
}

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:3432

            gv_goToWatchtowerTextTag = TextTagLastCreated();
            TextTagFogofWar(TextTagLastCreated(), false);
            TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeMask);
            break;
        }

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:4703

            if ((libNtve_gf_UnitInRegion(autoF32A04AF_var, libMapM_gv_jungleCreepCamps[gv_campSiegeGiant].lv_mapDataDefenderLeashRegion) == false)) {
                libCore_gf_CreateReticleEffectAndTextTagAtPoint(libCore_ge_ReticleType_MainObjective, libCore_ge_ReticleSize_Small, UnitTypeGetName(UnitGetType(autoF32A04AF_var)), PointWithOffset(UnitGetPosition(autoF32A04AF_var), 0.0, 0.5));
                TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeMask);
                ActorSend(libNtve_gf_ActorLastCreated(), "SetScaleAbsolute 0.800000");
                libCore_gf_StoreActorForUnit(autoF32A04AF_var, 1, libNtve_gf_ActorLastCreated());

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorialveteran.stormmap/MapScript.galaxy:1338

        if ((UnitGetType(UnitLastCreated()) == "TownMoonwellL2")) {
            gv__1D_Fountain = UnitLastCreated();
            TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
            libNtve_gf_KillModel(libNtve_gf_ActorLastCreated());
            gv__1D_FountainText = TextTagLastCreated();

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorialveteran.stormmap/MapScript.galaxy:4599

            gv__1D_AOERegenGlobeCount += 1;
            libCore_gf_CreateReticleEffectAndTextTagAtPoint(libCore_ge_ReticleType_MainObjective, libCore_ge_ReticleSize_Small, UnitTypeGetName(UnitGetType(autoD59586B7_var)), PointWithOffset(UnitGetPosition(autoD59586B7_var), 0.0, 0.6));
            TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeMask);
            ActorSend(libNtve_gf_ActorLastCreated(), "SetScaleAbsolute 0.700000");
            libCore_gf_StoreActorForUnit(autoD59586B7_var, 1, libNtve_gf_ActorLastCreated());

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:3432

            gv_goToWatchtowerTextTag = TextTagLastCreated();
            TextTagFogofWar(TextTagLastCreated(), false);
            TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeMask);
            break;
        }

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:4703

            if ((libNtve_gf_UnitInRegion(autoF32A04AF_var, libMapM_gv_jungleCreepCamps[gv_campSiegeGiant].lv_mapDataDefenderLeashRegion) == false)) {
                libCore_gf_CreateReticleEffectAndTextTagAtPoint(libCore_ge_ReticleType_MainObjective, libCore_ge_ReticleSize_Small, UnitTypeGetName(UnitGetType(autoF32A04AF_var)), PointWithOffset(UnitGetPosition(autoF32A04AF_var), 0.0, 0.5));
                TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeMask);
                ActorSend(libNtve_gf_ActorLastCreated(), "SetScaleAbsolute 0.800000");
                libCore_gf_StoreActorForUnit(autoF32A04AF_var, 1, libNtve_gf_ActorLastCreated());

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorialveteran.stormmapMapScript.galaxy:1338

        if ((UnitGetType(UnitLastCreated()) == "TownMoonwellL2")) {
            gv__1D_Fountain = UnitLastCreated();
            TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
            libNtve_gf_KillModel(libNtve_gf_ActorLastCreated());
            gv__1D_FountainText = TextTagLastCreated();

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorialveteran.stormmapMapScript.galaxy:4599

            gv__1D_AOERegenGlobeCount += 1;
            libCore_gf_CreateReticleEffectAndTextTagAtPoint(libCore_ge_ReticleType_MainObjective, libCore_ge_ReticleSize_Small, UnitTypeGetName(UnitGetType(autoD59586B7_var)), PointWithOffset(UnitGetPosition(autoD59586B7_var), 0.0, 0.6));
            TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeMask);
            ActorSend(libNtve_gf_ActorLastCreated(), "SetScaleAbsolute 0.700000");
            libCore_gf_StoreActorForUnit(autoD59586B7_var, 1, libNtve_gf_ActorLastCreated());

mods/heroesbrawlmods/arenamodemods/gardenarena.stormmodbase.stormdata/LibAMGT.galaxy:1544

    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagCreate(StringExternal("Param/Value/lib_AMGT_0835D700"), 24, UnitGetPosition(lv_collectingUnit), 1.0, true, true, libGame_gf_EnemyPlayerGroupOfPlayer(lv_collectingPlayer));
    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);

mods/heroesbrawlmods/arenamodemods/gardenarena.stormmodbase.stormdata/LibAMGT.galaxy:1548

    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    libAMGT_gf_MapMechanicsGardenOfTerrorSetSeedCountForTeam(libGame_gf_TeamNumberOfPlayer(lv_collectingPlayer), libAMGT_gv_aRMGardenTeamSeedsCollected[libGame_gf_TeamNumberOfPlayer(lv_collectingPlayer)]);
    if ((libAMGT_gv_aRMGardenTeamSeedsCollected[lv_team] == 50)) {

mods/heroesbrawlmods/arenamodemods/punisherarena.stormmodbase.stormdata/LibAMPU.galaxy:238

    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextExpressionSetToken("Param/Expression/lib_AMPU_C25E288D", "A", IntToText(lp_scoreGained));
    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_AMPU_C25E288D"), 30, lp_location, 4.0, true, true, lv_textTagPlayers2);

mods/heroesbrawlmods/arenamodemods/punisherarena.stormmodbase.stormdata/LibAMPU.galaxy:243

    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    libAMPU_gf_ARMPunisherSetTeamScore(lp_team, (libAMPU_gv_aRMPunisherTeamScore[lp_team] + lp_scoreGained));
}

mods/heroesbrawlmods/brawlmapmods/blackheartsrevenge.stormmodbase.stormdata/LibMDoE.galaxy:2818

    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_MDoE_60945D37"), 24, UnitGetPosition(lv_handInHeroUnit2), 3.0, true, true, libGame_gf_PlayersOnTeamHeroes(lv_handInTeam, false));
    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 4.0);
    TextExpressionSetToken("Param/Expression/lib_MDoE_AE051398", "A", IntToText(lv_GoldHandedIn));

mods/heroesbrawlmods/brawlmapmods/blackheartsrevenge.stormmodbase.stormdata/LibMDoE.galaxy:2823

    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_MDoE_AE051398"), 24, UnitGetPosition(lv_handInHeroUnit2), 3.0, true, true, libGame_gf_PlayersOnTeamHeroes(lv_handInTeamEnemy, false));
    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 4.0);
    TextExpressionSetToken("Param/Expression/lib_MDoE_D7163D0C", "A", IntToText(lv_GoldHandedIn));

mods/heroesbrawlmods/brawlmapmods/blackheartsrevenge.stormmodbase.stormdata/LibMDoE.galaxy:2828

    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_MDoE_D7163D0C"), 24, UnitGetPosition(lv_handInHeroUnit2), 3.0, true, true, libCore_gv_playerGroupFromPlayer[libCore_gv_oBSERVER_ObserverUIPlayer]);
    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 4.0);
    lv_soundPlayerGroup = PlayerGroupCopy(PlayerGroupAll());

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/GameDataHelperLib.galaxy:14378

        TextTagCreate(IntToText(FixedToInt(TimerGetRemaining(libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_checkpointReachedCarinRespawnTimer))), 24, UnitGetPosition(lv_cairn), 1.0, true, true, PlayerGroupAll());
        TextTagShow(TextTagLastCreated(), PlayerGroupAll(), true);
        TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
        libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_checkpointReachedCarinRespawnTextTag = TextTagLastCreated();
        libGDHL_gv_lostVikingsPlayer[lv_lVPlayer].lv_checkpointReachedCairn = lv_cairn;

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/HeroesLib.galaxy:3231

    TextExpressionSetToken("Param/Expression/lib_Core_05F16B54", "A", lp_text);
    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_Core_05F16B54"), 24, lp_location, 0.0, true, true, PlayerGroupSingle(1));
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
}

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/HeroesLib.galaxy:3253

    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_Core_F9276DCB"), 24, UnitGetPosition(lp_target), 0.0, true, true, PlayerGroupSingle(1));
    TextTagAttachToUnit(TextTagLastCreated(), lp_target, 0.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
}

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/StartingExperienceLib.galaxy:4017

                if ((DistanceBetweenPoints(UnitGetPosition(libGame_gv_players[libStEx_gv_sE_Player].lv_heroUnit), UnitGetPosition(lv_itWatchTower)) < 12.0)) {
                    libCore_gf_AttachReticleEffectAndTextTagOnUnit(libCore_ge_ReticleType_BonusObjective, libCore_ge_ReticleSize_Large, StringToText(""), lv_itWatchTower, "Ref_Center");
                    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeMask);
                    libStEx_gf_SE_TrainingModeTipDisplay(libStEx_ge_SE_TrainingModeTips_WatchTower);
                    libStEx_gf_SE_TrainingModeTipSetDisplayed(libStEx_ge_SE_TrainingModeTips_WatchTower);

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/UILib.galaxy:3193

        TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, libUIUI_gv_floatingCombatTextFadeDuration);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, lp_duration);
        TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    }
    else if (auto8848A8C8_val == libCore_ge_FloatingTextType_NormalDamage) {

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/UILib.galaxy:3209

        TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, libUIUI_gv_floatingCombatTextFadeDuration);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, lp_duration);
        TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    }
    else if (auto8848A8C8_val == libCore_ge_FloatingTextType_BonusDamage) {

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/UILib.galaxy:3225

        TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, libUIUI_gv_floatingCombatTextFadeDuration);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, lp_duration);
        TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    }
    else if (auto8848A8C8_val == libCore_ge_FloatingTextType_MediumDamage) {

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/UILib.galaxy:3243

        TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, libUIUI_gv_floatingCombatTextFadeDuration);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, lp_duration);
        TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    }
    else if (auto8848A8C8_val == libCore_ge_FloatingTextType_HighDamage) {

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/UILib.galaxy:3261

        TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, libUIUI_gv_floatingCombatTextFadeDuration);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, lp_duration);
        TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    }
    else if (auto8848A8C8_val == libCore_ge_FloatingTextType_InsaneDamage) {

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/UILib.galaxy:3279

        TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, libUIUI_gv_floatingCombatTextFadeDuration);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, lp_duration);
        TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    }
    else {

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/UILib.galaxy:3295

        TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, libUIUI_gv_floatingCombatTextFadeDuration);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, lp_duration);
        TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    }
}

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/UILib.galaxy:3425

    TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 0.25);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
}

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/UILib.galaxy:8662

    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
}

mods/heroesmapmods/battlegroundmapmods/blackheartsbay.stormmodbase.stormdata/LibBBAY.galaxy:1558

    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_BBAY_A417EAB6"), 24, UnitGetPosition(libBBAY_gv_mMBBCannonballsGhostShipBeacon), 3.0, true, true, libGame_gf_PlayersOnTeamHeroes(lv_handInTeam, false));
    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 4.0);
    TextExpressionSetToken("Param/Expression/lib_BBAY_F99FF9E4", "A", IntToText(lv_cannonballsHandedIn));

mods/heroesmapmods/battlegroundmapmods/blackheartsbay.stormmodbase.stormdata/LibBBAY.galaxy:1563

    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_BBAY_F99FF9E4"), 24, UnitGetPosition(libBBAY_gv_mMBBCannonballsGhostShipBeacon), 3.0, true, true, libGame_gf_PlayersOnTeamHeroes(lv_handInTeamEnemy, false));
    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 4.0);
    TextExpressionSetToken("Param/Expression/lib_BBAY_81AA11FE", "A", IntToText(lv_cannonballsHandedIn));

mods/heroesmapmods/battlegroundmapmods/blackheartsbay.stormmodbase.stormdata/LibBBAY.galaxy:1568

    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_BBAY_81AA11FE"), 24, UnitGetPosition(libBBAY_gv_mMBBCannonballsGhostShipBeacon), 3.0, true, true, libCore_gv_playerGroupFromPlayer[libCore_gv_oBSERVER_ObserverUIPlayer]);
    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 4.0);
    lv_soundPlayerGroup = PlayerGroupCopy(PlayerGroupAll());

mods/heroesmapmods/battlegroundmapmods/hauntedmines.stormmodbase.stormdata/LibMHtM.galaxy:2060

    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagCreate(StringExternal("Param/Value/lib_MHtM_977047CE"), 24, lv_collectingUnitPosition, 1.0, true, true, libGame_gf_EnemyPlayerGroupOfPlayer(lv_collectingPlayer));
    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);

mods/heroesmapmods/battlegroundmapmods/hauntedmines.stormmodbase.stormdata/LibMHtM.galaxy:2064

    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    libGame_gf_SendEventMapHauntedMinesSkullCollected(libMHtM_gv_mMUnderworldSkullCollected[1], libMHtM_gv_mMUnderworldSkullCollected[2], lv_collectingPlayer);
    if (((libMHtM_gv_mMUnderworldSkullCollected[1] + libMHtM_gv_mMUnderworldSkullCollected[2]) >= libMHtM_gv_mMUnderworldSkullTotal) && (lv_alliedSkullCount >= 80)) {

mods/heroesmapmods/battlegroundmapmods/infernalshrines.stormmodbase.stormdata/LibMSHE.galaxy:1434

    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextExpressionSetToken("Param/Expression/lib_MSHE_A99E643F", "A", IntToText(1));
    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_MSHE_A99E643F"), 24, UnitGetPosition(EventUnit()), 1.0, true, true, lv_enemyTextTagPlayers);

mods/heroesmapmods/battlegroundmapmods/infernalshrines.stormmodbase.stormdata/LibMSHE.galaxy:1439

    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    libMSHE_gf_MMISTextTagScoreHandler((3 - libGame_gf_TeamNumberOfPlayer(libNtve_gf_KillingPlayer())), libGame_gf_TeamNumberOfPlayer(libNtve_gf_KillingPlayer()), libMSHE_gv_mMISShrines[libMSHE_gv_mMISCurrentShrine]);
    if ((libMSHE_gv_mMISKillCount[libGame_gf_TeamNumberOfPlayer(libNtve_gf_KillingPlayer())] == libMSHE_gv_mMDiabloShrineCursedEventTotal_C)) {

mods/heroesmapmods/battlegroundmapmods/overwatchdata.stormmodbase.stormdata/LibOVER.galaxy:377

    TextExpressionSetToken("Param/Expression/lib_OVER_9D93A1A1", "A", FixedToText(TimerGetRemaining(lv_eatingTimer), 0));
    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_OVER_9D93A1A1"), 24, UnitGetPosition(lv_bossUnit), 1.0, true, true, libGame_gf_PlayersOnTeamHeroes(lv_targetEnemyTeam, false));
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    lv_enemyTextTag = TextTagLastCreated();
    TextTagAttachToUnit(lv_allyTextTag, lv_bossUnit, 5.0);

mods/heroesmapmods/battlegroundmapmods/tombofthespiderqueen.stormmodbase.stormdata/LibMSOC.galaxy:1824

    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextExpressionSetToken("Param/Expression/lib_MSOC_217EE443", "A", IntToText(lv_count));
    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_MSOC_217EE443"), 24, UnitGetPosition(lv_collectingUnit), 1.0, true, true, libGame_gf_EnemyPlayerGroupOfPlayer(lv_collectingPlayer));

mods/heroesmapmods/battlegroundmapmods/tombofthespiderqueen.stormmodbase.stormdata/LibMSOC.galaxy:1829

    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    return true;
}

mods/heroesmapmods/battlegroundmapmods/tombofthespiderqueen.stormmodbase.stormdata/LibMSOC.galaxy:1985

    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextExpressionSetToken("Param/Expression/lib_MSOC_E0BDA906", "A", IntToText(lv_handinCount));
    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_MSOC_E0BDA906"), 24, UnitGetPosition(lv_macGuffinUnit), 1.0, true, true, libGame_gv_teams[lv_channelingTeamEnemy].lv_teamPlayerGroupNoNPCPlayers);

mods/heroesmapmods/battlegroundmapmods/tombofthespiderqueen.stormmodbase.stormdata/LibMSOC.galaxy:1990

    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    if ((lv_channelingTeam == libGame_gv_teamOrderIndex_C)) {
        TextExpressionSetToken("Param/Expression/lib_MSOC_66541692", "A", IntToText(lv_handinCount));

mods/heroesmapmods/battlegroundmapmods/tombofthespiderqueen.stormmodbase.stormdata/LibMSOC.galaxy:1996

        TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
        TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    }
    else {

mods/heroesmapmods/battlegroundmapmods/tombofthespiderqueen.stormmodbase.stormdata/LibMSOC.galaxy:2003

        TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
        TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    }
    libMSOC_gf_MMTombSpiderQueenUpdateSouls(1);

mods/missionpacks/novacampaign.sc2modbase.sc2data/LibNCMI.galaxy:4383

    TextExpressionSetToken("Param/Expression/lib_NCMI_C1B831B2", "A", lp_text);
    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_NCMI_C1B831B2"), 24, lp_location, 1.0, true, true, PlayerGroupSingle(1));
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
}

mods/missionpacks/novacampaign.sc2modbase.sc2data/LibNCMI.galaxy:4411

    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_NCMI_242FDFAD"), 24, UnitGetPosition(lp_target), 0.0, true, true, PlayerGroupSingle(1));
    TextTagAttachToUnit(TextTagLastCreated(), lp_target, 1.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
}

mods/novastoryassets.sc2modbase.sc2maps/maps/campaign/nova/nova01.sc2map/MapScript.galaxy:2673

    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
    return true;

mods/novastoryassets.sc2modbase.sc2maps/maps/campaign/nova/nova01.sc2map/MapScript.galaxy:2718

    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
    return true;

mods/novastoryassets.sc2mod/base.sc2maps/maps/campaign/nova/nova01.sc2mapMapScript.galaxy:2673

    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
    return true;

mods/novastoryassets.sc2mod/base.sc2maps/maps/campaign/nova/nova01.sc2mapMapScript.galaxy:2718

    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
    return true;

mods/starcoop/starcoop.sc2modbase.sc2data/LibCOMI.galaxy:12136

    TextExpressionSetToken("Param/Expression/lib_COMI_C1B831B2", "A", lp_text);
    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_COMI_C1B831B2"), 24, lp_location, 0.0, true, true, libCOOC_gf_HumanPlayers());
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
}

mods/starcoop/starcoop.sc2modbase.sc2data/LibCOMI.galaxy:12164

    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_COMI_242FDFAD"), 24, UnitGetPosition(lp_target), 0.0, true, true, libCOOC_gf_HumanPlayers());
    TextTagAttachToUnit(TextTagLastCreated(), lp_target, 0.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
}

mods/starcoop/starcoop.sc2modbase.sc2data/LibCOMU.galaxy:4609

    lv_codetexttag = TextTagLastCreated();
    TextTagAttachToUnit(lv_codetexttag, lp_boomBot, 3.0);
    TextTagSetFogVisibility(lv_codetexttag, c_visTypeFog);
    TextExpressionSetToken("Param/Expression/lib_COMU_3FA5A8D0", "A", StringToText(lv_inputstring));
    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_COMU_3FA5A8D0"), 24, UnitGetPosition(lp_boomBot), 3.0, true, true, PlayerGroupSingle(lv_defuseplayer));

mods/starcoop/starcoop.sc2modbase.sc2data/LibCOMU.galaxy:4614

    lv_inputtexttag = TextTagLastCreated();
    TextTagAttachToUnit(lv_inputtexttag, lp_boomBot, 3.0);
    TextTagSetFogVisibility(lv_inputtexttag, c_visTypeFog);
    libHots_gf_StoreTextTagForUnit(lv_boombothelper, libCOMU_gv_cT_BoomBotsInputTextTagIndex, lv_inputtexttag);
    while ((UnitIsAlive(lp_boomBot) == true) && (UnitIsAlive(lv_boombothelper) == true)) {

mods/voidprologue.sc2modbase.sc2data/LibA3DDD02B.galaxy:3153

    TextExpressionSetToken("Param/Expression/lib_A3DDD02B_9C52A85A", "A", lp_text);
    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_A3DDD02B_9C52A85A"), 24, lp_location, (PointGetHeight(lp_location) + 1.0), true, true, PlayerGroupSingle(1));
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
}

mods/voidprologue.sc2modbase.sc2data/LibA3DDD02B.galaxy:3182

    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_A3DDD02B_11F142F1"), 24, UnitGetPosition(lp_target), 0.0, true, true, PlayerGroupSingle(1));
    TextTagAttachToUnit(TextTagLastCreated(), lp_target, 0.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
}

mods/warcoop/warcoopdata.sc2modbase.sc2data/TriggerLibs/WarCoopData.galaxy:1552

    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_WCdr_67F4C567"), 24, lp_location, 1.0, true, true, PlayerGroupSingle(1));
    lp_outReticleRef.lv_textTag = TextTagLastCreated();
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
}

mods/warcoop/warcoopdata.sc2modbase.sc2data/TriggerLibs/WarCoopData.galaxy:1585

    lp_outReticleRef.lv_textTag = TextTagLastCreated();
    TextTagAttachToUnit(TextTagLastCreated(), lp_target, 1.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeMask);
}