|
Elin Decompiled Documentation EA 23.229 Stable 1st Anniversary Patch 2
|
Public Member Functions | |
| void | SetQuest (Quest q) |
Public Attributes | |
| Portrait | portrait |
| UIButton | button |
| UIText | textDetail |
| UIText | textReward |
| UIText | textDate |
| UIText | textDifficulty |
| UIText | textExtra |
| UIText | textExtra2 |
| Image | imageNew |
Additional Inherited Members | |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Static Public Attributes inherited from EMono | |
| static Core | core |
Properties inherited from EMono | |
| static Game | game [get] |
| static bool | AdvMode [get] |
| static Player | player [get] |
| static Chara | pc [get] |
| static UI | ui [get] |
| static Map | _map [get] |
| static Zone | _zone [get] |
| static FactionBranch | Branch [get] |
| static FactionBranch | BranchOrHomeBranch [get] |
| static Faction | Home [get] |
| static Scene | scene [get] |
| static BaseGameScreen | screen [get] |
| static GameSetting | setting [get] |
| static GameData | gamedata [get] |
| static ColorProfile | Colors [get] |
| static World | world [get] |
| static SoundManager | Sound [get] |
| static SourceManager | sources [get] |
| static SourceManager | editorSources [get] |
| static CoreDebug | debug [get] |
Definition at line 3 of file ItemQuest.cs.
|
inline |
Definition at line 23 of file ItemQuest.cs.
References Quest.difficulty, EMono.game, QuestDeliver.GetDestThing(), Quest.GetDetail(), Quest.GetRewardText(), Date.GetText(), Quest.GetTitle(), Quest.Hours, imageNew, Quest.isNew, Quest.IsRandomQuest, QuestManager.list, Person.NameBraced, Quest.person, portrait, Game.quests, Portrait.SetPerson(), UIText.SetText(), textDate, textDetail, textDifficulty, textExtra, Quest.TextExtra, textExtra2, Quest.TextExtra2, textReward, and Quest.TitlePrefix.
Referenced by LayerQuestBoard.RefreshQuest().
| UIButton ItemQuest.button |
Definition at line 7 of file ItemQuest.cs.
Referenced by LayerQuestBoard.RefreshQuest().
| Image ItemQuest.imageNew |
Definition at line 21 of file ItemQuest.cs.
Referenced by SetQuest().
| Portrait ItemQuest.portrait |
Definition at line 5 of file ItemQuest.cs.
Referenced by SetQuest().
| UIText ItemQuest.textDate |
Definition at line 13 of file ItemQuest.cs.
Referenced by SetQuest().
| UIText ItemQuest.textDetail |
Definition at line 9 of file ItemQuest.cs.
Referenced by SetQuest().
| UIText ItemQuest.textDifficulty |
Definition at line 15 of file ItemQuest.cs.
Referenced by SetQuest().
| UIText ItemQuest.textExtra |
Definition at line 17 of file ItemQuest.cs.
Referenced by SetQuest().
| UIText ItemQuest.textExtra2 |
Definition at line 19 of file ItemQuest.cs.
Referenced by SetQuest().
| UIText ItemQuest.textReward |
Definition at line 11 of file ItemQuest.cs.
Referenced by SetQuest().