Elin Modding Docs Doc
|
Public Member Functions | |
void | SetFaction (Faction f) |
void | SetReligion (Religion f) |
void | SetZone (Zone _zone) |
void | Clear () |
Public Attributes | |
UINote | note |
Image | imageFull |
Anime | imageIn |
Anime | imageOut |
Tween | tween |
Transform | transImage |
Transform | pivot |
UIButton | buttonBuy |
UIButton | buttonVisit |
UIButton | buttonExplore |
int | gx |
int | gy |
Zone | zone |
LayoutGroup | layoutButtons |
Properties | |
EloMap | elomap [get] |
EloMapActor | actor [get] |
![]() | |
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] |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static Core | core |
Definition at line 8 of file UIFactionInfo.cs.
void UIFactionInfo.Clear | ( | ) |
Definition at line 163 of file UIFactionInfo.cs.
void UIFactionInfo.SetFaction | ( | Faction | f | ) |
Definition at line 40 of file UIFactionInfo.cs.
void UIFactionInfo.SetReligion | ( | Religion | f | ) |
Definition at line 69 of file UIFactionInfo.cs.
void UIFactionInfo.SetZone | ( | Zone | _zone | ) |
Definition at line 111 of file UIFactionInfo.cs.
UIButton UIFactionInfo.buttonBuy |
Definition at line 191 of file UIFactionInfo.cs.
UIButton UIFactionInfo.buttonExplore |
Definition at line 197 of file UIFactionInfo.cs.
UIButton UIFactionInfo.buttonVisit |
Definition at line 194 of file UIFactionInfo.cs.
int UIFactionInfo.gx |
Definition at line 200 of file UIFactionInfo.cs.
int UIFactionInfo.gy |
Definition at line 203 of file UIFactionInfo.cs.
Image UIFactionInfo.imageFull |
Definition at line 173 of file UIFactionInfo.cs.
Anime UIFactionInfo.imageIn |
Definition at line 176 of file UIFactionInfo.cs.
Anime UIFactionInfo.imageOut |
Definition at line 179 of file UIFactionInfo.cs.
LayoutGroup UIFactionInfo.layoutButtons |
Definition at line 209 of file UIFactionInfo.cs.
UINote UIFactionInfo.note |
Definition at line 170 of file UIFactionInfo.cs.
Transform UIFactionInfo.pivot |
Definition at line 188 of file UIFactionInfo.cs.
Transform UIFactionInfo.transImage |
Definition at line 185 of file UIFactionInfo.cs.
Tween UIFactionInfo.tween |
Definition at line 182 of file UIFactionInfo.cs.
Zone UIFactionInfo.zone |
Definition at line 206 of file UIFactionInfo.cs.
|
get |
Definition at line 22 of file UIFactionInfo.cs.
|
get |
Definition at line 12 of file UIFactionInfo.cs.