Table of Contents

Interface IPlayerClassData.IManagedInterface

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

Represents the managed interface implemented by its unmanaged counterpart.

public interface IPlayerClassData.IManagedInterface : IUnmanagedInterface
Inherited Members

Methods

GetClass()

Gets the player's current class information.

ref PlayerClass GetClass()

Returns

PlayerClass

A reference to the player's class data.

SetSpawnInfo(ref PlayerClass)

Sets the spawn information for the player's class.

void SetSpawnInfo(ref PlayerClass info)

Parameters

info PlayerClass

The class spawn information to set.

SpawnPlayer()

Spawns the player with their current class information.

void SpawnPlayer()