# Create Dialog Item From Template
Grammar — Create a type for dialog dialog using the template template
Flags —Native
|Action
Creates a dialog item, of the specified type, using the specified template for the specified dialog. Dialog item templates are preset, and cannot be user defined. A new dialog item will always be anchored to the top left of its parent dialog, with no offset. It can be moved and resized using the “Move Dialog Item” and “Set Dialog Item Size” actions. Flash dialog items will only work on Blizzard maps.
# Arguments
int
<dialog> — Dialogint
<preset::ControlType> — Typestring
<layoutframe> — Template
Returns — int
<control>
native int DialogControlCreateFromTemplate(
int dialog,
int type,
string inTemplate,
);
# Related
Category: Dialog / Dialog Items
- Create Dialog Item —
int
<control> — DialogControlCreate - Create Dialog Item In Panel —
int
<control> — DialogControlCreateInPanel - Create Dialog Item From Template —
int
<control> — DialogControlCreateFromTemplate - Create Dialog Item In Panel From Template —
int
<control> — DialogControlCreateInPanelFromTemplate - Hookup Dialog Item —
int
<control> — DialogControlHookup - Hookup Standard Dialog Item —
int
<control> — DialogControlHookupStandard - Hookup Unit Status Dialog Item —
int
<control> — DialogControlHookupUnitStatus - Show/Hide Dialog Item —
void
— DialogControlSetVisible - Enable/Disable Dialog Item —
void
— DialogControlSetEnabled - Set Dialog Item Text —
void
— libNtve_gf_SetDialogItemText - Set Dialog Item Observed Type —
void
— DialogControlSetObservedType - Last Created Dialog Item —
int
<control> — DialogControlLastCreated - Dialog Item Is Visible —
bool
— DialogControlIsVisible - Dialog Item Is Enabled —
bool
— DialogControlIsEnabled - Dialog Item Text —
text
— libNtve_gf_DialogItemText - Dialog Item Is Used —
void
— TriggerAddEventDialogControl - Used Dialog Item —
int
<control> — EventDialogControl - Dialog Item Event Type —
int
<preset::ControlEventType> — EventDialogControlEventType - Dialog Item Mouse Button —
int
<preset::MouseButton> — EventDialogControlMouseButton
# Examples
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tstory01.sc2map/MapScript.galaxy:10422
libNtve_gf_SetDialogItemTooltip(DialogControlLastCreated(), ConversationDataStateText("PlanetPanelTooltips|Zeratul_Play_Button", "Description"), PlayerGroupAll());
DialogControlSetVisible(DialogControlLastCreated(), PlayerGroupAll(), false);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypeButton, "CampaignTemplates/CampaignActionButtonTemplate");
gv_zPlanetPanel_ButtonLaunch = DialogControlLastCreated();
libNtve_gf_SetDialogItemHandle(DialogControlLastCreated(), "WoL_ZPlanetPanel_LaunchButton", PlayerGroupAll());
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tstory01.sc2map/MapScript.galaxy:10430
libNtve_gf_SetDialogItemStyle(DialogControlLastCreated(), "ZPlanetPanelButtonLaunch", PlayerGroupAll());
libNtve_gf_SetDialogItemTooltip(DialogControlLastCreated(), ConversationDataStateText("PlanetPanelTooltips|Launch_Button", "Description"), PlayerGroupAll());
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePulldown, "TriggerDialogFrame/DifficultyPulldownTemplate");
gv_zPlanetPanel_DropdownDifficulty = DialogControlLastCreated();
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorBottom, -140, 6);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tstory01.sc2map/MapScript.galaxy:13783
}
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypeButton, "TriggerDialogFrame/CampaignButton");
if ((lp_side == ge_ABChoiceAB_A)) {
gv_aBChoiceButtonA = DialogControlLastCreated();
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tstory01.sc2map — MapScript.galaxy:10422
libNtve_gf_SetDialogItemTooltip(DialogControlLastCreated(), ConversationDataStateText("PlanetPanelTooltips|Zeratul_Play_Button", "Description"), PlayerGroupAll());
DialogControlSetVisible(DialogControlLastCreated(), PlayerGroupAll(), false);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypeButton, "CampaignTemplates/CampaignActionButtonTemplate");
gv_zPlanetPanel_ButtonLaunch = DialogControlLastCreated();
libNtve_gf_SetDialogItemHandle(DialogControlLastCreated(), "WoL_ZPlanetPanel_LaunchButton", PlayerGroupAll());
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tstory01.sc2map — MapScript.galaxy:10430
libNtve_gf_SetDialogItemStyle(DialogControlLastCreated(), "ZPlanetPanelButtonLaunch", PlayerGroupAll());
libNtve_gf_SetDialogItemTooltip(DialogControlLastCreated(), ConversationDataStateText("PlanetPanelTooltips|Launch_Button", "Description"), PlayerGroupAll());
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePulldown, "TriggerDialogFrame/DifficultyPulldownTemplate");
gv_zPlanetPanel_DropdownDifficulty = DialogControlLastCreated();
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorBottom, -140, 6);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tstory01.sc2map — MapScript.galaxy:13783
}
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypeButton, "TriggerDialogFrame/CampaignButton");
if ((lp_side == ge_ABChoiceAB_A)) {
gv_aBChoiceButtonA = DialogControlLastCreated();
campaigns/libertystory.sc2campaign — base.sc2data/TriggerLibs/CampaignLib.galaxy:2033
DialogSetImageVisible(DialogLastCreated(), false);
DialogSetFullscreen(DialogLastCreated(), true);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "CampaignTrialDialog/CampaignTrialDialogTemplate");
libCamp_gv_zS_CampaignTrialEndPanel = DialogControlLastCreated();
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorCenter, 0, 0);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zexpedition02.sc2map/MapScript.galaxy:2350
DialogSetImageVisible(DialogLastCreated(), false);
DialogSetPositionRelativeToUnit(DialogLastCreated(), EventUnitTargetUnit(), "Ref_Center", -100, -30);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "HotS_GameUnitFrame/SmallProgressUnitFrameTemplate");
lv_warpAwayPanel = DialogControlLastCreated();
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorCenter, 0, 0);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zlab01.sc2map/MapScript.galaxy:9865
DialogSetFullscreen(DialogLastCreated(), true);
DialogSetImageVisible(DialogLastCreated(), false);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "HotS_CampaignIntro/CampaignIntroPanel");
gv_campaignIntroPanel = DialogControlLastCreated();
DialogControlHookup(gv_campaignIntroPanel, c_triggerControlTypeLabel, "StoryText");
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zlab02.sc2map/MapScript.galaxy:6412
DialogSetImageVisible(DialogLastCreated(), false);
gv_dialogSecurityComputer_ReleaseZerg = DialogLastCreated();
DialogControlCreateFromTemplate(gv_dialogSecurityComputer_ReleaseZerg, c_triggerControlTypePanel, "HotS_GameUnitFrame/LabGreenButtonTemplate");
lv_panelReleaseZerg = DialogControlLastCreated();
DialogControlSetFullDialog(lv_panelReleaseZerg, PlayerGroupAll(), true);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zlab02.sc2map/MapScript.galaxy:6427
DialogSetImageVisible(DialogLastCreated(), false);
gv_dialogSecurityComputer_ReleaseGas = DialogLastCreated();
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "HotS_GameUnitFrame/LabGreenButtonTemplate");
lv_panelReleaseGas = DialogControlLastCreated();
DialogControlSetFullDialog(lv_panelReleaseGas, PlayerGroupAll(), true);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zstoryspace.sc2map/MapScript.galaxy:724
DialogSetFullscreen(gv_cutsceneLoadingDialog, true);
DialogSetImageVisible(gv_cutsceneLoadingDialog, false);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypeImage, "HotS_FullscreenImage/FullscreenImageTemplate");
libNtve_gf_SetDialogItemImage(DialogControlLastCreated(), "Assets\\Textures\\ui_hots_loading_missionselect_zspace02.dds", PlayerGroupAll());
libNtve_gf_CreateDialogItemLabel(DialogLastCreated(), 600, 50, c_anchorBottom, 0, 200, StringExternal("Param/Value/83CF7AAA"), Color(100,100,100), false, 2.0);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zzerus02.sc2map/MapScript.galaxy:2846
gv_spawnLocustDialog = DialogLastCreated();
DialogSetImageVisible(DialogLastCreated(), false);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypeButton, "HotS_SwarmTemplates/HotS_LargeOrangeButtonTemplate");
gv_spawnLocustButton = DialogControlLastCreated();
DialogControlSetSize(DialogControlLastCreated(), PlayerGroupAll(), 300, 100);
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zexpedition02.sc2map — MapScript.galaxy:2350
DialogSetImageVisible(DialogLastCreated(), false);
DialogSetPositionRelativeToUnit(DialogLastCreated(), EventUnitTargetUnit(), "Ref_Center", -100, -30);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "HotS_GameUnitFrame/SmallProgressUnitFrameTemplate");
lv_warpAwayPanel = DialogControlLastCreated();
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorCenter, 0, 0);
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zlab01.sc2map — MapScript.galaxy:9865
DialogSetFullscreen(DialogLastCreated(), true);
DialogSetImageVisible(DialogLastCreated(), false);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "HotS_CampaignIntro/CampaignIntroPanel");
gv_campaignIntroPanel = DialogControlLastCreated();
DialogControlHookup(gv_campaignIntroPanel, c_triggerControlTypeLabel, "StoryText");
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zlab02.sc2map — MapScript.galaxy:6412
DialogSetImageVisible(DialogLastCreated(), false);
gv_dialogSecurityComputer_ReleaseZerg = DialogLastCreated();
DialogControlCreateFromTemplate(gv_dialogSecurityComputer_ReleaseZerg, c_triggerControlTypePanel, "HotS_GameUnitFrame/LabGreenButtonTemplate");
lv_panelReleaseZerg = DialogControlLastCreated();
DialogControlSetFullDialog(lv_panelReleaseZerg, PlayerGroupAll(), true);
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zlab02.sc2map — MapScript.galaxy:6427
DialogSetImageVisible(DialogLastCreated(), false);
gv_dialogSecurityComputer_ReleaseGas = DialogLastCreated();
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "HotS_GameUnitFrame/LabGreenButtonTemplate");
lv_panelReleaseGas = DialogControlLastCreated();
DialogControlSetFullDialog(lv_panelReleaseGas, PlayerGroupAll(), true);
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zstoryspace.sc2map — MapScript.galaxy:724
DialogSetFullscreen(gv_cutsceneLoadingDialog, true);
DialogSetImageVisible(gv_cutsceneLoadingDialog, false);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypeImage, "HotS_FullscreenImage/FullscreenImageTemplate");
libNtve_gf_SetDialogItemImage(DialogControlLastCreated(), "Assets\\Textures\\ui_hots_loading_missionselect_zspace02.dds", PlayerGroupAll());
libNtve_gf_CreateDialogItemLabel(DialogLastCreated(), 600, 50, c_anchorBottom, 0, 200, StringExternal("Param/Value/83CF7AAA"), Color(100,100,100), false, 2.0);
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zzerus02.sc2map — MapScript.galaxy:2846
gv_spawnLocustDialog = DialogLastCreated();
DialogSetImageVisible(DialogLastCreated(), false);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypeButton, "HotS_SwarmTemplates/HotS_LargeOrangeButtonTemplate");
gv_spawnLocustButton = DialogControlLastCreated();
DialogControlSetSize(DialogControlLastCreated(), PlayerGroupAll(), 300, 100);
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:4425
lv_achievementDialog = DialogLastCreated();
DialogSetImageVisible(lv_achievementDialog, false);
DialogControlCreateFromTemplate(lv_achievementDialog, c_triggerControlTypePanel, "HotS_Mission/AchievementFrameDebugTemplate");
lv_panel = DialogControlLastCreated();
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorCenter, 0, 0);
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:7408
DialogSetImageVisible(DialogLastCreated(), false);
DialogSetFullscreen(DialogLastCreated(), true);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "EggRoom/EggRoomTemplate");
libSwaC_gv_zS_ArmyCustomEggRoomPanel = DialogControlLastCreated();
DialogControlSetFullDialog(DialogControlLastCreated(), PlayerGroupAll(), true);
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:8424
DialogSetImageVisible(DialogLastCreated(), false);
if ((UserDataGetImageEdge("CalloutAttachment", lp_attachment, "Attachment", 1) == c_textTagEdgeLeft)) {
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "HotS_Callouts/UnitCalloutArmyFrameLeftTemplate");
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorLeft, 0, 0);
DialogSetPositionRelativeToUnit(DialogLastCreated(), lp_attachUnit, UserDataGetImageAttachPoint("CalloutAttachment", lp_attachment, "Attachment", 1), 0, (0 - (DialogGetHeight(DialogLastCreated()) / 2)));
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:8429
}
else {
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "HotS_Callouts/UnitCalloutArmyFrameRightTemplate");
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorRight, 0, 0);
DialogSetPositionRelativeToUnit(DialogLastCreated(), lp_attachUnit, UserDataGetImageAttachPoint("CalloutAttachment", lp_attachment, "Attachment", 1), (0 - DialogGetWidth(DialogLastCreated())), (0 - (DialogGetHeight(DialogLastCreated()) / 2)));
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:8486
DialogSetImageVisible(DialogLastCreated(), false);
DialogSetFullscreen(DialogLastCreated(), true);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "ArmyCustomization/UnitPanelTemplate");
libSwaC_gv_zS_ArmyCustomUpgradePanel = DialogControlLastCreated();
DialogControlSetFullDialog(DialogControlLastCreated(), PlayerGroupAll(), true);
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:8872
DialogSetImageVisible(DialogLastCreated(), false);
DialogSetFullscreen(DialogLastCreated(), true);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "ArmyCustomization/CategoryPanelTemplate");
libSwaC_gv_zS_ArmyCustomEvolutionPanel = DialogControlLastCreated();
DialogControlSetFullDialog(DialogControlLastCreated(), PlayerGroupAll(), true);
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:9408
DialogSetImageVisible(DialogLastCreated(), false);
libSwaC_gv_zS_ArmyCustomMissionDialog = DialogLastCreated();
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "HotS_BonusMissionSelection/MissionPanelTemplate");
libSwaC_gv_zS_ArmyCustomMissionPanel = DialogControlLastCreated();
DialogControlSetFullDialog(DialogControlLastCreated(), PlayerGroupAll(), true);
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:9644
DialogSetImageVisible(DialogLastCreated(), false);
libSwaC_gv_zS_ArmyCustomArchivesDialog = DialogLastCreated();
DialogControlCreateFromTemplate(libSwaC_gv_zS_ArmyCustomArchivesDialog, c_triggerControlTypePanel, "HotS_ArmyUpgradeDialog/ArmyUpgradeDialog");
libSwaC_gv_zS_ArmyCustomArchivesPanel = DialogControlLastCreated();
DialogControlHookup(libSwaC_gv_zS_ArmyCustomArchivesPanel, c_triggerControlTypeButton, "AcceptButton");
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:11470
DialogControlSetSize(DialogControlLastCreated(), PlayerGroupAll(), 1000, 300);
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorBottomRight, 220, 20);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "HotS_KerriganCustomizationPanel/KerriganCustomizationPanelTemplate");
libSwaC_gv_zS_KerriganUITierTemplate = DialogControlLastCreated();
DialogControlSetFullDialog(DialogControlLastCreated(), PlayerGroupAll(), true);
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:14264
DialogSetImageVisible(DialogLastCreated(), false);
DialogSetFullscreen(DialogLastCreated(), true);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "HotS_ScoreScreen/ScoreScreenTemplate");
libSwaC_gv_zS_VSPanel = DialogControlLastCreated();
DialogControlSetFullDialog(DialogControlLastCreated(), PlayerGroupAll(), true);
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:5035
autoD3F9E7EF_val = UserDataGetImageEdge("CalloutAttachment", lib281DEC45_gf_ZSS_CharacterCalloutData(lp_character), "Attachment", 1);
if (autoD3F9E7EF_val == c_textTagEdgeLeft) {
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "HotS_Callouts/UnitCalloutStoryFrameLeftTemplate");
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorLeft, 0, 0);
DialogSetPositionRelativeToUnit(DialogLastCreated(), lv_indexUnit, UserDataGetImageAttachPoint("CalloutAttachment", lib281DEC45_gf_ZSS_CharacterCalloutData(lp_character), "Attachment", 1), 0, (0 - (DialogGetHeight(DialogLastCreated()) / 2)));
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:5040
}
else if (autoD3F9E7EF_val == c_textTagEdgeRight) {
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "HotS_Callouts/UnitCalloutStoryFrameRightTemplate");
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorRight, 0, 0);
DialogSetPositionRelativeToUnit(DialogLastCreated(), lv_indexUnit, UserDataGetImageAttachPoint("CalloutAttachment", lib281DEC45_gf_ZSS_CharacterCalloutData(lp_character), "Attachment", 1), (0 - DialogGetWidth(DialogLastCreated())), (0 - (DialogGetHeight(DialogLastCreated()) / 2)));
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:6304
DialogSetImageVisible(DialogLastCreated(), false);
lib281DEC45_gv_zSS_UITravelDialog = DialogLastCreated();
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "HotS_TravelPanel/TravelPanelTemplate");
DialogControlSetFullDialog(DialogControlLastCreated(), PlayerGroupAll(), true);
lib281DEC45_gv_zSS_UITravelPanel = DialogControlLastCreated();
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:6660
DialogSetImageVisible(DialogLastCreated(), false);
lib281DEC45_gv_zSS_MissionDialog = DialogLastCreated();
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "HotS_MissionPanel/MissionPanelTemplate");
lib281DEC45_gv_zSS_MissionPanel = DialogControlLastCreated();
DialogControlSetFullDialog(DialogControlLastCreated(), PlayerGroupAll(), true);
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:7100
TriggerEnable(TriggerGetCurrent(), false);
DialogControlCreateFromTemplate(lib281DEC45_gv_zSS_ScreenDialog, c_triggerControlTypePanel, "StorySet/StorySetTemplate");
DialogControlSetFullDialog(DialogControlLastCreated(), PlayerGroupAll(), true);
lib281DEC45_gv_zSS_StoryPanel = DialogControlLastCreated();
campaigns/void.sc2campaign — base.sc2maps/maps/campaign/sc2tutorial.sc2map/MapScript.galaxy:2190
gv_zergSelectArmyF2Directive = DialogLastCreated();
DialogSetImageVisible(gv_zergSelectArmyF2Directive, false);
DialogControlCreateFromTemplate(gv_zergSelectArmyF2Directive, c_triggerControlTypePanel, "LotV_TutorialUI/TutorialArmySelectDirective");
lv_panel = DialogControlLastCreated();
DialogControlHookup(lv_panel, c_triggerControlTypeLabel, "Title");
campaigns/void.sc2campaign — base.sc2maps/maps/campaign/sc2tutorial.sc2map/MapScript.galaxy:2573
DialogSetFullscreen(DialogLastCreated(), true);
gv_victoryUI = DialogLastCreated();
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "LotV_TutorialUI/VictoryUI");
gv_victoryUI_Panel = DialogControlLastCreated();
DialogControlHookup(gv_victoryUI_Panel, c_triggerControlTypeImage, "Background");
campaigns/void.sc2campaign — base.sc2maps/maps/campaign/sc2tutorial.sc2map/MapScript.galaxy:2656
gv_friendlyFireDirective = DialogLastCreated();
DialogSetImageVisible(gv_friendlyFireDirective, false);
DialogControlCreateFromTemplate(gv_friendlyFireDirective, c_triggerControlTypePanel, "LotV_TutorialUI/TutorialFriendlyFireDirective");
lv_panel = DialogControlLastCreated();
DialogControlHookup(lv_panel, c_triggerControlTypeLabel, "Label");
campaigns/void.sc2campaign — base.sc2maps/maps/campaign/sc2tutorial.sc2map/MapScript.galaxy:2667
gv_moveOrderDirective = DialogLastCreated();
DialogSetImageVisible(gv_moveOrderDirective, false);
DialogControlCreateFromTemplate(gv_moveOrderDirective, c_triggerControlTypePanel, "LotV_TutorialUI/TutorialMoveOrderDirective");
lv_panel = DialogControlLastCreated();
DialogControlHookup(lv_panel, c_triggerControlTypeLabel, "Label");
campaigns/void.sc2campaign — base.sc2maps/maps/campaign/sc2tutorial.sc2map/MapScript.galaxy:2678
gv_supplyHelperUI = DialogLastCreated();
DialogSetImageVisible(gv_supplyHelperUI, false);
DialogControlCreateFromTemplate(gv_supplyHelperUI, c_triggerControlTypePanel, "LotV_TutorialUI/TutorialSupplyHelperDirective");
lv_panel = DialogControlLastCreated();
DialogControlHookup(lv_panel, c_triggerControlTypeLabel, "Label");
campaigns/void.sc2campaign/base.sc2maps/maps/campaign/sc2tutorial.sc2map — MapScript.galaxy:2190
gv_zergSelectArmyF2Directive = DialogLastCreated();
DialogSetImageVisible(gv_zergSelectArmyF2Directive, false);
DialogControlCreateFromTemplate(gv_zergSelectArmyF2Directive, c_triggerControlTypePanel, "LotV_TutorialUI/TutorialArmySelectDirective");
lv_panel = DialogControlLastCreated();
DialogControlHookup(lv_panel, c_triggerControlTypeLabel, "Title");
campaigns/void.sc2campaign/base.sc2maps/maps/campaign/sc2tutorial.sc2map — MapScript.galaxy:2573
DialogSetFullscreen(DialogLastCreated(), true);
gv_victoryUI = DialogLastCreated();
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "LotV_TutorialUI/VictoryUI");
gv_victoryUI_Panel = DialogControlLastCreated();
DialogControlHookup(gv_victoryUI_Panel, c_triggerControlTypeImage, "Background");
campaigns/void.sc2campaign/base.sc2maps/maps/campaign/sc2tutorial.sc2map — MapScript.galaxy:2656
gv_friendlyFireDirective = DialogLastCreated();
DialogSetImageVisible(gv_friendlyFireDirective, false);
DialogControlCreateFromTemplate(gv_friendlyFireDirective, c_triggerControlTypePanel, "LotV_TutorialUI/TutorialFriendlyFireDirective");
lv_panel = DialogControlLastCreated();
DialogControlHookup(lv_panel, c_triggerControlTypeLabel, "Label");
campaigns/void.sc2campaign/base.sc2maps/maps/campaign/sc2tutorial.sc2map — MapScript.galaxy:2667
gv_moveOrderDirective = DialogLastCreated();
DialogSetImageVisible(gv_moveOrderDirective, false);
DialogControlCreateFromTemplate(gv_moveOrderDirective, c_triggerControlTypePanel, "LotV_TutorialUI/TutorialMoveOrderDirective");
lv_panel = DialogControlLastCreated();
DialogControlHookup(lv_panel, c_triggerControlTypeLabel, "Label");
campaigns/void.sc2campaign/base.sc2maps/maps/campaign/sc2tutorial.sc2map — MapScript.galaxy:2678
gv_supplyHelperUI = DialogLastCreated();
DialogSetImageVisible(gv_supplyHelperUI, false);
DialogControlCreateFromTemplate(gv_supplyHelperUI, c_triggerControlTypePanel, "LotV_TutorialUI/TutorialSupplyHelperDirective");
lv_panel = DialogControlLastCreated();
DialogControlHookup(lv_panel, c_triggerControlTypeLabel, "Label");
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:1615
DialogSetRenderPriority(lv_achievementDialog, 550);
DialogSetImageVisible(lv_achievementDialog, false);
DialogControlCreateFromTemplate(lv_achievementDialog, c_triggerControlTypePanel, "LotV_Debug/AchievementFrameDebugTemplate");
lv_panel = DialogControlLastCreated();
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorCenter, 0, 0);
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignStoryLib.galaxy:4363
DialogSetImageVisible(DialogLastCreated(), false);
if ((libVCST_gf_PS_ClickableCalloutAnchorToRight(lp_clickableInstance) == true)) {
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "LotV_StorySet/UnitCalloutRightTemplate");
}
else {
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignStoryLib.galaxy:4366
}
else {
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "LotV_StorySet/UnitCalloutLeftTemplate");
}
libVCST_gv_pS_Clickable[libVCST_gf_PS_ClickableIndex(lp_clickableInstance)].lv_callout = DialogControlLastCreated();
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignUILib.galaxy:587
DialogSetImageVisible(DialogLastCreated(), false);
libVCUI_gv_pU_ArmyDialog = DialogLastCreated();
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "LotV_ArmyUpgradeUI/ArmyUpgradeTemplate");
libVCUI_gv_pU_ArmyPanel = DialogControlLastCreated();
DialogControlHookup(libVCUI_gv_pU_ArmyPanel, c_triggerControlTypeButton, "ConfirmButton");
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignUILib.galaxy:2290
DialogSetImageVisible(DialogLastCreated(), false);
libVCUI_gv_pU_SoADialog = DialogLastCreated();
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "LotV_ShipUpgradeUI/ShipUpgradeTemplate");
libVCUI_gv_pU_SoAPanel = DialogControlLastCreated();
CutsceneCreateNew("Cutscenes\\UI_ShipUpgrade.SC2Cutscene", libNtve_gf_PointFromXYZ(16.0, 16.0, 8.0), 0.0, PlayerGroupAll(), true);
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignUILib.galaxy:4349
DialogSetImageVisible(DialogLastCreated(), false);
DialogSetPositionRelativeToUnit(DialogLastCreated(), lp_unit, lp_attachment, lp_offsetX, lp_offsetY);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "HotS_GameUnitFrame/SmallProgressUnitFrameTemplate");
lv_progressBarPanel = DialogControlLastCreated();
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorCenter, 0, 0);
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignUILib.galaxy:5124
libVCUI_gv_pU_TargetingAbilityDialog = DialogLastCreated();
DialogSetImageVisible(DialogLastCreated(), false);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "LotV_GameUI/SoATargetingUITemplate");
libVCUI_gv_pU_TargetingPanel = DialogControlLastCreated();
DialogControlHookup(libVCUI_gv_pU_TargetingPanel, c_triggerControlTypeLabel, "Instructions");
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignUILib.galaxy:5146
DialogSetFullscreen(DialogLastCreated(), true);
DialogSetImageVisible(DialogLastCreated(), false);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePortrait, "LotV_GameUI/SoAOverlayTemplate");
PortraitUseTransition(PortraitGetTriggerControl(DialogControlLastCreated()), false);
libNtve_gf_SetDialogItemModel(DialogControlLastCreated(), "SOA_Calldown_UI", PlayerGroupAll());
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignUILib.galaxy:5319
DialogSetImageVisible(DialogLastCreated(), false);
lv_creditsDialog = DialogLastCreated();
DialogControlCreateFromTemplate(lv_creditsDialog, c_triggerControlTypePanel, "LotV_VoidCredits/VoidCreditsTemplate");
lv_creditsPanel = DialogControlLastCreated();
DialogControlHookup(lv_creditsPanel, c_triggerControlTypeLabel, "TitleLabel");
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignUILib.galaxy:5340
libVCUI_gv_pU_LoreCreditsDialog = DialogLastCreated();
DialogSetVisible(libVCUI_gv_pU_LoreCreditsDialog, PlayerGroupAll(), true);
DialogControlCreateFromTemplate(libVCUI_gv_pU_LoreCreditsDialog, c_triggerControlTypePanel, "LotV_LoreCredits/LoreCreditsTemplate");
libVCUI_gv_pU_LoreCreditsPanel = DialogControlLastCreated();
DialogControlSetFullDialog(DialogControlLastCreated(), PlayerGroupAll(), true);
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignUILib.galaxy:5375
DialogSetImageVisible(DialogLastCreated(), false);
DialogSetFullscreen(DialogLastCreated(), true);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "HotS_ScoreScreen/ScoreScreenTemplate");
libVCUI_gv_pU_VSPanel = DialogControlLastCreated();
DialogControlSetFullDialog(DialogControlLastCreated(), PlayerGroupAll(), true);
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignUILib.galaxy:5563
DialogSetImageVisible(DialogLastCreated(), false);
DialogSetFullscreen(DialogLastCreated(), true);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "VoidShared_ScoreScreen/ScoreScreenTemplate");
libVCUI_gv_pU_VSPanel = DialogControlLastCreated();
DialogControlSetFullDialog(DialogControlLastCreated(), PlayerGroupAll(), true);
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignUILib.galaxy:6864
DialogSetImageVisible(DialogLastCreated(), false);
libVCUI_gv_pU_BottomBarDialog = DialogLastCreated();
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "LotV_StorySet/StorySetTemplate");
DialogControlSetFullDialog(DialogControlLastCreated(), PlayerGroupAll(), true);
libVCUI_gv_pU_BottomBarPanel = DialogControlLastCreated();
mods/challenges.sc2mod — base.sc2data/LibChal.galaxy:531
libNtve_gf_SetDialogItemText(libChal_gv_cHL_VictoryPanelScoreLabel, lp_scoreText, PlayerGroupAll());
if ((libChal_gv_cHL_VictoryPanelContinueBtn == c_invalidDialogControlId)) {
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypeButton, "TriggerDialogFrame/TriggerControlRightChallengeButton");
libNtve_gf_SetDialogItemHandle(DialogControlLastCreated(), "ChallengeVictoryPanel_ContinueButton", PlayerGroupAll());
libChal_gv_cHL_VictoryPanelContinueBtn = DialogControlLastCreated();
mods/challenges.sc2mod — base.sc2data/LibChal.galaxy:542
}
if ((libChal_gv_cHL_VictoryPanelRetryBtn == c_invalidDialogControlId)) {
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypeButton, "TriggerDialogFrame/TriggerControlLeftChallengeButton");
libNtve_gf_SetDialogItemHandle(DialogControlLastCreated(), "ChallengeVictoryPanel_RetryButton", PlayerGroupAll());
libChal_gv_cHL_VictoryPanelRetryBtn = DialogControlLastCreated();
mods/challenges.sc2mod — base.sc2data/LibChal.galaxy:1121
libChal_gf_CHL_DPCreateWavePanel();
if ((libChal_gv_cHL_DefeatPanelContinueBtn == c_invalidDialogControlId)) {
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypeButton, "TriggerDialogFrame/TriggerControlRightChallengeButton");
libNtve_gf_SetDialogItemHandle(DialogControlLastCreated(), "ChallengeDefeatPanel_QuitButton", PlayerGroupAll());
libChal_gv_cHL_DefeatPanelContinueBtn = DialogControlLastCreated();
mods/challenges.sc2mod — base.sc2data/LibChal.galaxy:1132
}
if ((libChal_gv_cHL_DefeatPanelRetryBtn == c_invalidDialogControlId)) {
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypeButton, "TriggerDialogFrame/TriggerControlLeftChallengeButton");
libNtve_gf_SetDialogItemHandle(DialogControlLastCreated(), "ChallengeDefeatPanel_RetryButton", PlayerGroupAll());
libChal_gv_cHL_DefeatPanelRetryBtn = DialogControlLastCreated();
mods/challenges.sc2mod — base.sc2data/LibChal.galaxy:1666
}
if ((libChal_gv_cHL_WSPanelContinueBtn == c_invalidDialogControlId)) {
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypeButton, "TriggerDialogFrame/TriggerControlRightChallengeButton");
libNtve_gf_SetDialogItemHandle(DialogControlLastCreated(), "ChallengeWaveSuccessPanel_ContinueButton", PlayerGroupAll());
libChal_gv_cHL_WSPanelContinueBtn = DialogControlLastCreated();
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:3240
DialogSetImageVisible(DialogLastCreated(), false);
DialogSetFullscreen(DialogLastCreated(), true);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "TopBar/TopBarPanelTemplate");
gv_xP_TopBarUIPanel = DialogControlLastCreated();
DialogControlSetSize(DialogControlLastCreated(), PlayerGroupAll(), 1000, 150);
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorialveteran.stormmap/MapScript.galaxy:8680
DialogCreate(300, 300, c_anchorCenter, 0, 0, false);
DialogSetImageVisible(DialogLastCreated(), false);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "Tutorial01_GameUI/VTutorialXPFrame");
lv_panel = DialogControlLastCreated();
DialogControlHookup(DialogControlLastCreated(), c_triggerControlTypeLabel, "XPLabel");
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorialveteran.stormmap/MapScript.galaxy:9484
gv__2B_CineTextDialog = DialogLastCreated();
DialogSetImageVisible(DialogLastCreated(), false);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "Tutorial01_GameUI/VTutorialXPFrame");
lv_panel = DialogControlLastCreated();
DialogControlHookup(DialogControlLastCreated(), c_triggerControlTypeLabel, "XPLabel");
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap — MapScript.galaxy:3240
DialogSetImageVisible(DialogLastCreated(), false);
DialogSetFullscreen(DialogLastCreated(), true);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "TopBar/TopBarPanelTemplate");
gv_xP_TopBarUIPanel = DialogControlLastCreated();
DialogControlSetSize(DialogControlLastCreated(), PlayerGroupAll(), 1000, 150);
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorialveteran.stormmap — MapScript.galaxy:8680
DialogCreate(300, 300, c_anchorCenter, 0, 0, false);
DialogSetImageVisible(DialogLastCreated(), false);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "Tutorial01_GameUI/VTutorialXPFrame");
lv_panel = DialogControlLastCreated();
DialogControlHookup(DialogControlLastCreated(), c_triggerControlTypeLabel, "XPLabel");
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorialveteran.stormmap — MapScript.galaxy:9484
gv__2B_CineTextDialog = DialogLastCreated();
DialogSetImageVisible(DialogLastCreated(), false);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "Tutorial01_GameUI/VTutorialXPFrame");
lv_panel = DialogControlLastCreated();
DialogControlHookup(DialogControlLastCreated(), c_triggerControlTypeLabel, "XPLabel");
mods/heroesbrawlmods/arenamodemods/arenamode.stormmod — base.stormdata/LibAREN.galaxy:1407
DialogSetImageVisible(DialogLastCreated(), false);
DialogSetFullscreen(DialogLastCreated(), true);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, lp_template);
DialogControlSetFullDialog(DialogControlLastCreated(), libGame_gf_PlayersOnTeamHeroes(lp_team, false), true);
DialogControlSetVisible(DialogControlLastCreated(), libGame_gf_PlayersOnTeamHeroes(lp_team, false), true);
mods/heroesbrawlmods/arenamodemods/attackdefend.stormmod — base.stormdata/LibAtDe.galaxy:794
DialogSetImageVisible(libAtDe_gv_mAtD_TeamInstructions[libAtDe_gv_attackDefend.lv_attackingTeam].lv_instructionDialog, false);
DialogSetFullscreen(libAtDe_gv_mAtD_TeamInstructions[libAtDe_gv_attackDefend.lv_attackingTeam].lv_instructionDialog, true);
DialogControlCreateFromTemplate(libAtDe_gv_mAtD_TeamInstructions[libAtDe_gv_attackDefend.lv_attackingTeam].lv_instructionDialog, c_triggerControlTypePanel, "BlackheartsRevenge_LoadingAttackers/ScreenMapLoading_BlackheartsBay");
libAtDe_gv_mAtD_TeamInstructions[libAtDe_gv_attackDefend.lv_attackingTeam].lv_instructionDialogItem = DialogControlLastCreated();
DialogControlSetFullDialog(libAtDe_gv_mAtD_TeamInstructions[libAtDe_gv_attackDefend.lv_attackingTeam].lv_instructionDialogItem, PlayerGroupAll(), true);
mods/heroesbrawlmods/arenamodemods/attackdefend.stormmod — base.stormdata/LibAtDe.galaxy:810
DialogSetImageVisible(libAtDe_gv_mAtD_TeamInstructions[libAtDe_gv_attackDefend.lv_defendingTeam].lv_instructionDialog, false);
DialogSetFullscreen(libAtDe_gv_mAtD_TeamInstructions[libAtDe_gv_attackDefend.lv_defendingTeam].lv_instructionDialog, true);
DialogControlCreateFromTemplate(libAtDe_gv_mAtD_TeamInstructions[libAtDe_gv_attackDefend.lv_defendingTeam].lv_instructionDialog, c_triggerControlTypePanel, "BlackheartsRevenge_LoadingDefenders/ScreenMapLoading_BlackheartsBay");
libAtDe_gv_mAtD_TeamInstructions[libAtDe_gv_attackDefend.lv_defendingTeam].lv_instructionDialogItem = DialogControlLastCreated();
DialogControlSetFullDialog(libAtDe_gv_mAtD_TeamInstructions[libAtDe_gv_attackDefend.lv_defendingTeam].lv_instructionDialogItem, PlayerGroupAll(), true);
mods/heroesbrawlmods/brawlmapmods/coop/pvebrawlmod.stormmod — base.stormdata/LibPVEB.galaxy:2407
DialogSetImageVisible(libPVEB_gv_pvEResurrectRevivingDialog[lv_targetPlayer].lv_panel, false);
DialogSetVisible(libPVEB_gv_pvEResurrectRevivingDialog[lv_targetPlayer].lv_panel, PlayerGroupSingle(lv_targetPlayer), true);
DialogControlCreateFromTemplate(libPVEB_gv_pvEResurrectRevivingDialog[lv_targetPlayer].lv_panel, c_triggerControlTypeLabel, "Auriel/AurielResurrectionNotificationTemplate");
libPVEB_gv_pvEResurrectRevivingDialog[lv_targetPlayer].lv_label = DialogLastCreated();
TextExpressionSetToken("Param/Expression/lib_PVEB_1DA07CDF", "A", PlayerName(lv_resurrectPlayer));
mods/heroesbrawlmods/brawlmapmods/coop/pvebrawlmod.stormmod — base.stormdata/LibPVEB.galaxy:2488
DialogSetImageVisible(libPVEB_gv_pvEResurrectRevivingDialog[lv_targetPlayer].lv_panel, false);
DialogSetVisible(libPVEB_gv_pvEResurrectRevivingDialog[lv_targetPlayer].lv_panel, PlayerGroupSingle(lv_targetPlayer), true);
DialogControlCreateFromTemplate(libPVEB_gv_pvEResurrectRevivingDialog[lv_targetPlayer].lv_panel, c_triggerControlTypeLabel, "Auriel/AurielResurrectionNotificationTemplate");
libPVEB_gv_pvEResurrectRevivingDialog[lv_targetPlayer].lv_label = DialogLastCreated();
libNtve_gf_SetDialogItemText(DialogControlLastCreated(), StringExternal("Param/Value/lib_PVEB_F249E5B9"), PlayerGroupSingle(lv_targetPlayer));
mods/heroesbrawlmods/brawlmapmods/coop/pvebrawluimod.stormmod — base.stormdata/LibPBUI.galaxy:229
DialogSetImageVisible(DialogLastCreated(), false);
DialogSetFullscreen(DialogLastCreated(), true);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "PVEBrawlCurateHeroSelection/CurateHeroSelectionPanelTemplate");
libPBUI_gv_curateHeroSelectionUI.lv_mainPanel = DialogControlLastCreated();
lv_currentPanelLayer += 1;
mods/heroesbrawlmods/brawlmapmods/coop/pvemod.stormmod — base.stormdata/LibPVEM.galaxy:1960
DialogSetImageVisible(libPVEM_gv_pvEResurrectRevivingDialog[lv_targetPlayer].lv_panel, false);
DialogSetVisible(libPVEM_gv_pvEResurrectRevivingDialog[lv_targetPlayer].lv_panel, PlayerGroupSingle(lv_targetPlayer), true);
DialogControlCreateFromTemplate(libPVEM_gv_pvEResurrectRevivingDialog[lv_targetPlayer].lv_panel, c_triggerControlTypeLabel, "Auriel/AurielResurrectionNotificationTemplate");
libPVEM_gv_pvEResurrectRevivingDialog[lv_targetPlayer].lv_label = DialogLastCreated();
TextExpressionSetToken("Param/Expression/lib_PVEM_1DA07CDF", "A", PlayerName(lv_resurrectPlayer));
mods/heroesbrawlmods/brawlmapmods/coop/pvemod.stormmod — base.stormdata/LibPVEM.galaxy:2045
DialogSetImageVisible(libPVEM_gv_pvEResurrectRevivingDialog[lv_targetPlayer].lv_panel, false);
DialogSetVisible(libPVEM_gv_pvEResurrectRevivingDialog[lv_targetPlayer].lv_panel, PlayerGroupSingle(lv_targetPlayer), true);
DialogControlCreateFromTemplate(libPVEM_gv_pvEResurrectRevivingDialog[lv_targetPlayer].lv_panel, c_triggerControlTypeLabel, "Auriel/AurielResurrectionNotificationTemplate");
libPVEM_gv_pvEResurrectRevivingDialog[lv_targetPlayer].lv_label = DialogLastCreated();
libNtve_gf_SetDialogItemText(DialogControlLastCreated(), StringExternal("Param/Value/lib_PVEM_F249E5B9"), PlayerGroupSingle(lv_targetPlayer));
mods/heroesbrawlmods/brawlmapmods/coop/pvemod.stormmod — base.stormdata/LibPVEU.galaxy:256
DialogSetImageVisible(DialogLastCreated(), false);
DialogSetFullscreen(DialogLastCreated(), true);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "PVECurateHeroSelection/CurateHeroSelectionPanelTemplate");
libPVEU_gv_pvEUICurateHeroSelectionUI.lv_mainPanel = DialogControlLastCreated();
lv_currentPanelLayer += 1;
mods/heroesbrawlmods/heroselectionmods/ingameheroselection.stormmod — base.stormdata/LibIGHS.galaxy:834
DialogSetImageVisible(DialogLastCreated(), false);
DialogSetFullscreen(DialogLastCreated(), true);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "ArenaModePickHeroUI/ArenaPickHeroPanelTemplate");
libIGHS_gv_shuffleUI.lv_mainPanel = DialogControlLastCreated();
lv_currentPanelLayer += 1;
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/StartingExperienceLib.galaxy:216
SoundPlay(SoundLink("UI_Tutorial01_Hint_Message_Display", -1), PlayerGroupAll(), 100.0, 0.0);
SoundPlay(SoundLink("UI_Tutorial01_Text_Crawl", -1), PlayerGroupAll(), 100.0, 0.0);
DialogControlCreateFromTemplate(libStEx_gv_sE_HintMsgDialog, c_triggerControlTypePanel, "TutorialUI/TutorialTextBoxTemplate");
libStEx_gv_sE_HintMsgPanel = DialogControlLastCreated();
DialogControlSendAnimationEvent(DialogControlLastCreated(), PlayerGroupAll(), "TriggerTutorialDialogAnim");
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/StartingExperienceLib.galaxy:287
SoundPlayForPlayer(SoundLink("UI_Tutorial01_VO_Message_Display", -1), c_maxPlayers, PlayerGroupAll(), 100.0, 0.0);
SoundPlayForPlayer(SoundLink("UI_Tutorial01_Text_Crawl", -1), c_maxPlayers, PlayerGroupAll(), 100.0, 0.0);
DialogControlCreateFromTemplate(libStEx_gv_sE_VOMsgDialog, c_triggerControlTypePanel, "TutorialUI/TutorialTextBoxTemplate");
libStEx_gv_sE_VOMsgPanel = DialogControlLastCreated();
lv_localPanel = DialogControlLastCreated();
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/StartingExperienceLib.galaxy:2039
lv_label = DialogControlLastCreated();
libNtve_gf_SetDialogItemStyle(DialogControlLastCreated(), "Storm_Map_Large_Bold_Centered", PlayerGroupAll());
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypeButton, "StandardTemplates/StandardButtonSmallTemplate");
libNtve_gf_SetDialogItemText(DialogControlLastCreated(), StringExternal("Param/Value/lib_StEx_1F3189D1"), PlayerGroupAll());
libStEx_gv_tutorialHeroBtnJaina = DialogControlLastCreated();
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/StartingExperienceLib.galaxy:2043
libStEx_gv_tutorialHeroBtnJaina = DialogControlLastCreated();
DialogControlSetPositionRelative(DialogControlLastCreated(), PlayerGroupAll(), c_anchorTop, lv_label, c_anchorBottom, 0, 50);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypeButton, "StandardTemplates/StandardButtonSmallTemplate");
libNtve_gf_SetDialogItemText(DialogControlLastCreated(), StringExternal("Param/Value/lib_StEx_32598B9C"), PlayerGroupAll());
libStEx_gv_tutorialHeroBtnMuradin = DialogControlLastCreated();
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/StartingExperienceLib.galaxy:2047
libStEx_gv_tutorialHeroBtnMuradin = DialogControlLastCreated();
DialogControlSetPositionRelative(DialogControlLastCreated(), PlayerGroupAll(), c_anchorTop, libStEx_gv_tutorialHeroBtnJaina, c_anchorBottom, 0, 20);
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypeButton, "StandardTemplates/StandardButtonSmallTemplate");
libNtve_gf_SetDialogItemText(DialogControlLastCreated(), StringExternal("Param/Value/lib_StEx_C880FFA9"), PlayerGroupAll());
libStEx_gv_tutorialHeroBtnTyrande = DialogControlLastCreated();
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:850
// Implementation
DialogControlCreateFromTemplate(libSprt_gv_qACheatsControlsPanel.lv_mainDialog, c_triggerControlTypeButton, "GameMenuDialog/GameMenuButtonTemplate/Button");
DialogControlSetSize(DialogControlLastCreated(), PlayerGroupAll(), 125, 75);
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorTopLeft, lv_buttonX, lv_buttonY);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:857
lv_buttonX = (lv_buttonX + lv_offsetX);
libSprt_gv_qACheatsControlsPanel.lv_behaviorApplyButton = DialogControlLastCreated();
DialogControlCreateFromTemplate(libSprt_gv_qACheatsControlsPanel.lv_mainDialog, c_triggerControlTypeButton, "GameMenuDialog/GameMenuButtonTemplate/Button");
DialogControlSetSize(DialogControlLastCreated(), PlayerGroupAll(), 125, 75);
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorTopLeft, lv_buttonX, lv_buttonY);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:864
lv_buttonX = (lv_buttonX + lv_offsetX);
libSprt_gv_qACheatsControlsPanel.lv_behaviorRemoveButton = DialogControlLastCreated();
DialogControlCreateFromTemplate(libSprt_gv_qACheatsControlsPanel.lv_mainDialog, c_triggerControlTypeButton, "GameMenuDialog/GameMenuButtonTemplate/Button");
DialogControlSetSize(DialogControlLastCreated(), PlayerGroupAll(), 125, 75);
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorTopLeft, lv_buttonX, lv_buttonY);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:903
libNtve_gf_CreateDialogItemCheckBox(libSprt_gv_qACheatsControlsPanel.lv_mainDialog, 25, 25, c_anchorTopLeft, lv_checkboxX, lv_checkboxY, StringExternal("Param/Value/lib_Sprt_99E675E7"), false);
libSprt_gv_qACheatsControlsPanel.lv_alliedControlCheckbox = DialogControlLastCreated();
DialogControlCreateFromTemplate(libSprt_gv_qACheatsControlsPanel.lv_mainDialog, c_triggerControlTypeLabel, "InputOptionsPanel/InputLabelTemplate");
libNtve_gf_SetDialogItemText(DialogControlLastCreated(), StringExternal("Param/Value/lib_Sprt_3C851DAE"), PlayerGroupAll());
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorTopLeft, lv_labelX, lv_labelY);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:910
libNtve_gf_CreateDialogItemCheckBox(libSprt_gv_qACheatsControlsPanel.lv_mainDialog, 25, 25, c_anchorTopLeft, lv_checkboxX, lv_checkboxY, StringExternal("Param/Value/lib_Sprt_E24E1AD2"), false);
libSprt_gv_qACheatsControlsPanel.lv_toggleSelectionCheckbox = DialogControlLastCreated();
DialogControlCreateFromTemplate(libSprt_gv_qACheatsControlsPanel.lv_mainDialog, c_triggerControlTypeLabel, "InputOptionsPanel/InputLabelTemplate");
libNtve_gf_SetDialogItemText(DialogControlLastCreated(), StringExternal("Param/Value/lib_Sprt_54B5AAA1"), PlayerGroupAll());
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorTopLeft, lv_labelX, lv_labelY);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:917
libNtve_gf_CreateDialogItemCheckBox(libSprt_gv_qACheatsControlsPanel.lv_mainDialog, 25, 25, c_anchorTopLeft, lv_checkboxX, lv_checkboxY, StringExternal("Param/Value/lib_Sprt_BDF321A4"), false);
libSprt_gv_qACheatsControlsPanel.lv_showMapCheckbox = DialogControlLastCreated();
DialogControlCreateFromTemplate(libSprt_gv_qACheatsControlsPanel.lv_mainDialog, c_triggerControlTypeLabel, "InputOptionsPanel/InputLabelTemplate");
libNtve_gf_SetDialogItemText(DialogControlLastCreated(), StringExternal("Param/Value/lib_Sprt_90E482DB"), PlayerGroupAll());
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorTopLeft, lv_labelX, lv_labelY);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:927
libNtve_gf_CreateDialogItemCheckBox(libSprt_gv_qACheatsControlsPanel.lv_mainDialog, 25, 25, c_anchorTopLeft, lv_checkboxX, lv_checkboxY, StringExternal("Param/Value/lib_Sprt_C9702EBD"), false);
libSprt_gv_qACheatsControlsPanel.lv_gridCheckbox = DialogControlLastCreated();
DialogControlCreateFromTemplate(libSprt_gv_qACheatsControlsPanel.lv_mainDialog, c_triggerControlTypeLabel, "InputOptionsPanel/InputLabelTemplate");
libNtve_gf_SetDialogItemText(DialogControlLastCreated(), StringExternal("Param/Value/lib_Sprt_AAAB7B41"), PlayerGroupAll());
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorTopLeft, lv_labelX, lv_labelY);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:934
libNtve_gf_CreateDialogItemCheckBox(libSprt_gv_qACheatsControlsPanel.lv_mainDialog, 25, 25, c_anchorTopLeft, lv_checkboxX, lv_checkboxY, StringExternal("Param/Value/lib_Sprt_CEDD647E"), false);
libSprt_gv_qACheatsControlsPanel.lv_tVECheckbox = DialogControlLastCreated();
DialogControlCreateFromTemplate(libSprt_gv_qACheatsControlsPanel.lv_mainDialog, c_triggerControlTypeLabel, "InputOptionsPanel/InputLabelTemplate");
libNtve_gf_SetDialogItemText(DialogControlLastCreated(), StringExternal("Param/Value/lib_Sprt_F27271C6"), PlayerGroupAll());
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorTopLeft, lv_labelX, lv_labelY);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:941
libNtve_gf_CreateDialogItemCheckBox(libSprt_gv_qACheatsControlsPanel.lv_mainDialog, 25, 25, c_anchorTopLeft, lv_checkboxX, lv_checkboxY, StringExternal("Param/Value/lib_Sprt_DFE5FD64"), false);
libSprt_gv_qACheatsControlsPanel.lv_visionCheckbox = DialogControlLastCreated();
DialogControlCreateFromTemplate(libSprt_gv_qACheatsControlsPanel.lv_mainDialog, c_triggerControlTypeLabel, "InputOptionsPanel/InputLabelTemplate");
libNtve_gf_SetDialogItemText(DialogControlLastCreated(), StringExternal("Param/Value/lib_Sprt_310E7505"), PlayerGroupAll());
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorTopLeft, lv_labelX, lv_labelY);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:951
libNtve_gf_CreateDialogItemCheckBox(libSprt_gv_qACheatsControlsPanel.lv_mainDialog, 25, 25, c_anchorTopLeft, lv_checkboxX, lv_checkboxY, StringExternal("Param/Value/lib_Sprt_3620F2BF"), false);
libSprt_gv_qACheatsControlsPanel.lv_freeCheckbox = DialogControlLastCreated();
DialogControlCreateFromTemplate(libSprt_gv_qACheatsControlsPanel.lv_mainDialog, c_triggerControlTypeLabel, "InputOptionsPanel/InputLabelTemplate");
libNtve_gf_SetDialogItemText(DialogControlLastCreated(), StringExternal("Param/Value/lib_Sprt_D115F208"), PlayerGroupAll());
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorTopLeft, lv_labelX, lv_labelY);
mods/heromods/auriel.stormmod — base.stormdata/LibHAUR.galaxy:1874
DialogSetImageVisible(libHAUR_gv_heroAurielResurrectRevivingDialog[lv_targetPlayer], false);
DialogSetVisible(libHAUR_gv_heroAurielResurrectRevivingDialog[lv_targetPlayer], PlayerGroupSingle(lv_targetPlayer), true);
DialogControlCreateFromTemplate(libHAUR_gv_heroAurielResurrectRevivingDialog[lv_targetPlayer], c_triggerControlTypeLabel, "Auriel/AurielResurrectionNotificationTemplate");
TextExpressionSetToken("Param/Expression/lib_HAUR_7D4E4562", "AurielUnit", libHAUR_gf_AurielUIUnitDisplayName(lv_auriel));
libNtve_gf_SetDialogItemText(DialogControlLastCreated(), TextExpressionAssemble("Param/Expression/lib_HAUR_7D4E4562"), PlayerGroupAll());
mods/heromods/auriel.stormmod — base.stormdata/LibHAUR.galaxy:1982
DialogSetImageVisible(libHAUR_gv_heroAurielResurrectRevivingDialog[lv_targetPlayer], false);
DialogSetVisible(libHAUR_gv_heroAurielResurrectRevivingDialog[lv_targetPlayer], PlayerGroupSingle(lv_targetPlayer), true);
DialogControlCreateFromTemplate(libHAUR_gv_heroAurielResurrectRevivingDialog[lv_targetPlayer], c_triggerControlTypeLabel, "Auriel/AurielResurrectionNotificationTemplate");
libNtve_gf_SetDialogItemText(DialogControlLastCreated(), StringExternal("Param/Value/lib_HAUR_ECD463CB"), PlayerGroupAll());
TimerStart(libHAUR_gv_heroAurielResurrectNotifyTargetPlayerReviveInterruptedTimer[lv_targetPlayer], 2.0, false, c_timeGame);
mods/missionpacks/campaigncommon.sc2mod — base.sc2data/LibComC.galaxy:106
DialogSetRenderPriority(lv_achievementDialog, 550);
DialogSetImageVisible(lv_achievementDialog, false);
DialogControlCreateFromTemplate(lv_achievementDialog, c_triggerControlTypePanel, "LotV_Debug/AchievementFrameDebugTemplate");
lv_panel = DialogControlLastCreated();
DialogControlSetPosition(DialogControlLastCreated(), PlayerGroupAll(), c_anchorCenter, 0, 0);
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNCST.galaxy:3707
DialogSetImageVisible(DialogLastCreated(), false);
if ((libNCST_gf_NS_ClickableCalloutAnchorToRight(lp_clickableInstance) == true)) {
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "LotV_StorySet/UnitCalloutRightTemplate");
}
else {
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNCST.galaxy:3710
}
else {
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "LotV_StorySet/UnitCalloutLeftTemplate");
}
libNCST_gv_nS_Clickable[libNCST_gf_NS_ClickableIndex(lp_clickableInstance)].lv_callout = DialogControlLastCreated();
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNCUI.galaxy:902
DialogSetImageVisible(DialogLastCreated(), false);
libNCUI_gv_nU_MissionDialog = DialogLastCreated();
DialogControlCreateFromTemplate(DialogLastCreated(), c_triggerControlTypePanel, "NovaMissionPreview/MissionPreviewPanel");
libNCUI_gv_nU_MissionPanel = DialogControlLastCreated();
DialogControlHookup(libNCUI_gv_nU_MissionPanel, c_triggerControlTypePanel, "MissionPreviewContainer");
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNCUI.galaxy:1632
DialogSetImageVisible(DialogLastCreated(), false);
libNCUI_gv_nU_UpgradesDialog = DialogLastCreated();
DialogControlCreateFromTemplate(libNCUI_gv_nU_UpgradesDialog, c_triggerControlTypePanel, "NovaMissionUpgrades/MissionUpgradesPanel");
libNCUI_gv_nU_UpgradesPanel = DialogControlLastCreated();
DialogControlHookup(libNCUI_gv_nU_UpgradesPanel, c_triggerControlTypeButton, "ResetButton");