Table of Contents

Interface IPlayerRecordingData.IManagedInterface

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

Represents the managed interface implemented by its unmanaged counterpart.

public interface IPlayerRecordingData.IManagedInterface : IUnmanagedInterface
Inherited Members

Methods

Start(PlayerRecordingType, string)

Starts recording the player's movements and actions.

void Start(PlayerRecordingType type, string file)

Parameters

type PlayerRecordingType

The type of recording to start (e.g., driver, on foot).

file string

The file path where the recording will be saved.

Stop()

Stops the current player recording.

void Stop()