Table of Contents

Interface IClass.IManagedInterface

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

Represents the managed interface implemented by its unmanaged counterpart.

public interface IClass.IManagedInterface : IUnmanagedInterface
Inherited Members

Methods

GetClass()

Gets the player class data.

ref PlayerClass GetClass()

Returns

PlayerClass

A reference to the player class information.

SetClass(ref PlayerClass)

Sets the player class data.

void SetClass(ref PlayerClass data)

Parameters

data PlayerClass

The player class data to set.