C# Class DamageMeter.DataExporter

Afficher le fichier Open project: neowutran/ShinraMeter Class Usage Examples

Méthodes publiques

Méthode Description
Export ( NpcEntity entity, AbnormalityStorage abnormality, Dest type ) : void
Export ( SDespawnNpc despawnNpc, AbnormalityStorage abnormality ) : void

Private Methods

Méthode 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 méthode

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

Export() public static méthode

public static Export ( SDespawnNpc despawnNpc, AbnormalityStorage abnormality ) : void
despawnNpc SDespawnNpc
abnormality AbnormalityStorage
Résultat void