Delegate StartProjectileDelegate
Namespace: AltV.Net.Events
Assembly: AltV.Net.dll
Syntax
public delegate bool StartProjectileDelegate(IPlayer player, Position startPosition, Position direction, uint ammoHash, uint weaponHash);
Parameters
| Type | Name | Description |
|---|---|---|
| IPlayer | player | |
| Position | startPosition | |
| Position | direction | |
| System.UInt32 | ammoHash | |
| System.UInt32 | weaponHash |
Returns
| Type | Description |
|---|---|
| System.Boolean |