Interface IPlayerClassData.IManagedInterface
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
infoPlayerClassThe class spawn information to set.
SpawnPlayer()
Spawns the player with their current class information.
void SpawnPlayer()