Interface IEntity
Assembly: AltV.Net.Client.dll
Syntax
public interface IEntity : ISharedEntity, IWorldObject, ISharedWorldObject, IBaseObject, ISharedBaseObject, INative
Properties
|
Improve this Doc
View Source
NetworkOwner
Declaration
IPlayer NetworkOwner { get; }
Property Value
|
Improve this Doc
View Source
Position
Declaration
Position Position { get; set; }
Property Value
|
Improve this Doc
View Source
Rotation
Declaration
Rotation Rotation { get; set; }
Property Value
|
Improve this Doc
View Source
ScriptId
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Spawned
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SyncInfo
Declaration
SyncInfo SyncInfo { get; }
Property Value