C# Class DamageMeter.CopyPaste

ファイルを表示 Open project: neowutran/ShinraMeter Class Usage Examples

Public Methods

Method 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

Method Description
PadRight ( string str, double length ) : string

Method Details

Copy() public static method

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
return string>.Tuple

CopyInspect() public static method

public static CopyInspect ( string name ) : void
name string
return void

Paste() public static method

public static Paste ( string text ) : void
text string
return void