C# Class TDSM.Core.ServerCharacters.ServerCharacter

Inheritance: IDisposable
Afficher le fichier Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod Class Usage Examples

Méthodes publiques

Méthode Description
ApplyToPlayer ( Player player ) : void

Applies server config data to the player

Dispose ( ) : void
Send ( Player player ) : void
ServerCharacter ( ) : System

NEVER USE THIS - Reflection only

ServerCharacter ( NewPlayerInfo info, Player player ) : System
ServerCharacter ( Player player ) : System

Creates a new server config based off a Terrarian player instance

Private Methods

Méthode Description
ApplyItems ( Item &items, System source ) : void

Method Details

ApplyToPlayer() public méthode

Applies server config data to the player
public ApplyToPlayer ( Player player ) : void
player Terraria.Player
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Send() public méthode

public Send ( Player player ) : void
player Terraria.Player
Résultat void

ServerCharacter() public méthode

NEVER USE THIS - Reflection only
public ServerCharacter ( ) : System
Résultat System

ServerCharacter() public méthode

public ServerCharacter ( NewPlayerInfo info, Player player ) : System
info NewPlayerInfo
player Terraria.Player
Résultat System

ServerCharacter() public méthode

Creates a new server config based off a Terrarian player instance
public ServerCharacter ( Player player ) : System
player Terraria.Player
Résultat System