# Beacon Get Target Point

FlagsNative | Function

Gets the target point of the specified beacon.

# Arguments

Returns — point

native point PlayerBeaconGetTargetPoint(
	int inPlayer,
	int inBeacon,
);

Category: AI Advanced / Beacons / Functions

# Examples

# mods/core.sc2mod

TactTerrAI.galaxy

// L1068
PlayerBeaconGetTargetPoint(player, c_beaconDetect)
// L1048
PlayerBeaconGetTargetPoint(player, c_beaconDetect)

# mods/warcoop/warclassicsystem.sc2mod

TacticalAIWar3.galaxy

// L324
PlayerBeaconGetTargetPoint(player, c_beaconDetect)