C# Class TDSM.Core.ServerCharacters.ServerCharacter

Inheritance: IDisposable
Datei anzeigen Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod Class Usage Examples

Public Methods

Method 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

Method Description
ApplyItems ( Item &items, System source ) : void

Method Details

ApplyToPlayer() public method

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

Dispose() public method

public Dispose ( ) : void
return void

Send() public method

public Send ( Player player ) : void
player Terraria.Player
return void

ServerCharacter() public method

NEVER USE THIS - Reflection only
public ServerCharacter ( ) : System
return System

ServerCharacter() public method

public ServerCharacter ( NewPlayerInfo info, Player player ) : System
info NewPlayerInfo
player Terraria.Player
return System

ServerCharacter() public method

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