# Beacon Get Ally PlayerId

FlagsNative | Function

Get playerId for the given beacon ally.

# Arguments

  • int — Player
  • int — AllyNum

Returns — int

native int PlayerBeaconGetAllyPlayerId(
	int inPlayer,
	int allyNum,
);

Category: AI Advanced / Beacons / Functions

# Examples

— None found —