Class AudioOutputAttached
Inheritance
System.Object
AudioOutputAttached
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AltV.Net.Client.dll
Syntax
public class AudioOutputAttached : AudioOutput, IInternalBaseObject, IAudioOutputAttached, IAudioOutput, IBaseObject, ISharedBaseObject, INative
Constructors
|
Improve this Doc
View Source
AudioOutputAttached(ICore, IntPtr, UInt32)
Declaration
public AudioOutputAttached(ICore core, IntPtr audioOutputAttachedNativePointer, uint id)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
audioOutputAttachedNativePointer |
|
System.UInt32 |
id |
|
Properties
|
Improve this Doc
View Source
AudioOutputAttachedNativePointer
Declaration
public IntPtr AudioOutputAttachedNativePointer { get; }
Property Value
|
Improve this Doc
View Source
Entity
Declaration
public IWorldObject Entity { get; set; }
Property Value
|
Improve this Doc
View Source
NativePointer
Declaration
public override IntPtr NativePointer { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
GetAudioNativePointer(ICore, IntPtr)
Declaration
public static IntPtr GetAudioNativePointer(ICore core, IntPtr audioOutputAttachedNativePointer)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
audioOutputAttachedNativePointer |
|
Returns
Implements