PedInventoryGiveNewWeapon Method (WeaponDescriptor, Int16, Boolean)

RAGE Plugin Hook Documentation

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

[Missing <summary> documentation for "M:Rage.PedInventory.GiveNewWeapon(Rage.WeaponDescriptor,System.Int16,System.Boolean)"]

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

public WeaponDescriptor GiveNewWeapon(
	WeaponDescriptor weapon,
	short ammoCount,
	bool equipNow
)

Parameters

weapon
Type: RageWeaponDescriptor

[Missing <param name="weapon"/> documentation for "M:Rage.PedInventory.GiveNewWeapon(Rage.WeaponDescriptor,System.Int16,System.Boolean)"]

ammoCount
Type: SystemInt16

[Missing <param name="ammoCount"/> documentation for "M:Rage.PedInventory.GiveNewWeapon(Rage.WeaponDescriptor,System.Int16,System.Boolean)"]

equipNow
Type: SystemBoolean

[Missing <param name="equipNow"/> documentation for "M:Rage.PedInventory.GiveNewWeapon(Rage.WeaponDescriptor,System.Int16,System.Boolean)"]

Return Value

Type: WeaponDescriptor

[Missing <returns> documentation for "M:Rage.PedInventory.GiveNewWeapon(Rage.WeaponDescriptor,System.Int16,System.Boolean)"]

See Also

Reference