Table of Contents

Interface IEntity.IManagedInterface

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Represents the managed interface implemented by its unmanaged counterpart.

public interface IEntity.IManagedInterface : IUnmanagedInterface
Inherited Members

Methods

GetPosition()

Gets the position of this entity.

Vector3 GetPosition()

Returns

Vector3

The position of this entity.

GetRotation()

Gets the rotation of this entity.

GTAQuat GetRotation()

Returns

GTAQuat

The rotation of this entity.

GetVirtualWorld()

Gets the virtual world of this entity.

int GetVirtualWorld()

Returns

int

The virtual world of this entity.

SetPosition(Vector3)

Sets the position of this entity.

void SetPosition(Vector3 position)

Parameters

position Vector3

The position to set.

SetRotation(GTAQuat)

Sets the rotation of this entity.

void SetRotation(GTAQuat rotation)

Parameters

rotation GTAQuat

The rotation to set.

SetVirtualWorld(int)

Sets the virtual world of this entity.

void SetVirtualWorld(int vw)

Parameters

vw int

The virtual world to set.