# Beacon Alert

FlagsNative | Action

Triggers the alert for the specified beacon.

# Arguments

  • int — Player
  • int [ preset::AIBeaconType ] — Beacon
  • string — Alert
  • text — Message

Returns — void

native void PlayerBeaconAlert(
	int inPlayer,
	int inBeacon,
	string inAlert,
	text inMessage,
);

Category: AI Advanced / Beacons / Actions

# Examples

— None found —