pub const SQUAD_JOIN: Event<AgentUpdate>;Expand description
ArcDPS squad join event.
Payload is AgentUpdate of an allied player agent.
Events of this type are triggered when allied players in your instance join your party/squad or when allied players in your party/squad join your instance.
These events have a 2 second delay.
Nexus tracks all players in your squad and can retrigger these events on demand by addons sending an REPLAY_SQUAD_JOIN event.
This is intended to be used during addon load, you should be careful to handle duplicates since this can be triggered by other addons.