# Combat Diff Flag Splash High Priority

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

When enabled, allows the combat AI to target AoE/Splash damage enemies before certain other targets.

# Arguments

Returns — bool

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

Category: AI Advanced / Tactical / Functions

# Examples

# mods/core.sc2mod

BaseAI.galaxy

// L59
AICombatDiffFlagCatSplashHighPrio      (player, AIDiffThreshold(player, c_combatFlagDisable, c_skirMedium,   c_combatFlagEnable))
// L72
AICombatDiffFlagCatSplashHighPrio      (player, AIDiffThreshold(player, c_combatFlagDisable, c_campExpert,   c_combatFlagEnable))
// L109
AICombatDiffFlagCatSplashHighPrio      (player, AIDiffThreshold(player, c_combatFlagDisable, c_campExpert,   c_combatFlagEnable))