Class Entity
Inheritance
System.Object
Entity
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 Entity : WorldObject, IInternalBaseObject, IEntity, ISharedEntity, IWorldObject, ISharedWorldObject, IBaseObject, ISharedBaseObject, INative
Constructors
|
Improve this Doc
View Source
Entity(ICore, IntPtr, UInt32, BaseObjectType)
Declaration
public Entity(ICore core, IntPtr entityPointer, uint id, BaseObjectType type)
Parameters
Properties
|
Improve this Doc
View Source
EntityNativePointer
Declaration
public IntPtr EntityNativePointer { get; }
Property Value
|
Improve this Doc
View Source
Frozen
Declaration
public bool Frozen { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Model
Declaration
public uint Model { 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
NetworkOwner
Declaration
public IPlayer NetworkOwner { get; }
Property Value
|
Improve this Doc
View Source
Position
Declaration
public Position Position { get; set; }
Property Value
|
Improve this Doc
View Source
Rotation
Declaration
public Rotation Rotation { get; set; }
Property Value
|
Improve this Doc
View Source
ScriptId
Declaration
public uint ScriptId { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Spawned
Declaration
public bool Spawned { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SyncInfo
Declaration
public SyncInfo SyncInfo { get; }
Property Value
Methods
|
Improve this Doc
View Source
CheckIfEntityExists()
Declaration
public override void CheckIfEntityExists()
Overrides
|
Improve this Doc
View Source
Declaration
public void GetStreamSyncedMetaData(string key, out MValueConst value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
MValueConst |
value |
|
|
Improve this Doc
View Source
Declaration
public bool GetStreamSyncedMetaData<T>(string key, out T result)
Parameters
Type |
Name |
Description |
System.String |
key |
|
T |
result |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
Declaration
public bool HasStreamSyncedMetaData(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SetCached(IntPtr)
Declaration
public override void SetCached(IntPtr cachedEntity)
Parameters
Type |
Name |
Description |
IntPtr |
cachedEntity |
|
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
ISharedEntity.NetworkOwner
Declaration
ISharedPlayer ISharedEntity.NetworkOwner { get; }
Returns
Implements