# Dialog Item Is Checked
Grammar — dialogItem is checked for player
Flags —Function
Returns true if the dialog item is checked.
# Arguments
int
<control> — Dialog Itemint
— Player
Returns — bool
bool libNtve_gf_DialogItemIsChecked(
int lp_dialogItem,
int lp_player,
);
# 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:9895
lv_indexUpgrade = CatalogFieldValueGet(c_gameCatalogArmyCategory, lv_indexCategory, "ArmyUpgradeArray["+IntToString(autoD1C4A0D9_ai-1)+"]", 1);
lv_upgradeIndex += 1;
if ((libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][lv_upgradeIndex], 1) == true)) {
libSwaC_gf_ZS_SetArmyUpgradeState(lv_indexUpgrade, c_armyUpgradeStatePurchased);
}
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:9910
lv_indexUnit = CatalogFieldValueGet(c_gameCatalogArmyCategory, lv_indexCategory, "ArmyUnitArray["+IntToString(autoED680A22_ai-1)+"]", 1);
lv_evoIndex += 1;
if ((libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_ArmyCustomArchivesEvolutionCheck[lv_categoryIndex][lv_evoIndex], 1) == true)) {
libSwaC_gf_ZS_SetArmyUnitState(lv_indexUnit, c_armyUnitStatePurchased);
}
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:15257
for ( ; ( (autoB5CEE957_ai >= 0 && lv_categoryIndex <= autoB5CEE957_ae) || (autoB5CEE957_ai < 0 && lv_categoryIndex >= autoB5CEE957_ae) ) ; lv_categoryIndex += autoB5CEE957_ai ) {
lv_indexCategory = libSwaC_gv_zS_DebugStoryTechArmyCategory[lv_categoryIndex];
if ((libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_DebugStoryTechArmyCategoryCheck[lv_categoryIndex], 1) == true)) {
libSwaC_gf_ZS_SetArmyCategoryState(lv_indexCategory, c_armyCategoryStateUnlocked);
if (((libSwaC_gf_MissionStatusCheck(libSwaC_gf_StoryArmyCategoryEvolutionMission(lv_indexCategory), libSwaC_ge_MissionStatus_Locked) == false))) {
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:15269
}
}
else if ((libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_DebugStoryTechArmyUnitCheck[lv_categoryIndex][1], 1) == true)) {
libSwaC_gf_ZS_SetArmyCategoryState(lv_indexCategory, c_armyCategoryStateUnlocked);
libSwaC_gf_ZS_SetArmyUnitState(libSwaC_gf_StoryArmyUnitInCategory(lv_indexCategory, 1), c_armyUnitStatePurchased);
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:15275
libSwaC_gf_ZS_CompleteMission(libSwaC_gf_StoryArmyCategoryEvolutionMission(lv_indexCategory));
}
else if ((libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_DebugStoryTechArmyUnitCheck[lv_categoryIndex][2], 1) == true)) {
libSwaC_gf_ZS_SetArmyCategoryState(lv_indexCategory, c_armyCategoryStateUnlocked);
libSwaC_gf_ZS_SetArmyUnitState(libSwaC_gf_StoryArmyUnitInCategory(lv_indexCategory, 1), c_armyUnitStateLocked);
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:20976
lv_upgradeIndex += 1;
if ((libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][lv_upgradeIndex] == EventDialogControl())) {
if ((libNtve_gf_DialogItemIsChecked(EventDialogControl(), 1) == false)) {
if ((libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][1], 1) == false) && (libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][2], 1) == false) && (libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][3], 1) == false)) {
libNtve_gf_SetDialogItemChecked(EventDialogControl(), true, PlayerGroupAll());
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:20977
if ((libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][lv_upgradeIndex] == EventDialogControl())) {
if ((libNtve_gf_DialogItemIsChecked(EventDialogControl(), 1) == false)) {
if ((libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][1], 1) == false) && (libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][2], 1) == false) && (libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][3], 1) == false)) {
libNtve_gf_SetDialogItemChecked(EventDialogControl(), true, PlayerGroupAll());
return true;
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:20977
if ((libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][lv_upgradeIndex] == EventDialogControl())) {
if ((libNtve_gf_DialogItemIsChecked(EventDialogControl(), 1) == false)) {
if ((libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][1], 1) == false) && (libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][2], 1) == false) && (libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][3], 1) == false)) {
libNtve_gf_SetDialogItemChecked(EventDialogControl(), true, PlayerGroupAll());
return true;
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:20977
if ((libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][lv_upgradeIndex] == EventDialogControl())) {
if ((libNtve_gf_DialogItemIsChecked(EventDialogControl(), 1) == false)) {
if ((libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][1], 1) == false) && (libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][2], 1) == false) && (libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_ArmyCustomArchivesUpgradeCheck[lv_categoryIndex][3], 1) == false)) {
libNtve_gf_SetDialogItemChecked(EventDialogControl(), true, PlayerGroupAll());
return true;
campaigns/swarmstory.sc2campaign — base.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:21009
lv_evoIndex += 1;
if ((libSwaC_gv_zS_ArmyCustomArchivesEvolutionCheck[lv_categoryIndex][lv_evoIndex] == EventDialogControl())) {
if ((libNtve_gf_DialogItemIsChecked(EventDialogControl(), 1) == false)) {
if ((libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_ArmyCustomArchivesEvolutionCheck[lv_categoryIndex][1], 1) == false) && (libNtve_gf_DialogItemIsChecked(libSwaC_gv_zS_ArmyCustomArchivesEvolutionCheck[lv_categoryIndex][2], 1) == false)) {
libNtve_gf_SetDialogItemChecked(EventDialogControl(), true, PlayerGroupAll());
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:7957
if ((EventDialogControl() == lib281DEC45_gv_zSS_DebugStoryEnabledCheckbox[lv_index])) {
if ((lib281DEC45_gv_zSS_DebugStoryInteractiveType[lv_index] == "Character")) {
if ((libNtve_gf_DialogItemIsChecked(EventDialogControl(), 1) != lib281DEC45_gf_CharacterIsEnabled(lib281DEC45_gv_zSS_DebugStoryInteractiveInstance[lv_index]))) {
if ((libNtve_gf_DialogItemIsChecked(EventDialogControl(), 1) == true)) {
lib281DEC45_gf_EnableDisableCharacter(lib281DEC45_gv_zSS_DebugStoryInteractiveInstance[lv_index], true);
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:7958
if ((lib281DEC45_gv_zSS_DebugStoryInteractiveType[lv_index] == "Character")) {
if ((libNtve_gf_DialogItemIsChecked(EventDialogControl(), 1) != lib281DEC45_gf_CharacterIsEnabled(lib281DEC45_gv_zSS_DebugStoryInteractiveInstance[lv_index]))) {
if ((libNtve_gf_DialogItemIsChecked(EventDialogControl(), 1) == true)) {
lib281DEC45_gf_EnableDisableCharacter(lib281DEC45_gv_zSS_DebugStoryInteractiveInstance[lv_index], true);
}
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:7976
}
if ((EventDialogControl() == lib281DEC45_gv_zSS_DebugStoryAmbientCheckbox[lv_index])) {
if ((lib281DEC45_gv_zSS_DebugStoryInteractiveType[lv_index] == "Character") && (libNtve_gf_DialogItemIsChecked(EventDialogControl(), 1) != lib281DEC45_gf_ZSS_CharacterIsAmbient(lib281DEC45_gv_zSS_DebugStoryInteractiveInstance[lv_index]))) {
lib281DEC45_gf_ZSS_CharacterSetAmbient(lib281DEC45_gv_zSS_DebugStoryInteractiveInstance[lv_index], libNtve_gf_DialogItemIsChecked(EventDialogControl(), 1));
lib281DEC45_gf_ZSS_DebugStoryCheatUpdate();
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:7977
if ((EventDialogControl() == lib281DEC45_gv_zSS_DebugStoryAmbientCheckbox[lv_index])) {
if ((lib281DEC45_gv_zSS_DebugStoryInteractiveType[lv_index] == "Character") && (libNtve_gf_DialogItemIsChecked(EventDialogControl(), 1) != lib281DEC45_gf_ZSS_CharacterIsAmbient(lib281DEC45_gv_zSS_DebugStoryInteractiveInstance[lv_index]))) {
lib281DEC45_gf_ZSS_CharacterSetAmbient(lib281DEC45_gv_zSS_DebugStoryInteractiveInstance[lv_index], libNtve_gf_DialogItemIsChecked(EventDialogControl(), 1));
lib281DEC45_gf_ZSS_DebugStoryCheatUpdate();
}
campaigns/swarmstoryutil.sc2mod — base.sc2data/Lib281DEC45.galaxy:8119
UnitRemove(lib281DEC45_gf_CharacterUnit("Kerrigan"));
lib281DEC45_gv_zSS_Characters[lib281DEC45_gf_ZSS_CharacterIndex("Kerrigan")].lv_unit = null;
if ((libNtve_gf_DialogItemIsChecked(lib281DEC45_gv_zSS_DebugStoryKerriganTypeCheckbox, 1) == true)) {
libSwaC_gf_StoryCreateKerrigan(RegionGetCenter(RegionEntireMap()), 1, libSwaC_ge_KerriganPhase_KerriganPhaseQueenOfBlade, 270.0, 0);
UserDataSetInt("Maps", "ZZerus2", "CompletedAge", 1, 1);
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:420
for ( ; ( (autoDA806F86_ai >= 0 && lv_categoryIndex <= autoDA806F86_ae) || (autoDA806F86_ai < 0 && lv_categoryIndex >= autoDA806F86_ae) ) ; lv_categoryIndex += autoDA806F86_ai ) {
lv_indexCategory = libVoiC_gv_pC_DebugCampaignTechArmyCategory[lv_categoryIndex];
if ((libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex], 1) == true)) {
libVoiC_gf_PC_SetArmyCategoryState(lv_indexCategory, c_armyCategoryStateUnlocked);
libVoiC_gf_PC_SetArmyUnitState(libVoiC_gf_StoryArmyUnitInCategory(lv_indexCategory, 1), c_armyUnitStateUnlocked);
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:426
libVoiC_gf_PC_SetArmyUnitState(libVoiC_gf_StoryArmyUnitInCategory(lv_indexCategory, 3), c_armyUnitStateUnlocked);
}
else if ((libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], 1) == true)) {
libVoiC_gf_PC_SetArmyCategoryState(lv_indexCategory, c_armyCategoryStateUnlocked);
libVoiC_gf_PC_SetArmyUnitState(libVoiC_gf_StoryArmyUnitInCategory(lv_indexCategory, 1), c_armyUnitStatePurchased);
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:432
libVoiC_gf_PC_SetArmyUnitState(libVoiC_gf_StoryArmyUnitInCategory(lv_indexCategory, 3), c_armyUnitStateLocked);
}
else if ((libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][2], 1) == true)) {
libVoiC_gf_PC_SetArmyCategoryState(lv_indexCategory, c_armyCategoryStateUnlocked);
libVoiC_gf_PC_SetArmyUnitState(libVoiC_gf_StoryArmyUnitInCategory(lv_indexCategory, 1), c_armyUnitStateLocked);
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:438
libVoiC_gf_PC_SetArmyUnitState(libVoiC_gf_StoryArmyUnitInCategory(lv_indexCategory, 3), c_armyUnitStateLocked);
}
else if ((libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][3], 1) == true)) {
libVoiC_gf_PC_SetArmyCategoryState(lv_indexCategory, c_armyCategoryStateUnlocked);
libVoiC_gf_PC_SetArmyUnitState(libVoiC_gf_StoryArmyUnitInCategory(lv_indexCategory, 1), c_armyUnitStateLocked);
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:483
lv_perkIndex += 1;
if ((libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechSoAPowerCheck[lv_groupIndex][lv_perkIndex], 1) == true)) {
libVoiC_gf_PC_PerkStateSet(lv_indexPerk, libVoiC_ge_PC_PerkState_Active);
}
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:8921
lv_categoryIndex = 1;
for ( ; ( (autoC4B10C49_ai >= 0 && lv_categoryIndex <= autoC4B10C49_ae) || (autoC4B10C49_ai < 0 && lv_categoryIndex >= autoC4B10C49_ae) ) ; lv_categoryIndex += autoC4B10C49_ai ) {
if (((libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex], 1) == true) || (libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], 1) == true) || (libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][2], 1) == true) || (libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][3], 1) == true))) {
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], false, PlayerGroupAll());
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:8921
lv_categoryIndex = 1;
for ( ; ( (autoC4B10C49_ai >= 0 && lv_categoryIndex <= autoC4B10C49_ae) || (autoC4B10C49_ai < 0 && lv_categoryIndex >= autoC4B10C49_ae) ) ; lv_categoryIndex += autoC4B10C49_ai ) {
if (((libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex], 1) == true) || (libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], 1) == true) || (libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][2], 1) == true) || (libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][3], 1) == true))) {
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], false, PlayerGroupAll());
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:8921
lv_categoryIndex = 1;
for ( ; ( (autoC4B10C49_ai >= 0 && lv_categoryIndex <= autoC4B10C49_ae) || (autoC4B10C49_ai < 0 && lv_categoryIndex >= autoC4B10C49_ae) ) ; lv_categoryIndex += autoC4B10C49_ai ) {
if (((libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex], 1) == true) || (libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], 1) == true) || (libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][2], 1) == true) || (libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][3], 1) == true))) {
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], false, PlayerGroupAll());
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:8921
lv_categoryIndex = 1;
for ( ; ( (autoC4B10C49_ai >= 0 && lv_categoryIndex <= autoC4B10C49_ae) || (autoC4B10C49_ai < 0 && lv_categoryIndex >= autoC4B10C49_ae) ) ; lv_categoryIndex += autoC4B10C49_ai ) {
if (((libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex], 1) == true) || (libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], 1) == true) || (libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][2], 1) == true) || (libNtve_gf_DialogItemIsChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][3], 1) == true))) {
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex], false, PlayerGroupAll());
libNtve_gf_SetDialogItemChecked(libVoiC_gv_pC_DebugCampaignTechArmyUnitCheck[lv_categoryIndex][1], false, PlayerGroupAll());
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignLib.galaxy:8997
if ((EventDialogControl() == libVoiC_gv_pC_DebugCampaignTechArmyCategoryCheck[lv_categoryIndex])) {
lv_clickedCategory = lv_indexCategory;
if ((libNtve_gf_DialogItemIsChecked(EventDialogControl(), 1) == true)) {
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/VoidCampaignStoryLib.galaxy:534
}
if ((lp_listType == "Scenes") && (libNtve_gf_DialogItemIsChecked(libVCST_gv_pS_DebugStorySceneTypeCheckbox, 1) == false)) {
return ;
}
campaigns/voidstory.sc2campaign — base.sc2data/TriggerLibs/VoidCampaignStoryLib.galaxy:538
}
if ((lp_listType == "Conversations") && (libNtve_gf_DialogItemIsChecked(libVCST_gv_pS_DebugStoryConvoTypeCheckbox, 1) == false)) {
return ;
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:2814
}
if ((libNtve_gf_DialogItemIsChecked(libSprt_gv_qACheatsControlsPanel.lv_alliedControlCheckbox, EventPlayer()) == true)) {
PlayerSetAlliance(2, c_allianceIdControl, EventPlayer(), true);
PlayerSetAlliance(3, c_allianceIdControl, EventPlayer(), true);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:2903
}
if ((libNtve_gf_DialogItemIsChecked(libSprt_gv_qACheatsControlsPanel.lv_visionCheckbox, EventPlayer()) == true)) {
PlayerSetAlliance(6, c_allianceIdVision, EventPlayer(), true);
PlayerSetAlliance(7, c_allianceIdVision, EventPlayer(), true);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:3124
}
if ((libNtve_gf_DialogItemIsChecked(libSprt_gv_qACheatsControlsPanel.lv_toggleWeaponsCheckbox, EventPlayer()) == true)) {
libSprt_gv_qACheatsWeaponsDisabled = true;
auto44D932E4_g = PlayerGroupAll();
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:3572
}
if (((EventDialogControl() == libSprt_gv_qACheatsControlsPanel.lv_orderCheckbox) && (libNtve_gf_DialogItemIsChecked(EventDialogControl(), EventPlayer()) == true))) {
libSprt_gv_qACheatsSelectedTeam = 11;
libNtve_gf_SetDialogItemChecked(libSprt_gv_qACheatsControlsPanel.lv_chaosCheckbox, false, PlayerGroupAll());
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:3576
libNtve_gf_SetDialogItemChecked(libSprt_gv_qACheatsControlsPanel.lv_chaosCheckbox, false, PlayerGroupAll());
}
else if (((EventDialogControl() == libSprt_gv_qACheatsControlsPanel.lv_chaosCheckbox) && (libNtve_gf_DialogItemIsChecked(EventDialogControl(), EventPlayer()) == true))) {
libSprt_gv_qACheatsSelectedTeam = 12;
libNtve_gf_SetDialogItemChecked(libSprt_gv_qACheatsControlsPanel.lv_orderCheckbox, false, PlayerGroupAll());
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/SupportLib.galaxy:3580
libNtve_gf_SetDialogItemChecked(libSprt_gv_qACheatsControlsPanel.lv_orderCheckbox, false, PlayerGroupAll());
}
else if (((EventDialogControl() == libSprt_gv_qACheatsControlsPanel.lv_neutralCheckbox) && (libNtve_gf_DialogItemIsChecked(EventDialogControl(), EventPlayer()) == true))) {
libSprt_gv_qACheatsSelectedTeam = 15;
libNtve_gf_SetDialogItemChecked(libSprt_gv_qACheatsControlsPanel.lv_orderCheckbox, false, PlayerGroupAll());
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:10307
}
if ((libNtve_gf_DialogItemIsChecked(EventDialogControl(), EventPlayer()) == true)) {
DialogControlSetEnabled(libUIUI_gv_uIDebugPanel.lv_levelSlider, libCore_gv_playerGroupFromPlayer[EventPlayer()], false);
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:10344
}
libUIUI_gf_UIDebugPanelPopulateHeroDropdownForPlayer(EventPlayer(), libNtve_gf_DialogItemIsChecked(EventDialogControl(), EventPlayer()));
return true;
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:10996
lv_voiceLineIndex = DialogControlGetSelectedItem(libUIUI_gv_uIDebugPanel.lv_voiceLineDropdown, lv_triggeringPlayer);
lv_player = FixedToInt(libNtve_gf_DialogItemValue(libUIUI_gv_uIDebugPanel.lv_playerSlider, lv_triggeringPlayer));
if ((libNtve_gf_DialogItemIsChecked(libUIUI_gv_uIDebugPanel.lv_useCurrentXPCheckbox, lv_triggeringPlayer) == true)) {
lv_xP = UnitGetPropertyFixed(libGame_gv_players[lv_player].lv_heroUnit, c_unitPropXP, c_unitPropCurrent);
}
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:14455
lv_targetUnit = libGame_gv_players[PlayerGroupPlayer(PlayerGroupAlliance(c_playerGroupEnemy, lv_i_Player), RandomInt(1, PlayerGroupCount(PlayerGroupAlliance(c_playerGroupEnemy, lv_i_Player))))].lv_heroUnit;
if ((libNtve_gf_DialogItemIsChecked(libUIUI_gv_killLogDebugPanel.lv_killCheckbox, EventPlayer()) == true)) {
lv_questsResetCount = 1;
auto0DCE6825_ae = libUIUI_gv_killLog_MaxComboIcons_D0A1;
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNCST.galaxy:478
}
if ((lp_listType == "Scenes") && (libNtve_gf_DialogItemIsChecked(libNCST_gv_nS_DebugStorySceneTypeCheckbox, 1) == false)) {
return ;
}
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNCST.galaxy:482
}
if ((lp_listType == "Conversations") && (libNtve_gf_DialogItemIsChecked(libNCST_gv_nS_DebugStoryConvoTypeCheckbox, 1) == false)) {
return ;
}
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNovC.galaxy:403
for ( ; ( (autoE9695A20_ai >= 0 && lv_equipmentIndex <= autoE9695A20_ae) || (autoE9695A20_ai <= 0 && lv_equipmentIndex >= autoE9695A20_ae) ) ; lv_equipmentIndex += autoE9695A20_ai ) {
if ((libNovC_gv_nC_DebugCampaignTechEquipmentCheckBox[lv_equipmentGroupIndex][lv_equipmentIndex] != c_invalidDialogControlId)) {
if ((libNtve_gf_DialogItemIsChecked(libNovC_gv_nC_DebugCampaignTechEquipmentCheckBox[lv_equipmentGroupIndex][lv_equipmentIndex], 1) == true)) {
libComC_gf_CC_PerkStateSet(libNovC_gv_nC_DebugCampaignTechEquipment[lv_equipmentGroupIndex][lv_equipmentIndex], libComC_ge_CC_PerkState_Active);
}
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNovC.galaxy:462
lv_armyUnitIndex = 1;
for ( ; ( (autoE6F121B0_ai >= 0 && lv_armyUnitIndex <= autoE6F121B0_ae) || (autoE6F121B0_ai <= 0 && lv_armyUnitIndex >= autoE6F121B0_ae) ) ; lv_armyUnitIndex += autoE6F121B0_ai ) {
if ((libNtve_gf_DialogItemIsChecked(libNovC_gv_nC_DebugCampaignTechUpgradesCheckBox[lv_armyUnitIndex], 1) == true) && (DialogControlIsVisible(libNovC_gv_nC_DebugCampaignTechUpgradesCheckBox[lv_armyUnitIndex], 1) == true)) {
libNovC_gv_nC_DebugCampaignTechUpgradesAssignedUnitList[lp_upgradeItemIndex] = libNovC_gf_NC_ArmyTechItemUnitFromIndex(lp_activeUpgradeItem, lv_armyUnitIndex);
libNtve_gf_SetDialogItemText(libNovC_gv_nC_DebugCampaignTechUpgradesAssignedUnitLabelList[lp_upgradeItemIndex], StringToText((libNovC_gv_nC_DebugCampaignTechUpgradesAssignedUnitList[lp_upgradeItemIndex])), PlayerGroupAll());
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNovC.galaxy:2622
lv_equipmentIndex = 1;
for ( ; ( (auto2ACDDE29_ai >= 0 && lv_equipmentIndex <= auto2ACDDE29_ae) || (auto2ACDDE29_ai <= 0 && lv_equipmentIndex >= auto2ACDDE29_ae) ) ; lv_equipmentIndex += auto2ACDDE29_ai ) {
if ((libNovC_gv_nC_DebugCampaignTechEquipmentCheckBox[lv_equipmentGroupIndex][lv_equipmentIndex] != c_invalidDialogControlId) && (EventDialogControl() == libNovC_gv_nC_DebugCampaignTechEquipmentCheckBox[lv_equipmentGroupIndex][lv_equipmentIndex]) && (libNtve_gf_DialogItemIsChecked(EventDialogControl(), 1) == true)) {
auto0642B64C_ae = libNovC_gv_nCC_DebugCampaignTechEquipmentItemCount;
auto0642B64C_ai = 1;
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNovC.galaxy:2627
lv_equipmentInnerLoopIndex = 1;
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:2687
if ((libNovC_gv_nC_DebugCampaignTechEquipmentCheckBox[lv_equipmentGroupIndex][lv_equipmentIndex] != c_invalidDialogControlId)) {
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:2799
lv_armyUnitIndex = 1;
for ( ; ( (auto40A26391_ai >= 0 && lv_armyUnitIndex <= auto40A26391_ae) || (auto40A26391_ai <= 0 && lv_armyUnitIndex >= auto40A26391_ae) ) ; lv_armyUnitIndex += auto40A26391_ai ) {
if ((libNovC_gv_nC_DebugCampaignTechUpgradesCheckBox[lv_armyUnitIndex] == EventDialogControl()) && (libNtve_gf_DialogItemIsChecked(EventDialogControl(), 1) == true)) {
lv_armyUnitInnerLoopIndex = 0;
auto35EC85DB_ae = libNovC_gv_nCC_DebugCampaignTechUpgradesUnitsCountMax;
mods/missionpacks/novacampaign.sc2mod — base.sc2data/LibNovC.galaxy:2805
lv_armyUnitInnerLoopIndex = 1;
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:905
libCOOC_gf_CC_PlayerCommanderSet(lp_player, libCOUI_gv_cU_CommanderSelection[lp_player]);
PlayerSetRace(lp_player, libCOOC_gf_CC_CommanderRace(libCOUI_gv_cU_CommanderSelection[lp_player]));
libCOOC_gf_CC_PlayerMasteryEnabledSet(lp_player, libNtve_gf_DialogItemIsChecked(libCOUI_gv_cU_CommanderMasteryCheckbox, lp_player));
libCOOC_gf_CC_UpdateTechStates(lp_player);
}
mods/starcoop/starcoop.sc2mod — base.sc2data/LibCOUI.galaxy:941
lv_playerAlly = PlayerGroupSingle(libCOOC_gf_CC_PlayerAlly(lp_player));
libNtve_gf_SetDialogItemText(libCOUI_gv_cU_CommanderLevelLabelSelf, IntToText(libCOOC_gf_CC_CommanderLevel(lp_player, libCOOC_gf_ActiveCommanderForPlayer(lp_player))), lv_playerSelf);
if ((libNtve_gf_DialogItemIsChecked(libCOUI_gv_cU_CommanderMasteryCheckbox, lp_player) == true)) {
libNtve_gf_SetDialogItemText(libCOUI_gv_cU_CommanderMasteryLabelSelf, IntToText(libCOOC_gf_CC_PlayerMasteryLevel(lp_player)), lv_playerSelf);
}
mods/starcoop/starcoop.sc2mod — base.sc2data/LibCOUI.galaxy:948
}
libNtve_gf_SetDialogItemText(libCOUI_gv_cU_CommanderLevelLabelAlly, IntToText(libCOOC_gf_CC_CommanderLevel(libCOOC_gf_CC_PlayerAlly(lp_player), libCOOC_gf_ActiveCommanderForPlayer(libCOOC_gf_CC_PlayerAlly(lp_player)))), lv_playerSelf);
if ((libNtve_gf_DialogItemIsChecked(libCOUI_gv_cU_CommanderMasteryCheckbox, libCOOC_gf_CC_PlayerAlly(lp_player)) == true)) {
libNtve_gf_SetDialogItemText(libCOUI_gv_cU_CommanderMasteryLabelAlly, IntToText(libCOOC_gf_CC_PlayerMasteryLevel(libCOOC_gf_CC_PlayerAlly(lp_player))), lv_playerSelf);
}
mods/starcoop/starcoop.sc2mod — base.sc2data/LibCOUI.galaxy:1276
}
if ((libNtve_gf_DialogItemIsChecked(libCOUI_gv_cU_MutatorCheckboxes[lv_mutatorIndex], 1) == true)) {
libCOMU_gf_EnableDisableMutator(true, libCOUI_gv_cU_MutatorItems[lv_mutatorIndex]);
}