Click or drag to resize

NativePlayerGetPlayerWeaponData Method

[Missing <summary> documentation for "M:SampSharp.Entities.SAMP.NativePlayer.GetPlayerWeaponData(System.Int32,System.Int32@,System.Int32@)"]

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual bool GetPlayerWeaponData(
	int slot,
	out int weapon,
	out int ammo
)

Parameters

slot
Type: SystemInt32

[Missing <param name="slot"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayer.GetPlayerWeaponData(System.Int32,System.Int32@,System.Int32@)"]

weapon
Type: SystemInt32

[Missing <param name="weapon"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayer.GetPlayerWeaponData(System.Int32,System.Int32@,System.Int32@)"]

ammo
Type: SystemInt32

[Missing <param name="ammo"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayer.GetPlayerWeaponData(System.Int32,System.Int32@,System.Int32@)"]

Return Value

Type: Boolean
See Also