Elin Modding Docs Doc
|
Public Member Functions | |
override void | OnInit () |
void | Validate () |
void | CollectFiles () |
void | OnCancel () |
void | OnSubmit () |
string | GetSystemText () |
![]() | |
override void | OnBeforeAddLayer () |
void | InitInspector () |
override void | Init () |
override void | OnAfterAddLayer () |
void | TryShowHelp () |
void | AddLayerToUI (string id) |
void | TryShowHint (string _langHint=null) |
void | TalkHomeMemeber (string id) |
void | TalkMaid (string id) |
override void | OnRightClick () |
Public Attributes | |
UIText | textProgress |
InputField | inputVersion |
InputField | inputName |
InputField | inputEmail |
InputField | inputLang |
InputField | inputSummary |
InputField | inputDetail |
FeedbackForm | form |
DebugLogCollector | collector |
Transform | transUpload |
UIDropdown | ddSave |
Toggle | toggleSave |
Toggle | toggleScreenshot |
GameIndex | saveIndex |
CanvasGroup | cgForm |
CategoryDropdown | category |
Button | buttonSubmit |
Static Public Attributes | |
static string | lastSummary = "" |
static string | lastDetail = "" |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
override void | _Close () |
override void | Kill () |
![]() | |
static Core | core [get] |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static FactionBranch | Branch [get] |
static Faction | Home [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static CoreConfig | config [get] |
static GameSetting | setting [get] |
static ColorProfile | Colors [get] |
static SourceManager | sources [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static CoreDebug | debug [get] |
bool | IsFloat [get] |
virtual string | IdHelp [get] |
Definition at line 12 of file LayerFeedback.cs.
void LayerFeedback.CollectFiles | ( | ) |
Definition at line 96 of file LayerFeedback.cs.
string LayerFeedback.GetSystemText | ( | ) |
Definition at line 155 of file LayerFeedback.cs.
void LayerFeedback.OnCancel | ( | ) |
Definition at line 127 of file LayerFeedback.cs.
override void LayerFeedback.OnInit | ( | ) |
Definition at line 15 of file LayerFeedback.cs.
void LayerFeedback.OnSubmit | ( | ) |
Definition at line 136 of file LayerFeedback.cs.
void LayerFeedback.Validate | ( | ) |
Definition at line 81 of file LayerFeedback.cs.
Button LayerFeedback.buttonSubmit |
Definition at line 234 of file LayerFeedback.cs.
CategoryDropdown LayerFeedback.category |
Definition at line 231 of file LayerFeedback.cs.
CanvasGroup LayerFeedback.cgForm |
Definition at line 228 of file LayerFeedback.cs.
DebugLogCollector LayerFeedback.collector |
Definition at line 210 of file LayerFeedback.cs.
UIDropdown LayerFeedback.ddSave |
Definition at line 216 of file LayerFeedback.cs.
FeedbackForm LayerFeedback.form |
Definition at line 207 of file LayerFeedback.cs.
InputField LayerFeedback.inputDetail |
Definition at line 204 of file LayerFeedback.cs.
InputField LayerFeedback.inputEmail |
Definition at line 195 of file LayerFeedback.cs.
InputField LayerFeedback.inputLang |
Definition at line 198 of file LayerFeedback.cs.
InputField LayerFeedback.inputName |
Definition at line 192 of file LayerFeedback.cs.
InputField LayerFeedback.inputSummary |
Definition at line 201 of file LayerFeedback.cs.
InputField LayerFeedback.inputVersion |
Definition at line 189 of file LayerFeedback.cs.
|
static |
Definition at line 183 of file LayerFeedback.cs.
|
static |
Definition at line 180 of file LayerFeedback.cs.
GameIndex LayerFeedback.saveIndex |
Definition at line 225 of file LayerFeedback.cs.
UIText LayerFeedback.textProgress |
Definition at line 186 of file LayerFeedback.cs.
Toggle LayerFeedback.toggleSave |
Definition at line 219 of file LayerFeedback.cs.
Toggle LayerFeedback.toggleScreenshot |
Definition at line 222 of file LayerFeedback.cs.
Transform LayerFeedback.transUpload |
Definition at line 213 of file LayerFeedback.cs.