Interface ISharedEntity
Assembly: AltV.Net.Shared.dll
Syntax
public interface ISharedEntity : ISharedWorldObject, ISharedBaseObject, INative
Properties
|
Improve this Doc
View Source
EntityNativePointer
Declaration
IntPtr EntityNativePointer { get; }
Property Value
|
Improve this Doc
View Source
Exists
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Frozen
Get or set frozen of the entity.
Declaration
bool Frozen { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Exceptions
|
Improve this Doc
View Source
Model
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
Exceptions
|
Improve this Doc
View Source
NetworkOwner
Get the network owner, or null if none is present
Declaration
ISharedPlayer NetworkOwner { get; }
Property Value
Exceptions
|
Improve this Doc
View Source
Rotation
Get rotation of the entity.
Declaration
Rotation Rotation { get; }
Property Value
Exceptions
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
Checks if a stream synced meta data key is set on an entity.
Declaration
bool HasStreamSyncedMetaData(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type |
Description |
System.Boolean |
|