Delegate PedDeadAsyncDelegate
Namespace: AltV.Net.Async.Events
Assembly: AltV.Net.Async.dll
Syntax
public delegate Task PedDeadAsyncDelegate(IPed ped, IEntity killer, uint weapon);
Parameters
| Type | Name | Description |
|---|---|---|
| IPed | ped | |
| IEntity | killer | |
| System.UInt32 | weapon |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |