C# Class DamageMeter.DataExporter

Datei anzeigen Open project: neowutran/ShinraMeter Class Usage Examples

Public Methods

Method Description
Export ( NpcEntity entity, AbnormalityStorage abnormality, Dest type ) : void
Export ( SDespawnNpc despawnNpc, AbnormalityStorage abnormality ) : void

Private Methods

Method Description
GenerateStats ( NpcEntity entity, AbnormalityStorage abnormals ) : ExtendedStats
SendAnonymousStatistics ( string json, int numberTry ) : void
SendTeraDpsIo ( NpcEntity boss, string json, int numberTry ) : void
ToAnonymousStatistics ( EncounterBase teradpsData ) : void
ToTeraDpsApi ( EncounterBase teradpsData, NpcEntity entity ) : void

Method Details

Export() public static method

public static Export ( NpcEntity entity, AbnormalityStorage abnormality, Dest type ) : void
entity Tera.Game.NpcEntity
abnormality AbnormalityStorage
type Dest
return void

Export() public static method

public static Export ( SDespawnNpc despawnNpc, AbnormalityStorage abnormality ) : void
despawnNpc SDespawnNpc
abnormality AbnormalityStorage
return void