Class AsyncVirtualEntityGroup
Implements
IInternalBaseObject
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.Async.Elements.Entities
Assembly: AltV.Net.Async.dll
Syntax
public class AsyncVirtualEntityGroup : AsyncBaseObject, IInternalBaseObject, IVirtualEntityGroup, ISharedVirtualEntityGroup, IAsyncConvertible<IVirtualEntityGroup>, IBaseObject, ISharedBaseObject
Constructors
| Improve this Doc View SourceAsyncVirtualEntityGroup(IVirtualEntityGroup, IAsyncContext)
Declaration
public AsyncVirtualEntityGroup(IVirtualEntityGroup virtualEntityGroup, IAsyncContext asyncContext)
Parameters
| Type | Name | Description |
|---|---|---|
| IVirtualEntityGroup | virtualEntityGroup | |
| IAsyncContext | asyncContext |
AsyncVirtualEntityGroup(ICore, IntPtr, UInt32)
Declaration
public AsyncVirtualEntityGroup(ICore core, IntPtr nativePointer, uint id)
Parameters
| Type | Name | Description |
|---|---|---|
| ICore | core | |
| System.IntPtr | nativePointer | |
| System.UInt32 | id |
Fields
| Improve this Doc View SourceVirtualEntityGroup
Declaration
protected readonly IVirtualEntityGroup VirtualEntityGroup
Field Value
| Type | Description |
|---|---|
| IVirtualEntityGroup |
Properties
| Improve this Doc View SourceId
Declaration
public uint Id { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
MaxEntitiesInStream
Declaration
public uint MaxEntitiesInStream { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
VirtualEntityGroupNativePointer
Declaration
public IntPtr VirtualEntityGroupNativePointer { get; }
Property Value
| Type | Description |
|---|---|
| System.IntPtr |
Methods
| Improve this Doc View SourceToAsync(IAsyncContext)
Declaration
[Obsolete("Use new async API instead")]
public IVirtualEntityGroup ToAsync(IAsyncContext asyncContext)
Parameters
| Type | Name | Description |
|---|---|---|
| IAsyncContext | asyncContext |
Returns
| Type | Description |
|---|---|
| IVirtualEntityGroup |
Implements
IInternalBaseObject