Other great resources: Official JS API docs, Scripting Forum
Â
function eventBeaconRemoved(sender, to) { // do stuff }
Number
Constant
The id of the player who received the beacon.
Or ALLIES if sender sent to allies.
Warzone does not process the event handler return value currently.
Only triggered when a script removes its beacon. Human beacons can't currently be removed by the human, they "expire" after a set amount of time.
function eventBeaconRemoved(sender, to) { console("Player "+sender+"'s beacon was removed"); }Â
Requires:
Jump to:
Related API features: