# AIHasHumanAlly

FlagsNative

# Arguments

  • int — player

Returns — bool

native bool AIHasHumanAlly(int player);

Category: Unclassified

# Examples

# mods/core.sc2mod

BaseAI.galaxy

// L204
AIHasHumanAlly(player)

# mods/core.sc2mod

MeleeHighAI.galaxy

// L185
AIHasHumanAlly(player)

# mods/core.sc2mod

MeleeLowAI.galaxy

// L151
AIHasHumanAlly(player)

# mods/starcoop/starcoop.sc2mod

BaseAI.galaxy

// L239
AIHasHumanAlly(player)

# mods/void.sc2mod

MeleeHighAI.galaxy

// L185
AIHasHumanAlly(player)