Elin Modding Docs Doc
|
Public Member Functions | |
void | SetChara (Chara c) |
void | BuildRaces () |
void | RefreshPortraitZoom (bool force=false) |
void | Refresh () |
void | ListModes () |
void | ListDifficulties () |
void | RerollAlias () |
void | ListAlias () |
void | RerollName () |
void | EditName () |
void | OnEndEditName () |
void | RerollRace () |
void | ListRace () |
void | RerollJob () |
void | ListJob () |
void | AddDomain (UINote n, ElementContainer domains, bool button) |
void | ListGender () |
void | ListAge () |
void | SetPortraitSlider () |
void | RerollPCC () |
void | RerollHair () |
void | RerollBio () |
void | RerollBio (bool keepParent) |
void | EditPCC () |
Public Attributes | |
Chara | chara |
Portrait | portrait |
Portrait | portraitZoom |
InputField | inputName |
InputField | inputAlias |
InputField | inputJob |
InputField | inputRace |
InputField | inputGender |
InputField | inputAge |
UISlider | sliderPortrait |
List< SourceRace.Row > | races = new List<SourceRace.Row>() |
List< SourceJob.Row > | jobs = new List<SourceJob.Row>() |
UIButton | toggleExtra |
UIButton | toggleParentLock |
UINote | note |
UINote | note2 |
UINote | noteJob |
UINote | noteRace |
bool | addShadow |
bool | extraRace |
UIText | textSign |
UIText | textMode |
UIText | textDifficulty |
int | ageIndex |
Vector2 | posList |
Vector2 | posList2 |
string[] | listMode |
string[] | listDifficulties |
Properties | |
Biography | bio [get] |
string | TextUnknown [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 9 of file UICharaMaker.cs.
void UICharaMaker.AddDomain | ( | UINote | n, |
ElementContainer | domains, | ||
bool | button ) |
Definition at line 381 of file UICharaMaker.cs.
void UICharaMaker.BuildRaces | ( | ) |
Definition at line 51 of file UICharaMaker.cs.
void UICharaMaker.EditName | ( | ) |
Definition at line 251 of file UICharaMaker.cs.
void UICharaMaker.EditPCC | ( | ) |
Definition at line 474 of file UICharaMaker.cs.
void UICharaMaker.ListAge | ( | ) |
Definition at line 415 of file UICharaMaker.cs.
void UICharaMaker.ListAlias | ( | ) |
Definition at line 226 of file UICharaMaker.cs.
void UICharaMaker.ListDifficulties | ( | ) |
Definition at line 176 of file UICharaMaker.cs.
void UICharaMaker.ListGender | ( | ) |
Definition at line 398 of file UICharaMaker.cs.
void UICharaMaker.ListJob | ( | ) |
Definition at line 334 of file UICharaMaker.cs.
void UICharaMaker.ListModes | ( | ) |
Definition at line 160 of file UICharaMaker.cs.
void UICharaMaker.ListRace | ( | ) |
Definition at line 280 of file UICharaMaker.cs.
void UICharaMaker.OnEndEditName | ( | ) |
Definition at line 267 of file UICharaMaker.cs.
void UICharaMaker.Refresh | ( | ) |
Definition at line 104 of file UICharaMaker.cs.
void UICharaMaker.RefreshPortraitZoom | ( | bool | force = false | ) |
Definition at line 81 of file UICharaMaker.cs.
void UICharaMaker.RerollAlias | ( | ) |
Definition at line 219 of file UICharaMaker.cs.
void UICharaMaker.RerollBio | ( | ) |
Definition at line 461 of file UICharaMaker.cs.
void UICharaMaker.RerollBio | ( | bool | keepParent | ) |
Definition at line 467 of file UICharaMaker.cs.
void UICharaMaker.RerollHair | ( | ) |
Definition at line 453 of file UICharaMaker.cs.
void UICharaMaker.RerollJob | ( | ) |
Definition at line 326 of file UICharaMaker.cs.
void UICharaMaker.RerollName | ( | ) |
Definition at line 244 of file UICharaMaker.cs.
void UICharaMaker.RerollPCC | ( | ) |
Definition at line 445 of file UICharaMaker.cs.
void UICharaMaker.RerollRace | ( | ) |
Definition at line 273 of file UICharaMaker.cs.
void UICharaMaker.SetChara | ( | Chara | c | ) |
Definition at line 32 of file UICharaMaker.cs.
void UICharaMaker.SetPortraitSlider | ( | ) |
Definition at line 429 of file UICharaMaker.cs.
bool UICharaMaker.addShadow |
Definition at line 538 of file UICharaMaker.cs.
int UICharaMaker.ageIndex |
Definition at line 553 of file UICharaMaker.cs.
Chara UICharaMaker.chara |
Definition at line 484 of file UICharaMaker.cs.
bool UICharaMaker.extraRace |
Definition at line 541 of file UICharaMaker.cs.
InputField UICharaMaker.inputAge |
Definition at line 508 of file UICharaMaker.cs.
InputField UICharaMaker.inputAlias |
Definition at line 496 of file UICharaMaker.cs.
InputField UICharaMaker.inputGender |
Definition at line 505 of file UICharaMaker.cs.
InputField UICharaMaker.inputJob |
Definition at line 499 of file UICharaMaker.cs.
InputField UICharaMaker.inputName |
Definition at line 493 of file UICharaMaker.cs.
InputField UICharaMaker.inputRace |
Definition at line 502 of file UICharaMaker.cs.
List<SourceJob.Row> UICharaMaker.jobs = new List<SourceJob.Row>() |
Definition at line 517 of file UICharaMaker.cs.
string [] UICharaMaker.listDifficulties |
Definition at line 567 of file UICharaMaker.cs.
string [] UICharaMaker.listMode |
Definition at line 563 of file UICharaMaker.cs.
UINote UICharaMaker.note |
Definition at line 526 of file UICharaMaker.cs.
UINote UICharaMaker.note2 |
Definition at line 529 of file UICharaMaker.cs.
UINote UICharaMaker.noteJob |
Definition at line 532 of file UICharaMaker.cs.
UINote UICharaMaker.noteRace |
Definition at line 535 of file UICharaMaker.cs.
Portrait UICharaMaker.portrait |
Definition at line 487 of file UICharaMaker.cs.
Portrait UICharaMaker.portraitZoom |
Definition at line 490 of file UICharaMaker.cs.
Vector2 UICharaMaker.posList |
Definition at line 556 of file UICharaMaker.cs.
Vector2 UICharaMaker.posList2 |
Definition at line 559 of file UICharaMaker.cs.
List<SourceRace.Row> UICharaMaker.races = new List<SourceRace.Row>() |
Definition at line 514 of file UICharaMaker.cs.
UISlider UICharaMaker.sliderPortrait |
Definition at line 511 of file UICharaMaker.cs.
UIText UICharaMaker.textDifficulty |
Definition at line 550 of file UICharaMaker.cs.
UIText UICharaMaker.textMode |
Definition at line 547 of file UICharaMaker.cs.
UIText UICharaMaker.textSign |
Definition at line 544 of file UICharaMaker.cs.
UIButton UICharaMaker.toggleExtra |
Definition at line 520 of file UICharaMaker.cs.
UIButton UICharaMaker.toggleParentLock |
Definition at line 523 of file UICharaMaker.cs.
|
get |
Definition at line 13 of file UICharaMaker.cs.
|
get |
Definition at line 23 of file UICharaMaker.cs.