# Set Dialog Item Checked
Grammar — Set dialogItem to checked|Checked Option for players
Flags —Action
Checks or unchecks a dialog item.
# Arguments
int
<control> — Dialog Itembool
<preset::CheckedOption> — Checkedplayergroup
— Players
Returns — void
void libNtve_gf_SetDialogItemChecked(
int lp_dialogItem,
bool lp_checked,
playergroup lp_players,
);
# Related
Category: Dialog / Dialog Item Values
- Set Dialog Item Current Value —
void
— libNtve_gf_SetDialogItemCurrentValue - Set Dialog Item Minimum Value —
void
— libNtve_gf_SetDialogItemMinimumValue - Set Dialog Item Maximum Value —
void
— libNtve_gf_SetDialogItemMaximumValue - Set Dialog Item Checked —
void
— libNtve_gf_SetDialogItemChecked - Set Dialog Item Edit Value —
void
— libNtve_gf_SetDialogItemEditorValue - Dialog Item Current Value —
fixed
— libNtve_gf_DialogItemValue - Dialog Item Maximum Value —
fixed
— libNtve_gf_DialogItemMaximumValue - Dialog Item Minimum Value —
fixed
— libNtve_gf_DialogItemMinimumValue - Dialog Item Is Checked —
bool
— libNtve_gf_DialogItemIsChecked - Dialog Item Edit Value —
string
— libNtve_gf_DialogItemEditValue - Add List Item —
void
— DialogControlAddItem - Select List Item —
void
— DialogControlSelectItem - Clear List Selection —
void
— DialogControlClearSelectedItem - Selected List Item —
int
— DialogControlGetSelectedItem - Count Of List Items —
int
— DialogControlGetItemCount - Remove List Item —
void
— DialogControlRemoveItem - Remove All List Items —
void
— DialogControlRemoveAllItems - Add Graph Data Point —
void
— DialogControlAddDataPoint - Remove All Graph Data Points —
void
— DialogControlRemoveAllDataPoints - Set Graph Data Color —
void
— DialogControlSetDataColor - Set Graph Data Name —
void
— DialogControlSetDataName - Set Graph Minimum X Visible —
void
— DialogControlSetMinXVisible - Get Graph Minimum X Value —
fixed
— DialogControlGetMinXValue - Set Graph Maximum X Visible —
void
— DialogControlSetMaxXVisible - Get Graph Maximum X Value —
fixed
— DialogControlGetMaxXValue - Set Graph Minimum Y Visible —
void
— DialogControlSetMinYVisible - Get Graph Minimum Y Value —
fixed
— DialogControlGetMinYValue - Set Graph Maximum Y Visible —
void
— DialogControlSetMaxYVisible - Get Graph Maximum Y Value —
fixed
— DialogControlGetMaxYValue
# Examples
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:9778
lv_upgradeIndex += 1;
if ((libSwaC_gf_ZS_StoryArmyUpgradeState(lv_indexUpgrade) == c_armyUpgradeStatePurchased)) {
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][lv_upgradeIndex], true, PlayerGroupAll());
}
else {
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:9781
}
else {
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][lv_upgradeIndex], false, PlayerGroupAll());
}
autoCEC4248D_ai = autoCEC4248D_ai + 1;
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:9799
lv_evoIndex += 1;
if ((libSwaC_gf_ZS_StoryArmyUnitState(lv_indexUnit) == c_armyUnitStatePurchased)) {
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_ArmyCustomArchivesEvolutionCheck[lv_categoryIndex][lv_evoIndex], true, PlayerGroupAll());
}
else {
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:9802
}
else {
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_ArmyCustomArchivesEvolutionCheck[lv_categoryIndex][lv_evoIndex], false, PlayerGroupAll());
}
auto7F3C418D_ai = auto7F3C418D_ai + 1;
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:15216
if ((libSwaC_gf_StoryArmyCategoryStateCheck(lv_indexCategory, c_armyCategoryStateUnlocked) == true)) {
if ((libSwaC_gf_ZS_StoryArmyUnitState(libSwaC_gf_StoryArmyUnitInCategory(lv_indexCategory, 1)) == c_armyUnitStatePurchased)) {
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyUnitCheck[lv_categoryIndex][1], true, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyUnitCheck[lv_categoryIndex][2], false, PlayerGroupAll());
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:15217
if ((libSwaC_gf_ZS_StoryArmyUnitState(libSwaC_gf_StoryArmyUnitInCategory(lv_indexCategory, 1)) == c_armyUnitStatePurchased)) {
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyUnitCheck[lv_categoryIndex][1], true, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyUnitCheck[lv_categoryIndex][2], false, PlayerGroupAll());
}
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:15218
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyUnitCheck[lv_categoryIndex][1], true, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyUnitCheck[lv_categoryIndex][2], false, PlayerGroupAll());
}
else if ((libSwaC_gf_ZS_StoryArmyUnitState(libSwaC_gf_StoryArmyUnitInCategory(lv_indexCategory, 2)) == c_armyUnitStatePurchased)) {
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:15221
}
else if ((libSwaC_gf_ZS_StoryArmyUnitState(libSwaC_gf_StoryArmyUnitInCategory(lv_indexCategory, 2)) == c_armyUnitStatePurchased)) {
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyUnitCheck[lv_categoryIndex][1], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyUnitCheck[lv_categoryIndex][2], true, PlayerGroupAll());
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:15222
else if ((libSwaC_gf_ZS_StoryArmyUnitState(libSwaC_gf_StoryArmyUnitInCategory(lv_indexCategory, 2)) == c_armyUnitStatePurchased)) {
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyUnitCheck[lv_categoryIndex][1], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyUnitCheck[lv_categoryIndex][2], true, PlayerGroupAll());
}
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:15223
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyUnitCheck[lv_categoryIndex][1], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libSwaC_gv_zS_DebugStoryTechArmyUnitCheck[lv_categoryIndex][2], true, PlayerGroupAll());
}
else if (true) {
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:2343
for ( ; ( (auto278E2963_ai >= 0 && lv_index <= auto278E2963_ae) || (auto278E2963_ai <= 0 && lv_index >= auto278E2963_ae) ) ; lv_index += auto278E2963_ai ) {
if ((lib281DEC45_gv_zSS_DebugStoryInteractiveType[lv_index] == "Character") && ((lib281DEC45_gf_ZSS_CharacterIsAmbient(lib281DEC45_gv_zSS_DebugStoryInteractiveInstance[lv_index]) == true) || (ConversationDataCanRun(lib281DEC45_gf_ZSS_CharacterConversation(lib281DEC45_gv_zSS_DebugStoryInteractiveInstance[lv_index]), false) == false))) {
libNtve_gf_SetDialogItemChecked(lib281DEC45_gv_zSS_DebugStoryAmbientCheckbox[lv_index], true, PlayerGroupAll());
}
else {
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:2346
}
else {
libNtve_gf_SetDialogItemChecked(lib281DEC45_gv_zSS_DebugStoryAmbientCheckbox[lv_index], false, PlayerGroupAll());
}
if ((lib281DEC45_gv_zSS_DebugStoryInteractiveType[lv_index] == "Character") && (lib281DEC45_gf_CharacterIsEnabled(lib281DEC45_gv_zSS_DebugStoryInteractiveInstance[lv_index]) == true)) {
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:2349
}
if ((lib281DEC45_gv_zSS_DebugStoryInteractiveType[lv_index] == "Character") && (lib281DEC45_gf_CharacterIsEnabled(lib281DEC45_gv_zSS_DebugStoryInteractiveInstance[lv_index]) == true)) {
libNtve_gf_SetDialogItemChecked(lib281DEC45_gv_zSS_DebugStoryEnabledCheckbox[lv_index], true, PlayerGroupAll());
}
else {
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:2352
}
else {
libNtve_gf_SetDialogItemChecked(lib281DEC45_gv_zSS_DebugStoryEnabledCheckbox[lv_index], false, PlayerGroupAll());
}
}
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:7872
auto4F3AE0F7_val = UserDataGetInt("ScriptedScenes", lv_selectedScene, "KerriganPrimal", 1);
if (auto4F3AE0F7_val == 0) {
libNtve_gf_SetDialogItemChecked(lib281DEC45_gv_zSS_DebugStoryKerriganTypeCheckbox, false, PlayerGroupAll());
}
else if (auto4F3AE0F7_val == 1) {
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:7875
}
else if (auto4F3AE0F7_val == 1) {
libNtve_gf_SetDialogItemChecked(lib281DEC45_gv_zSS_DebugStoryKerriganTypeCheckbox, true, PlayerGroupAll());
}
else if (auto4F3AE0F7_val == 2) {
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:7879
else if (auto4F3AE0F7_val == 2) {
if ((libSwaC_gf_KerriganPhaseCheck(libSwaC_ge_KerriganPhase_KerriganPhaseGhost) == true)) {
libNtve_gf_SetDialogItemChecked(lib281DEC45_gv_zSS_DebugStoryKerriganTypeCheckbox, false, PlayerGroupAll());
}
else {
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:7882
}
else {
libNtve_gf_SetDialogItemChecked(lib281DEC45_gv_zSS_DebugStoryKerriganTypeCheckbox, true, PlayerGroupAll());
}
}
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:330
if ((libVoiC_gf_ArmyCategoryStateCheck(lv_indexCategory, c_armyCategoryStateUnlocked) == true)) {
if ((libVoiC_gf_PC_StoryArmyUnitState(libVoiC_gf_StoryArmyUnitInCategory(lv_indexCategory, 1)) == c_armyUnitStatePurchased)) {
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], true, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][2], false, PlayerGroupAll());
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:331
if ((libVoiC_gf_PC_StoryArmyUnitState(libVoiC_gf_StoryArmyUnitInCategory(lv_indexCategory, 1)) == c_armyUnitStatePurchased)) {
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], true, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][2], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][3], false, PlayerGroupAll());
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:332
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], true, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][2], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][3], false, PlayerGroupAll());
}
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:333
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], true, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][2], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][3], false, PlayerGroupAll());
}
else if ((libVoiC_gf_PC_StoryArmyUnitState(libVoiC_gf_StoryArmyUnitInCategory(lv_indexCategory, 2)) == c_armyUnitStatePurchased)) {
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:336
}
else if ((libVoiC_gf_PC_StoryArmyUnitState(libVoiC_gf_StoryArmyUnitInCategory(lv_indexCategory, 2)) == c_armyUnitStatePurchased)) {
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][2], true, PlayerGroupAll());
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:337
else if ((libVoiC_gf_PC_StoryArmyUnitState(libVoiC_gf_StoryArmyUnitInCategory(lv_indexCategory, 2)) == c_armyUnitStatePurchased)) {
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][2], true, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][3], false, PlayerGroupAll());
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:338
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][2], true, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][3], false, PlayerGroupAll());
}
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:339
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][2], true, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][3], false, PlayerGroupAll());
}
else if ((libVoiC_gf_PC_StoryArmyUnitState(libVoiC_gf_StoryArmyUnitInCategory(lv_indexCategory, 3)) == c_armyUnitStatePurchased)) {
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:342
}
else if ((libVoiC_gf_PC_StoryArmyUnitState(libVoiC_gf_StoryArmyUnitInCategory(lv_indexCategory, 3)) == c_armyUnitStatePurchased)) {
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][2], false, PlayerGroupAll());
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:343
else if ((libVoiC_gf_PC_StoryArmyUnitState(libVoiC_gf_StoryArmyUnitInCategory(lv_indexCategory, 3)) == c_armyUnitStatePurchased)) {
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][2], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][3], true, PlayerGroupAll());
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignMissionLib.galaxy:6136
libVCMI_gv_pM_GameCheat_CheckBox[auto4E6B6E6D_var] = DialogControlLastCreated();
if ((libVCMI_gv_pM_GameCheat_CheatState[auto4E6B6E6D_var] == true)) {
libNtve_gf_SetDialogItemChecked(libVCMI_gv_pM_GameCheat_CheckBox[auto4E6B6E6D_var], true, PlayerGroupAll());
}
else {
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignMissionLib.galaxy:6139
}
else {
libNtve_gf_SetDialogItemChecked(libVCMI_gv_pM_GameCheat_CheckBox[auto4E6B6E6D_var], false, PlayerGroupAll());
}
auto7CE5AB5F_val = auto4E6B6E6D_var;
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignMissionLib.galaxy:6309
if ((libVCMI_gv_pM_GameCheat_Dialog != c_invalidDialogId) && (DialogIsVisible(libVCMI_gv_pM_GameCheat_Dialog, 1) == true)) {
if ((libVCMI_gv_pM_GameCheat_CheatState[auto731EB4A6_var] == true)) {
libNtve_gf_SetDialogItemChecked(libVCMI_gv_pM_GameCheat_CheckBox[auto731EB4A6_var], true, PlayerGroupSingle(1));
}
else {
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignMissionLib.galaxy:6312
}
else {
libNtve_gf_SetDialogItemChecked(libVCMI_gv_pM_GameCheat_CheckBox[auto731EB4A6_var], false, PlayerGroupSingle(1));
}
}
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignStoryLib.galaxy:4754
DialogControlCreate(libVCST_gv_pS_DebugStoryDialog, c_triggerControlTypeCheckBox);
libVCST_gv_pS_DebugStoryConvoTypeCheckbox = DialogControlLastCreated();
libNtve_gf_SetDialogItemChecked(DialogControlLastCreated(), true, PlayerGroupAll());
DialogControlSetPositionRelative(libVCST_gv_pS_DebugStoryConvoTypeCheckbox, PlayerGroupAll(), c_anchorLeft, libVCST_gv_pS_DebugStoryConvoTypeLabel, c_anchorRight, 0, -15);
libNtve_gf_CreateDialogItemLabel(libVCST_gv_pS_DebugStoryDialog, 80, 50, c_anchorTopLeft, 50, 50, StringExternal("Param/Value/lib_VCST_1F9F798F"), Color(100,100,100), false, 2.0);
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignStoryLib.galaxy:4761
DialogControlCreate(libVCST_gv_pS_DebugStoryDialog, c_triggerControlTypeCheckBox);
libVCST_gv_pS_DebugStorySceneTypeCheckbox = DialogControlLastCreated();
libNtve_gf_SetDialogItemChecked(DialogControlLastCreated(), true, PlayerGroupAll());
DialogControlSetPositionRelative(libVCST_gv_pS_DebugStorySceneTypeCheckbox, PlayerGroupAll(), c_anchorLeft, libVCST_gv_pS_DebugStorySceneTypeLabel, c_anchorRight, 0, -15);
return true;
mods/core.sc2mod — base.sc2data/TriggerLibs/NativeLib.galaxy:2631
DialogControlSetPosition(lv_dialogitem, PlayerGroupAll(), lp_anchor, lp_offsetX, lp_offsetY);
libNtve_gf_SetDialogItemTooltip(lv_dialogitem, lp_tooltip, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(lv_dialogitem, lp_checked, PlayerGroupAll());
return lv_dialogitem;
}
mods/core.stormmod — base.stormdata/TriggerLibs/NativeLib.galaxy:2084
DialogControlSetPosition(lv_dialogitem, PlayerGroupAll(), lp_anchor, lp_offsetX, lp_offsetY);
libNtve_gf_SetDialogItemTooltip(lv_dialogitem, lp_tooltip, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(lv_dialogitem, lp_checked, PlayerGroupAll());
return lv_dialogitem;
}
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/%2810%29trymemode.stormmap/MapScript.galaxy:586
libGame_gf_MinionStartStopMinionSpawnCycle(true);
gv_minionOn = true;
libNtve_gf_SetDialogItemChecked(gv_tryMeModePanel.lv_toggleMinionsCheck, true, PlayerGroupAll());
SoundPlayForPlayer(SoundLink("UI_Game_Flyin_MinionBotsOn", -1), c_maxPlayers, libCore_gv_playerGroupFromPlayer[gv_pLAYER_TryMe_C], 100.0, 0.0);
if ((lp_message == true)) {
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/%2810%29trymemode.stormmap/MapScript.galaxy:623
libGame_gf_MinionStartStopMinionSystem(false);
gv_minionOn = false;
libNtve_gf_SetDialogItemChecked(gv_tryMeModePanel.lv_toggleMinionsCheck, false, PlayerGroupAll());
SoundPlayForPlayer(SoundLink("UI_Game_Flyin_MinionBotsOff", -1), c_maxPlayers, libCore_gv_playerGroupFromPlayer[gv_pLAYER_TryMe_C], 100.0, 0.0);
if ((lp_message == true)) {
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/%2810%29trymemode.stormmap/MapScript.galaxy:1863
if ((gv_shortCooldownToggle == false)) {
gv_shortCooldownToggle = true;
libNtve_gf_SetDialogItemChecked(gv_tryMeModePanel.lv_shortCooldownCheck, true, PlayerGroupAll());
TriggerEnable(gt_ShortCDBehavior, true);
SoundPlayForPlayer(SoundLink("UI_Game_Flyin_ClearCooldowns", -1), c_maxPlayers, libCore_gv_playerGroupFromPlayer[gv_pLAYER_TryMe_C], 100.0, 0.0);
mods/heroes.stormmod — base.stormmaps/maps/heroes/singleplayermaps/%2810%29trymemode.stormmap/MapScript.galaxy:1870
else {
gv_shortCooldownToggle = false;
libNtve_gf_SetDialogItemChecked(gv_tryMeModePanel.lv_shortCooldownCheck, false, PlayerGroupAll());
TriggerEnable(gt_ShortCDBehavior, false);
SoundPlayForPlayer(SoundLink("UI_Game_Flyin_ClearCooldowns", -1), c_maxPlayers, libCore_gv_playerGroupFromPlayer[gv_pLAYER_TryMe_C], 100.0, 0.0);
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/(10)trymemode.stormmap — map/MapScript.galaxy:586
libGame_gf_MinionStartStopMinionSpawnCycle(true);
gv_minionOn = true;
libNtve_gf_SetDialogItemChecked(gv_tryMeModePanel.lv_toggleMinionsCheck, true, PlayerGroupAll());
SoundPlayForPlayer(SoundLink("UI_Game_Flyin_MinionBotsOn", -1), c_maxPlayers, libCore_gv_playerGroupFromPlayer[gv_pLAYER_TryMe_C], 100.0, 0.0);
if ((lp_message == true)) {
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/(10)trymemode.stormmap — map/MapScript.galaxy:623
libGame_gf_MinionStartStopMinionSystem(false);
gv_minionOn = false;
libNtve_gf_SetDialogItemChecked(gv_tryMeModePanel.lv_toggleMinionsCheck, false, PlayerGroupAll());
SoundPlayForPlayer(SoundLink("UI_Game_Flyin_MinionBotsOff", -1), c_maxPlayers, libCore_gv_playerGroupFromPlayer[gv_pLAYER_TryMe_C], 100.0, 0.0);
if ((lp_message == true)) {
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/(10)trymemode.stormmap — map/MapScript.galaxy:1863
if ((gv_shortCooldownToggle == false)) {
gv_shortCooldownToggle = true;
libNtve_gf_SetDialogItemChecked(gv_tryMeModePanel.lv_shortCooldownCheck, true, PlayerGroupAll());
TriggerEnable(gt_ShortCDBehavior, true);
SoundPlayForPlayer(SoundLink("UI_Game_Flyin_ClearCooldowns", -1), c_maxPlayers, libCore_gv_playerGroupFromPlayer[gv_pLAYER_TryMe_C], 100.0, 0.0);
mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/(10)trymemode.stormmap — map/MapScript.galaxy:1870
else {
gv_shortCooldownToggle = false;
libNtve_gf_SetDialogItemChecked(gv_tryMeModePanel.lv_shortCooldownCheck, false, PlayerGroupAll());
TriggerEnable(gt_ShortCDBehavior, false);
SoundPlayForPlayer(SoundLink("UI_Game_Flyin_ClearCooldowns", -1), c_maxPlayers, libCore_gv_playerGroupFromPlayer[gv_pLAYER_TryMe_C], 100.0, 0.0);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:1402
UISetDragSelectEnabled(PlayerGroupAll(), true);
UISetSelectionTypeEnabled(PlayerGroupAll(), c_localSelectionTypeUnknown, true);
libNtve_gf_SetDialogItemChecked(libUIUI_gv_uIDebugPanel.lv_selectionEnabledCheckbox, true, PlayerGroupAll());
TriggerDebugOutput(1, StringExternal("Param/Value/lib_Sprt_76A66534"), true);
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:1409
UISetDragSelectEnabled(PlayerGroupAll(), false);
UISetSelectionTypeEnabled(PlayerGroupAll(), c_localSelectionTypeUnknown, false);
libNtve_gf_SetDialogItemChecked(libUIUI_gv_uIDebugPanel.lv_selectionEnabledCheckbox, false, PlayerGroupAll());
TriggerDebugOutput(1, StringExternal("Param/Value/lib_Sprt_991AD450"), true);
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:1438
if ((libUIUI_gv_uIDebugPanelSpawnAtCamera == false)) {
libUIUI_gv_uIDebugPanelSpawnAtCamera = true;
libNtve_gf_SetDialogItemChecked(libUIUI_gv_uIDebugPanel.lv_spawnAtCameraCheckbox, true, PlayerGroupAll());
}
else {
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:1442
else {
libUIUI_gv_uIDebugPanelSpawnAtCamera = false;
libNtve_gf_SetDialogItemChecked(libUIUI_gv_uIDebugPanel.lv_spawnAtCameraCheckbox, false, PlayerGroupAll());
}
Wait(0.75, c_timeGame);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:1471
if ((libUIUI_gv_uIDebugPanelDisableMinionSpawningToggle == true)) {
libUIUI_gv_uIDebugPanelDisableMinionSpawningToggle = false;
libNtve_gf_SetDialogItemChecked(libUIUI_gv_uIDebugPanel.lv_disableMinionSpawningCheckbox, false, PlayerGroupAll());
TriggerExecute(libSprt_gt_DEBUGToggleMinionSpawningtogminionspawn, true, false);
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:1476
else {
libUIUI_gv_uIDebugPanelDisableMinionSpawningToggle = true;
libNtve_gf_SetDialogItemChecked(libUIUI_gv_uIDebugPanel.lv_disableMinionSpawningCheckbox, true, PlayerGroupAll());
TriggerExecute(libSprt_gt_DEBUGToggleMinionSpawningtogminionspawn, true, false);
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:1507
TriggerExecute(libSprt_gt_DEBUGToggleXPTrickletogtrickle, true, false);
if ((libUIUI_gv_uIDebugPanelDisableTrickleXPToggle == true)) {
libNtve_gf_SetDialogItemChecked(libUIUI_gv_uIDebugPanel.lv_disableTrickleXPCheckbox, true, PlayerGroupAll());
}
else {
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:1510
}
else {
libNtve_gf_SetDialogItemChecked(libUIUI_gv_uIDebugPanel.lv_disableTrickleXPCheckbox, false, PlayerGroupAll());
}
Wait(0.75, c_timeGame);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:1539
if ((libUIUI_gv_uIDebugPanelFloatingCombatTextToggle == true)) {
libUIUI_gv_uIDebugPanelFloatingCombatTextToggle = false;
libNtve_gf_SetDialogItemChecked(libUIUI_gv_uIDebugPanel.lv_floatingCombatTextCheckbox, false, PlayerGroupAll());
TriggerExecute(libSprt_gt_DEBUGToggleFloatingCombatTexttogcombattext, true, false);
DialogControlSetEnabled(libUIUI_gv_uIDebugPanel.lv_enableAllFloatingCombatTextCheckbox, PlayerGroupAll(), false);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:1545
else {
libUIUI_gv_uIDebugPanelFloatingCombatTextToggle = true;
libNtve_gf_SetDialogItemChecked(libUIUI_gv_uIDebugPanel.lv_floatingCombatTextCheckbox, true, PlayerGroupAll());
TriggerExecute(libSprt_gt_DEBUGToggleFloatingCombatTexttogcombattext, true, false);
DialogControlSetEnabled(libUIUI_gv_uIDebugPanel.lv_enableAllFloatingCombatTextCheckbox, PlayerGroupAll(), true);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:1963
if ((BankSectionExists(libGame_gv_players[1].lv_bankData.lv_bank, "Debug Menu Options") == true)) {
if ((libCore_gf_LoadBankValueIfExistsAsBoolean(libUIUI_gv_uIDebugPanelShowAllCombatText, libGame_gv_players[1].lv_bankData.lv_bank, "ShowAllTextBoolean", "Debug Menu Options") == true)) {
libNtve_gf_SetDialogItemChecked(libUIUI_gv_uIDebugPanel.lv_enableAllFloatingCombatTextCheckbox, true, PlayerGroupAll());
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:1967
if ((libCore_gf_LoadBankValueIfExistsAsBoolean(libUIUI_gv_uIDebugPanelDisableTrickleXPToggle, libGame_gv_players[1].lv_bankData.lv_bank, "DisableTrickleXPBoolean", "Debug Menu Options") == true)) {
libNtve_gf_SetDialogItemChecked(libUIUI_gv_uIDebugPanel.lv_disableTrickleXPCheckbox, true, PlayerGroupAll());
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:1971
if ((libCore_gf_LoadBankValueIfExistsAsBoolean(libUIUI_gv_uIDebugPanelSpawnAtCamera, libGame_gv_players[1].lv_bankData.lv_bank, "SpawnAtCamera", "Debug Menu Options") == true)) {
libNtve_gf_SetDialogItemChecked(libUIUI_gv_uIDebugPanel.lv_spawnAtCameraCheckbox, true, PlayerGroupAll());
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:1975
if ((libCore_gf_LoadBankValueIfExistsAsBoolean(libUIUI_gv_uIDebugPanelDisableMinionSpawningToggle, libGame_gv_players[1].lv_bankData.lv_bank, "MinionSpawnsBoolean", "Debug Menu Options") == true)) {
libNtve_gf_SetDialogItemChecked(libUIUI_gv_uIDebugPanel.lv_disableMinionSpawningCheckbox, true, PlayerGroupAll());
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:1979
if ((libCore_gf_LoadBankValueIfExistsAsBoolean(libUIUI_gv_uIDebugPanelSavedHero, libGame_gv_players[1].lv_bankData.lv_bank, "SavedHero", "Debug Menu Options") == true)) {
libNtve_gf_SetDialogItemChecked(libUIUI_gv_uIDebugPanel.lv_savedHeroCheckbox, true, PlayerGroupAll());
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:9656
DialogControlHookup(lv_panels[lv_currentPanelLayer], c_triggerControlTypeCheckBox, "SameXPCheckBox");
if ((GameIsOnline() == true)) {
libNtve_gf_SetDialogItemChecked(DialogControlLastCreated(), true, PlayerGroupAll());
}
else {
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:9659
}
else {
libNtve_gf_SetDialogItemChecked(DialogControlLastCreated(), false, PlayerGroupAll());
}
libUIUI_gv_uIDebugPanel.lv_useCurrentXPCheckbox = DialogControlLastCreated();
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNCMI.galaxy:5076
libNCMI_gv_NM_GameCheat_CheckBox[IntLoopCurrent()] = DialogControlLastCreated();
if ((libNCMI_gv_NM_GameCheat_CheatState[IntLoopCurrent()] == true)) {
libNtve_gf_SetDialogItemChecked(libNCMI_gv_NM_GameCheat_CheckBox[IntLoopCurrent()], true, PlayerGroupAll());
}
else {
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNCMI.galaxy:5079
}
else {
libNtve_gf_SetDialogItemChecked(libNCMI_gv_NM_GameCheat_CheckBox[IntLoopCurrent()], false, PlayerGroupAll());
}
auto7CE5AB5F_val = IntLoopCurrent();
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNCMI.galaxy:5245
if ((libNCMI_gv_NM_GameCheat_Dialog != c_invalidDialogId) && (DialogIsVisible(libNCMI_gv_NM_GameCheat_Dialog, 1) == true)) {
if ((libNCMI_gv_NM_GameCheat_CheatState[IntLoopCurrent()] == true)) {
libNtve_gf_SetDialogItemChecked(libNCMI_gv_NM_GameCheat_CheckBox[IntLoopCurrent()], true, PlayerGroupSingle(1));
}
else {
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNCMI.galaxy:5248
}
else {
libNtve_gf_SetDialogItemChecked(libNCMI_gv_NM_GameCheat_CheckBox[IntLoopCurrent()], false, PlayerGroupSingle(1));
}
}
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNCST.galaxy:4128
DialogControlCreate(libNCST_gv_nS_DebugStoryDialog, c_triggerControlTypeCheckBox);
libNCST_gv_nS_DebugStoryConvoTypeCheckbox = DialogControlLastCreated();
libNtve_gf_SetDialogItemChecked(DialogControlLastCreated(), true, PlayerGroupAll());
DialogControlSetPositionRelative(libNCST_gv_nS_DebugStoryConvoTypeCheckbox, PlayerGroupAll(), c_anchorLeft, libNCST_gv_nS_DebugStoryConvoTypeLabel, c_anchorRight, 0, -15);
libNtve_gf_CreateDialogItemLabel(libNCST_gv_nS_DebugStoryDialog, 80, 50, c_anchorTopLeft, 50, 50, StringExternal("Param/Value/lib_NCST_1F9F798F"), Color(100,100,100), false, 2.0);
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNCST.galaxy:4135
DialogControlCreate(libNCST_gv_nS_DebugStoryDialog, c_triggerControlTypeCheckBox);
libNCST_gv_nS_DebugStorySceneTypeCheckbox = DialogControlLastCreated();
libNtve_gf_SetDialogItemChecked(DialogControlLastCreated(), true, PlayerGroupAll());
DialogControlSetPositionRelative(libNCST_gv_nS_DebugStorySceneTypeCheckbox, PlayerGroupAll(), c_anchorLeft, libNCST_gv_nS_DebugStorySceneTypeLabel, c_anchorRight, 0, -15);
return true;
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNovC.galaxy:341
for ( ; ( (autoFC22D2BD_ai >= 0 && lv_equipmentIndex <= autoFC22D2BD_ae) || (autoFC22D2BD_ai <= 0 && lv_equipmentIndex >= autoFC22D2BD_ae) ) ; lv_equipmentIndex += autoFC22D2BD_ai ) {
if ((libComC_gf_CC_PerkStateCheck(libNovC_gv_nC_DebugCampaignTechEquipment[lv_equipmentGroupIndex][lv_equipmentIndex], libComC_ge_CC_PerkState_Active) == true)) {
libNtve_gf_SetDialogItemChecked(libNovC_gv_nC_DebugCampaignTechEquipmentCheckBox[lv_equipmentGroupIndex][lv_equipmentIndex], true, PlayerGroupAll());
}
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNovC.galaxy:368
libNtve_gf_SetDialogItemTooltip(libNovC_gv_nC_DebugCampaignTechUpgradesCheckBoxName[lv_armyUnitIndex], libNovC_gf_NC_ArmyTechItemDescriptionFromIndex(libNovC_gv_nC_DebugCampaignTechUpgradesActiveItem, lv_armyUnitIndex), PlayerGroupAll());
if ((libNovC_gv_nC_DebugCampaignTechUpgradesAssignedUnitList[libNovC_gv_nC_DebugCampaignTechUpgradesActiveButtonIndex] == libNovC_gf_NC_ArmyTechItemUnitFromIndex(libNovC_gv_nC_DebugCampaignTechUpgradesActiveItem, lv_armyUnitIndex))) {
libNtve_gf_SetDialogItemChecked(libNovC_gv_nC_DebugCampaignTechUpgradesCheckBox[lv_armyUnitIndex], true, PlayerGroupAll());
}
else {
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNovC.galaxy:371
}
else {
libNtve_gf_SetDialogItemChecked(libNovC_gv_nC_DebugCampaignTechUpgradesCheckBox[lv_armyUnitIndex], false, PlayerGroupAll());
}
}
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNovC.galaxy:2628
for ( ; ( (auto0642B64C_ai >= 0 && lv_equipmentInnerLoopIndex <= auto0642B64C_ae) || (auto0642B64C_ai <= 0 && lv_equipmentInnerLoopIndex >= auto0642B64C_ae) ) ; lv_equipmentInnerLoopIndex += auto0642B64C_ai ) {
if ((libNovC_gv_nC_DebugCampaignTechEquipmentCheckBox[lv_equipmentGroupIndex][lv_equipmentInnerLoopIndex] != c_invalidDialogControlId) && (libNovC_gv_nC_DebugCampaignTechEquipmentCheckBox[lv_equipmentGroupIndex][lv_equipmentInnerLoopIndex] != EventDialogControl()) && (libNtve_gf_DialogItemIsChecked(libNovC_gv_nC_DebugCampaignTechEquipmentCheckBox[lv_equipmentGroupIndex][lv_equipmentInnerLoopIndex], 1) == true)) {
libNtve_gf_SetDialogItemChecked(libNovC_gv_nC_DebugCampaignTechEquipmentCheckBox[lv_equipmentGroupIndex][lv_equipmentInnerLoopIndex], false, PlayerGroupAll());
}
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNovC.galaxy:2688
lv_equipmentInGroupCount[lv_equipmentGroupIndex] += 1;
if ((libNtve_gf_DialogItemIsChecked(libNovC_gv_nC_DebugCampaignTechEquipmentCheckBox[lv_equipmentGroupIndex][lv_equipmentIndex], 1) == true)) {
libNtve_gf_SetDialogItemChecked(libNovC_gv_nC_DebugCampaignTechEquipmentCheckBox[lv_equipmentGroupIndex][lv_equipmentIndex], false, PlayerGroupAll());
}
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNovC.galaxy:2699
lv_equipmentGroupIndex = 1;
for ( ; ( (auto6642429A_ai >= 0 && lv_equipmentGroupIndex <= auto6642429A_ae) || (auto6642429A_ai <= 0 && lv_equipmentGroupIndex >= auto6642429A_ae) ) ; lv_equipmentGroupIndex += auto6642429A_ai ) {
libNtve_gf_SetDialogItemChecked(libNovC_gv_nC_DebugCampaignTechEquipmentCheckBox[lv_equipmentGroupIndex][RandomInt(1, lv_equipmentInGroupCount[lv_equipmentGroupIndex])], true, PlayerGroupAll());
}
return true;
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNovC.galaxy:2806
for ( ; ( (auto35EC85DB_ai >= 0 && lv_armyUnitInnerLoopIndex <= auto35EC85DB_ae) || (auto35EC85DB_ai <= 0 && lv_armyUnitInnerLoopIndex >= auto35EC85DB_ae) ) ; lv_armyUnitInnerLoopIndex += auto35EC85DB_ai ) {
if ((libNovC_gv_nC_DebugCampaignTechUpgradesCheckBox[lv_armyUnitInnerLoopIndex] != EventDialogControl()) && (libNtve_gf_DialogItemIsChecked(libNovC_gv_nC_DebugCampaignTechUpgradesCheckBox[lv_armyUnitInnerLoopIndex], 1) == true)) {
libNtve_gf_SetDialogItemChecked(libNovC_gv_nC_DebugCampaignTechUpgradesCheckBox[lv_armyUnitInnerLoopIndex], false, PlayerGroupAll());
lv_noOtherUnitsUnassigned = false;
}
mods/starcoop/starcoop.sc2mod — base.sc2data/LibCOUI.galaxy:830
DialogControlHookup(libCOUI_gv_cU_CommanderPanel, c_triggerControlTypeCheckBox, "MasteryCheckbox");
libCOUI_gv_cU_CommanderMasteryCheckbox = DialogControlLastCreated();
libNtve_gf_SetDialogItemChecked(libCOUI_gv_cU_CommanderMasteryCheckbox, true, PlayerGroupAll());
DialogControlHookup(libCOUI_gv_cU_CommanderPanel, c_triggerControlTypePulldown, "ChallengePulldown");
libCOUI_gv_cU_CommanderMutatorChallengePulldown = DialogControlLastCreated();
mods/starcoop/starcoop.sc2mod — base.sc2data/LibCOUI.galaxy:1226
libCOUI_gv_cU_MutatorItems[lv_mutatorCount] = lv_indexMutator;
if ((libCOMU_gf_MutatorIsEnabled(lv_indexMutator) == true)) {
libNtve_gf_SetDialogItemChecked(libCOUI_gv_cU_MutatorCheckboxes[lv_mutatorCount], true, lv_updatePlayers);
}
else {
mods/starcoop/starcoop.sc2mod — base.sc2data/LibCOUI.galaxy:1229
}
else {
libNtve_gf_SetDialogItemChecked(libCOUI_gv_cU_MutatorCheckboxes[lv_mutatorCount], false, lv_updatePlayers);
}
}