Method Give
Give(WeaponHash, Int32, Boolean, Boolean)
Declaration
public Weapon Give(WeaponHash hash, int ammoCount, bool equipNow, bool isAmmoLoaded)
Parameters
Type |
Name |
Description |
WeaponHash |
hash |
|
System.Int32 |
ammoCount |
|
System.Boolean |
equipNow |
|
System.Boolean |
isAmmoLoaded |
|
Returns
Give(String, Int32, Boolean, Boolean)
Declaration
public Weapon Give(string name, int ammoCount, bool equipNow, bool isAmmoLoaded)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32 |
ammoCount |
|
System.Boolean |
equipNow |
|
System.Boolean |
isAmmoLoaded |
|
Returns