Delegate ServerEventParser<TFunc>
Namespace: AltV.Net.FunctionParser
Assembly: AltV.Net.Shared.dll
Syntax
public delegate void ServerEventParser<in TFunc>(MValueConst[] mValueArray, TFunc func);
Parameters
| Type | Name | Description |
|---|---|---|
| MValueConst[] | mValueArray | |
| TFunc | func |
Type Parameters
| Name | Description |
|---|---|
| TFunc |