# AIFindDropAttackTarget

FlagsNative

# Arguments

  • int — player
  • point — gatherPoint

Returns — bool

native bool AIFindDropAttackTarget(
	int player,
	point gatherPoint,
);

Category: Unclassified

# Examples

# mods/core.sc2mod

MeleeWaveAI.galaxy

// L495
AIFindDropAttackTarget(player, AIGetGatherLocation(player, c_townMain))
// L585
AIFindDropAttackTarget(player, AIGetGatherLocation(player, c_townMain))