Delegate MetaChangeModuleDelegate
Namespace: AltV.Net.CApi.ClientEvents
Assembly: AltV.Net.CApi.dll
Syntax
public delegate void MetaChangeModuleDelegate(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 |