Interface ISharedVirtualEntity
Assembly: AltV.Net.Shared.dll
Syntax
public interface ISharedVirtualEntity : ISharedWorldObject, ISharedBaseObject, INative
Properties
|
Improve this Doc
View Source
Group
Declaration
ISharedVirtualEntityGroup Group { get; }
Property Value
|
Improve this Doc
View Source
StreamingDistance
Declaration
uint StreamingDistance { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
VirtualEntityNativePointer
Declaration
IntPtr VirtualEntityNativePointer { get; }
Property Value
|
Improve this Doc
View Source
Visible
Declaration
bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Get synced meta data of the entity.
Declaration
void GetStreamSyncedMetaData(string key, out MValueConst value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
MValueConst |
value |
|
Exceptions
|
Improve this Doc
View Source
Get synced meta data of the entity.
Declaration
bool GetStreamSyncedMetaData<T>(string key, out T result)
Parameters
Type |
Name |
Description |
System.String |
key |
|
T |
result |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
Exceptions
|
Improve this Doc
View Source
Declaration
bool HasStreamSyncedMetaData(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type |
Description |
System.Boolean |
|