Class VirtualEntityGroup
Inheritance
System.Object
VirtualEntityGroup
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 VirtualEntityGroup : BaseObject, IInternalBaseObject, IVirtualEntityGroup, ISharedVirtualEntityGroup, IBaseObject, ISharedBaseObject, INative
Constructors
|
Improve this Doc
View Source
VirtualEntityGroup(ICore, IntPtr, UInt32)
Declaration
public VirtualEntityGroup(ICore core, IntPtr virtualEntityGroupNativePointer, uint id)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
virtualEntityGroupNativePointer |
|
System.UInt32 |
id |
|
Properties
|
Improve this Doc
View Source
Id
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
MaxEntitiesInStream
Declaration
public uint MaxEntitiesInStream { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
NativePointer
Declaration
public override IntPtr NativePointer { get; }
Property Value
Overrides
|
Improve this Doc
View Source
VirtualEntityGroupNativePointer
Declaration
public IntPtr VirtualEntityGroupNativePointer { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetBaseObjectNativePointer(ICore, IntPtr)
Declaration
public static IntPtr GetBaseObjectNativePointer(ICore core, IntPtr virtualEntityGroupNativePointer)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
virtualEntityGroupNativePointer |
|
Returns
Implements