C# Class TDSM.Core.Plugin.Hooks.TDSMHookArgs.PlayerDataReceived

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

Méthodes publiques

Méthode Description
Apply ( Terraria player ) : void
CheckName ( string &error ) : bool
Parse ( System reader, int at, int length ) : int
ParseColor ( byte buf, int &at ) : Color

Method Details

Apply() public méthode

public Apply ( Terraria player ) : void
player Terraria
Résultat void

CheckName() public méthode

public CheckName ( string &error ) : bool
error string
Résultat bool

Parse() public méthode

public Parse ( System reader, int at, int length ) : int
reader System
at int
length int
Résultat int

ParseColor() public static méthode

public static ParseColor ( byte buf, int &at ) : Color
buf byte
at int
Résultat Color