Elin Modding Docs Doc
|
Public Types | |
enum | ReportType { Default , Warning , Critical , Good , Great , Trial } |
Public Member Functions | |
FontColor | GetFontColor () |
Public Attributes | |
UIHomeInfo.ReportData.ReportType | type |
string | text |
Action | onClick |
Action< UITooltip > | onShowTooltip |
Definition at line 495 of file UIHomeInfo.cs.
enum UIHomeInfo.ReportData.ReportType |
Definition at line 530 of file UIHomeInfo.cs.
FontColor UIHomeInfo.ReportData.GetFontColor | ( | ) |
Definition at line 498 of file UIHomeInfo.cs.
Action UIHomeInfo.ReportData.onClick |
Definition at line 524 of file UIHomeInfo.cs.
Action<UITooltip> UIHomeInfo.ReportData.onShowTooltip |
Definition at line 527 of file UIHomeInfo.cs.
string UIHomeInfo.ReportData.text |
Definition at line 521 of file UIHomeInfo.cs.
UIHomeInfo.ReportData.ReportType UIHomeInfo.ReportData.type |
Definition at line 518 of file UIHomeInfo.cs.