PedInventoryEquippedWeapon Property

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets the weapon currently equipped by the owning Ped.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public WeaponDescriptor EquippedWeapon { get; set; }

Property Value

Type: WeaponDescriptor
An instance of WeaponDescriptor representing the weapon currently equipped by the owning Ped; or null if no weapon is equipped.
See Also

Reference