# AIWaveTargetGatherDPoint

FlagsNative

# Arguments

  • int — player
  • int — town

Returns — point

native point AIWaveTargetGatherDPoint(
	int player,
	int town,
);

Category: Unclassified

# Examples

# mods/core.sc2mod

BaseAI.galaxy

// L166
AIWaveTargetGatherDPoint(player, c_townMain)

# mods/liberty.sc2mod

Zerg.galaxy

// L118
AIWaveTargetGatherDPoint(player, c_townMain)

# mods/starcoop/starcoop.sc2mod

BaseAI.galaxy

// L201
AIWaveTargetGatherDPoint(player, c_townMain)

# mods/swarm.sc2mod

Zerg.galaxy

// L124
AIWaveTargetGatherDPoint(player, c_townMain)
// L130
AIWaveTargetGatherDPoint(player, c_townMain)