Delegate StartProjectileAsyncDelegate
Namespace: AltV.Net.Async.Events
Assembly: AltV.Net.Async.dll
Syntax
public delegate Task StartProjectileAsyncDelegate(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.Threading.Tasks.Task |