SampSharp
SampSharp
SampSharp.GameMode.Events
WeaponShotEventArgs Class
WeaponShotEventArgs Constructor
WeaponShotEventArgs Properties
WeaponShotEventArgs Methods
WeaponShotEventArgs Constructor
Initializes a new instance of the
WeaponShotEventArgs
class.
Namespace:
SampSharp.GameMode.Events
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
WeaponShotEventArgs
(
Weapon
weapon
,
BulletHitType
hittype
,
int
hitid
,
Vector3
position
)
Parameters
weapon
Type:
SampSharp.GameMode.Definitions
Weapon
The weapon.
hittype
Type:
SampSharp.GameMode.Definitions
BulletHitType
The hittype.
hitid
Type:
System
Int32
The hitid.
position
Type:
SampSharp.GameMode
Vector3
The position.
See Also
Reference
WeaponShotEventArgs Class
SampSharp.GameMode.Events Namespace