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

Mostrar archivo Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod Class Usage Examples

Public Methods

Method 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 method

public Apply ( Terraria player ) : void
player Terraria
return void

CheckName() public method

public CheckName ( string &error ) : bool
error string
return bool

Parse() public method

public Parse ( System reader, int at, int length ) : int
reader System
at int
length int
return int

ParseColor() public static method

public static ParseColor ( byte buf, int &at ) : Color
buf byte
at int
return Color