Elin Modding Docs Doc
Loading...
Searching...
No Matches
ItemQuest Class Reference
Inheritance diagram for ItemQuest:
EMono

Public Member Functions

void SetQuest (Quest q)
 

Public Attributes

Portrait portrait
 
UIButton button
 
UIText textDetail
 
UIText textReward
 
UIText textDate
 
UIText textDifficulty
 
UIText textDanger
 
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]
 

Detailed Description

Definition at line 5 of file ItemQuest.cs.

Member Function Documentation

◆ SetQuest()

void ItemQuest.SetQuest ( Quest q)

Definition at line 8 of file ItemQuest.cs.

Member Data Documentation

◆ button

UIButton ItemQuest.button

Definition at line 36 of file ItemQuest.cs.

◆ imageNew

Image ItemQuest.imageNew

Definition at line 54 of file ItemQuest.cs.

◆ portrait

Portrait ItemQuest.portrait

Definition at line 33 of file ItemQuest.cs.

◆ textDanger

UIText ItemQuest.textDanger

Definition at line 51 of file ItemQuest.cs.

◆ textDate

UIText ItemQuest.textDate

Definition at line 45 of file ItemQuest.cs.

◆ textDetail

UIText ItemQuest.textDetail

Definition at line 39 of file ItemQuest.cs.

◆ textDifficulty

UIText ItemQuest.textDifficulty

Definition at line 48 of file ItemQuest.cs.

◆ textReward

UIText ItemQuest.textReward

Definition at line 42 of file ItemQuest.cs.


The documentation for this class was generated from the following file: