C# Class DamageMeter.CopyPaste

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

Méthodes publiques

Méthode Description
Copy ( StatsSummary statsSummary, Skills skills, AbnormalityStorage abnormals, bool timedEncounter, string header, string content, string footer, string orderby, string order, string lowDpsContent, int lowDpsThreshold ) : string>.Tuple
CopyInspect ( string name ) : void
Paste ( string text ) : void

Private Methods

Méthode Description
PadRight ( string str, double length ) : string

Method Details

Copy() public static méthode

public static Copy ( StatsSummary statsSummary, Skills skills, AbnormalityStorage abnormals, bool timedEncounter, string header, string content, string footer, string orderby, string order, string lowDpsContent, int lowDpsThreshold ) : string>.Tuple
statsSummary DamageMeter.Database.Structures.StatsSummary
skills DamageMeter.Database.Structures.Skills
abnormals AbnormalityStorage
timedEncounter bool
header string
content string
footer string
orderby string
order string
lowDpsContent string
lowDpsThreshold int
Résultat string>.Tuple

CopyInspect() public static méthode

public static CopyInspect ( string name ) : void
name string
Résultat void

Paste() public static méthode

public static Paste ( string text ) : void
text string
Résultat void