# AIWaveTargetGatherOPoint

FlagsNative

# Arguments

  • int — player
  • int — town

Returns — point

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

Category: Unclassified

# Examples

# mods/core.sc2mod

BaseAI.galaxy

// L167
AIWaveTargetGatherOPoint(player, c_townMain)
// L202
AIWaveTargetGatherOPoint(player, c_townMain)