# Beacon Set Target Point
Flags —
Native
|Action
Sets the target for the specified beacon to be the specified point.
# Arguments
int
— Playerint
<preset::AIBeaconType> — Beaconpoint
— Pointbool
— Alert
Returns — void
native void PlayerBeaconSetTargetPoint(
int inPlayer,
int inBeacon,
point inPoint,
bool alert,
);
# Related
Category: AI Advanced / Beacons / Actions
- Beacon Clear Target —
void
— PlayerBeaconClearTarget - Beacon Set AutoCast —
void
— PlayerBeaconSetAutoCast - Beacon Set Target Point —
void
— PlayerBeaconSetTargetPoint - Beacon Set Target Unit —
void
— PlayerBeaconSetTargetUnit - Beacon Alert —
void
— PlayerBeaconAlert
# Examples
— None found —