public struct WeaponAttachedEvent : IEventPayload

Payload for the WeaponAttached event.


public WeaponBaseWrapper GetWeapon()

(Client) Get the weapon this player is holding.

Returns: (WeaponBase) The weapon.


public PlayerControllerWrapper GetPlayer()

(Client) Get the player that got awarded the weapon.

Returns: (PlayerController) The player.