# Beacon Is From User
Flags —
Native
|Function
Was the specified beacon set by a human player or by the computer.
# Arguments
int
— Playerint
<preset::AIBeaconType> — Beacon
Returns — bool
native bool PlayerBeaconIsFromUser(
int inPlayer,
int inBeacon,
);
# Related
Category: AI Advanced / Beacons / Functions
- Beacon Is Auto Cast —
bool
— PlayerBeaconIsAutoCast - Beacon Is From User —
bool
— PlayerBeaconIsFromUser - Beacon Is Set —
bool
— PlayerBeaconIsSet - Beacon Get Target Point —
point
— PlayerBeaconGetTargetPoint - Beacon Get Target Unit —
unit
— PlayerBeaconGetTargetUnit - Beacon Get Num Allies —
int
— PlayerBeaconGetNumAllies - Beacon Get Ally PlayerId —
int
— PlayerBeaconGetAllyPlayerId - Beacon Num Minerals Requested —
int
— PlayerBeaconRequestedMinerals - Beacon Num Vespene Requested —
int
— PlayerBeaconRequestedVespene
# Examples
— None found —