Class AudioOutputWorldPool
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.Client.Elements.Pools
Assembly: AltV.Net.Client.dll
Syntax
public class AudioOutputWorldPool : BaseObjectPool<IAudioOutputWorld>, IBaseObjectPool<IAudioOutputWorld>, IReadOnlyBaseObjectPool<IAudioOutputWorld>
Constructors
| Improve this Doc View SourceAudioOutputWorldPool(IBaseObjectFactory<IAudioOutputWorld>)
Declaration
public AudioOutputWorldPool(IBaseObjectFactory<IAudioOutputWorld> factory)
Parameters
| Type | Name | Description |
|---|---|---|
| IBaseObjectFactory<IAudioOutputWorld> | factory |
Methods
| Improve this Doc View SourceGetId(IntPtr)
Declaration
public override uint GetId(IntPtr entityPointer)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | entityPointer |
Returns
| Type | Description |
|---|---|
| System.UInt32 |
Overrides
AltV.Net.Client.Elements.Pools.BaseObjectPool<AltV.Net.Client.Elements.Interfaces.IAudioOutputWorld>.GetId(IntPtr)