# Combat Diff Flag Timed Low Priority

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

When enabled, allows the combat AI to target limited time units below certain other targets.

# Arguments

Returns — bool

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

Category: AI Advanced / Tactical / Functions

# Examples

# mods/core.sc2mod

BaseAI.galaxy

// L60
AICombatDiffFlagCatTimedLowPrio        (player, AIDiffThreshold(player, c_combatFlagDisable, c_skirMedium,   c_combatFlagEnable))
// L73
AICombatDiffFlagCatTimedLowPrio        (player, AIDiffThreshold(player, c_combatFlagDisable, c_campExpert,   c_combatFlagEnable))
// L110
AICombatDiffFlagCatTimedLowPrio        (player, AIDiffThreshold(player, c_combatFlagDisable, c_campVirtuoso,   c_combatFlagEnable))