Table of Contents

Interface IPlayerObject.IManagedInterface

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

Represents the managed interface implemented by its unmanaged counterpart.

public interface IPlayerObject.IManagedInterface : IUnmanagedInterface
Inherited Members

Methods

AttachToObject(IPlayerObject, Vector3, Vector3)

Attaches this player object to another player object with the specified offset and rotation.

void AttachToObject(IPlayerObject objekt, Vector3 offset, Vector3 rotation)

Parameters

objekt IPlayerObject

The player object to attach to.

offset Vector3

The offset of this object relative to the target object.

rotation Vector3

The rotation of this object relative to the target object.

AttachToPlayer(IPlayer, Vector3, Vector3)

Attaches this player object to a player with the specified offset and rotation.

void AttachToPlayer(IPlayer player, Vector3 offset, Vector3 rotation)

Parameters

player IPlayer

The player to attach to.

offset Vector3

The offset of this object relative to the player.

rotation Vector3

The rotation of this object relative to the player.