# AIEvalAllSelf

FlagsNative

# Arguments

  • int — player

Returns — int

native int AIEvalAllSelf(int player);

Category: Unclassified

# Examples

# mods/core.sc2mod

MeleeHighAI.galaxy

// L476
AIEvalAllSelf(player)
// L492
AIEvalAllSelf(player)
// L554
AIEvalAllSelf(player)
// L575
AIEvalAllSelf(player)

# mods/core.sc2mod

MeleeWaveAI.galaxy

// L449
AIEvalAllSelf(player)

# mods/void.sc2mod

MeleeHighAI.galaxy

// L476
AIEvalAllSelf(player)
// L492
AIEvalAllSelf(player)
// L554
AIEvalAllSelf(player)
// L575
AIEvalAllSelf(player)