# Beacon Alert
Flags —
Native|Action
Triggers the alert for the specified beacon.
# Arguments
int— Playerint<preset::AIBeaconType> — Beaconstring— Alerttext— Message
Returns — void
native void PlayerBeaconAlert(
	int inPlayer,
	int inBeacon,
	string inAlert,
	text inMessage,
);
# 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 —