Class WorldObject
Inheritance
System.Object
WorldObject
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()
Namespace: AltV.Net.Client.Elements.Entities
Assembly: AltV.Net.Client.dll
Syntax
public class WorldObject : BaseObject, IInternalBaseObject, IWorldObject, ISharedWorldObject, IBaseObject, ISharedBaseObject, INative
Constructors
| Improve this Doc View SourceWorldObject(ICore, IntPtr, BaseObjectType, UInt32)
Declaration
public WorldObject(ICore core, IntPtr worldObjectPointer, BaseObjectType type, uint id)
Parameters
Type | Name | Description |
---|---|---|
ICore | core | |
IntPtr | worldObjectPointer | |
BaseObjectType | type | |
System.UInt32 | id |
Properties
| Improve this Doc View SourceDimension
Declaration
public int Dimension { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NativePointer
Declaration
public override IntPtr NativePointer { get; }
Property Value
Type | Description |
---|---|
IntPtr |
Overrides
| Improve this Doc View SourcePosition
Declaration
public Position Position { get; set; }
Property Value
Type | Description |
---|---|
Position |
WorldObjectNativePointer
Declaration
public IntPtr WorldObjectNativePointer { get; }
Property Value
Type | Description |
---|---|
IntPtr |
Methods
| Improve this Doc View SourceCheckIfEntityExists()
Declaration
public override void CheckIfEntityExists()
Overrides
| Improve this Doc View SourceSetCached(IntPtr)
Declaration
public override void SetCached(IntPtr cachedWorldObject)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | cachedWorldObject |