# Combat Diff Flag Special High Priority

Grammar — Perform action action on the combat diffculty flag for player player - Special High Priority
FlagsNative | Function

When enabled, allows the combat AI to target squishy high damage casters before certain other targets.

# Arguments

Returns — bool

native bool AICombatDiffFlagCatSpecialHighPrio(
	int player,
	int action,
);

Category: AI Advanced / Tactical / Functions

# Examples

# mods/core.sc2mod

BaseAI.galaxy

// L58
AICombatDiffFlagCatSpecialHighPrio     (player, AIDiffThreshold(player, c_combatFlagDisable, c_skirMedium,   c_combatFlagEnable))
// L71
AICombatDiffFlagCatSpecialHighPrio     (player, AIDiffThreshold(player, c_combatFlagDisable, c_campExpert,   c_combatFlagEnable))
// L108
AICombatDiffFlagCatSpecialHighPrio     (player, AIDiffThreshold(player, c_combatFlagDisable, c_campExpert,   c_combatFlagEnable))