C# Class DamageMeter.NetworkController

Afficher le fichier Open project: neowutran/ShinraMeter

Méthodes publiques

Свойство Type Description
BossLink NpcEntity>.ConcurrentDictionary
Glyphs DamageMeter.TeraDpsApi.GlyphBuild
NeedToCopy Data.CopyKey
NeedToExport DataExporter.Dest
NeedToReset bool
NeedToResetCurrent bool
Server Tera.Game.Server

Méthodes publiques

Méthode Description
CheckUpdateUi ( int packetsWaiting ) : void
CopyThread ( StatsSummary stats, Skills skills, AbnormalityStorage abnormals, bool timedEncounter, CopyKey copy ) : void
Exit ( ) : void
Reset ( ) : void
ResetCurrent ( ) : void
SwitchClickThrou ( ) : void
SwitchClickThrou ( bool value ) : void

Méthodes protégées

Méthode Description
HandleNewConnection ( Tera.Game.Server server ) : void
SetClickThrou ( ) : void
UnsetClickThrou ( ) : void

Private Methods

Méthode Description
NetworkController ( ) : System
OnGuildIconAction ( Bitmap icon ) : void
PacketAnalysisLoop ( ) : void
RaiseConnected ( string message ) : void
UpdateUi ( int packetsWaiting ) : void

Method Details

CheckUpdateUi() public méthode

public CheckUpdateUi ( int packetsWaiting ) : void
packetsWaiting int
Résultat void

CopyThread() public static méthode

public static CopyThread ( StatsSummary stats, Skills skills, AbnormalityStorage abnormals, bool timedEncounter, CopyKey copy ) : void
stats DamageMeter.Database.Structures.StatsSummary
skills DamageMeter.Database.Structures.Skills
abnormals AbnormalityStorage
timedEncounter bool
copy Data.CopyKey
Résultat void

Exit() public méthode

public Exit ( ) : void
Résultat void

HandleNewConnection() protected méthode

protected HandleNewConnection ( Tera.Game.Server server ) : void
server Tera.Game.Server
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

ResetCurrent() public méthode

public ResetCurrent ( ) : void
Résultat void

SetClickThrou() protected méthode

protected SetClickThrou ( ) : void
Résultat void

SwitchClickThrou() public méthode

public SwitchClickThrou ( ) : void
Résultat void

SwitchClickThrou() public méthode

public SwitchClickThrou ( bool value ) : void
value bool
Résultat void

UnsetClickThrou() protected méthode

protected UnsetClickThrou ( ) : void
Résultat void

Property Details

BossLink public_oe property

public ConcurrentDictionary BossLink
Résultat NpcEntity>.ConcurrentDictionary

Glyphs public_oe property

public GlyphBuild,DamageMeter.TeraDpsApi Glyphs
Résultat DamageMeter.TeraDpsApi.GlyphBuild

NeedToCopy public_oe property

public CopyKey,Data NeedToCopy
Résultat Data.CopyKey

NeedToExport public_oe property

public DataExporter.Dest NeedToExport
Résultat DataExporter.Dest

NeedToReset public_oe property

public bool NeedToReset
Résultat bool

NeedToResetCurrent public_oe property

public bool NeedToResetCurrent
Résultat bool

Server public_oe property

public Server,Tera.Game Server
Résultat Tera.Game.Server