Delegate SyncedMetaChangeModuleDelegate
Namespace: AltV.Net.CApi.ClientEvents
Assembly: AltV.Net.CApi.dll
Syntax
public delegate void SyncedMetaChangeModuleDelegate(IntPtr target, BaseObjectType type, string key, IntPtr value, IntPtr oldValue);
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | target | |
| BaseObjectType | type | |
| System.String | key | |
| IntPtr | value | |
| IntPtr | oldValue |