Interface ISharedWorldObject
Assembly: AltV.Net.Shared.dll
Syntax
public interface ISharedWorldObject : ISharedBaseObject, INative
Properties
|
Improve this Doc
View Source
Dimension
Get or set dimension of the entity.
Declaration
int Dimension { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Exceptions
|
Improve this Doc
View Source
Position
Get or set position of the entity.
Declaration
Position Position { get; set; }
Property Value
Exceptions
|
Improve this Doc
View Source
WorldObjectNativePointer
Declaration
IntPtr WorldObjectNativePointer { get; }
Property Value