PedInventoryEquippedWeaponObject Property

RAGE Plugin Hook Documentation

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

Gets the object representing this weapon in the world.

Only weapons in the game world, and equipped by Peds have an object. Holstered weapons do not.

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

public Weapon EquippedWeaponObject { get; }

Property Value

Type: Weapon
An instance of Weapon representing this weapon in the world; or null if not weapon is equipped.
See Also

Reference