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

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.Rowraces = new List<SourceRace.Row>()
 
List< SourceJob.Rowjobs = 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]
 
- 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]
 

Additional Inherited Members

- Static Public Member Functions inherited from EMono
static int rnd (int a)
 
- Static Public Attributes inherited from EMono
static Core core
 

Detailed Description

Definition at line 9 of file UICharaMaker.cs.

Member Function Documentation

◆ AddDomain()

void UICharaMaker.AddDomain ( UINote n,
ElementContainer domains,
bool button )

Definition at line 381 of file UICharaMaker.cs.

◆ BuildRaces()

void UICharaMaker.BuildRaces ( )

Definition at line 51 of file UICharaMaker.cs.

◆ EditName()

void UICharaMaker.EditName ( )

Definition at line 251 of file UICharaMaker.cs.

◆ EditPCC()

void UICharaMaker.EditPCC ( )

Definition at line 474 of file UICharaMaker.cs.

◆ ListAge()

void UICharaMaker.ListAge ( )

Definition at line 415 of file UICharaMaker.cs.

◆ ListAlias()

void UICharaMaker.ListAlias ( )

Definition at line 226 of file UICharaMaker.cs.

◆ ListDifficulties()

void UICharaMaker.ListDifficulties ( )

Definition at line 176 of file UICharaMaker.cs.

◆ ListGender()

void UICharaMaker.ListGender ( )

Definition at line 398 of file UICharaMaker.cs.

◆ ListJob()

void UICharaMaker.ListJob ( )

Definition at line 334 of file UICharaMaker.cs.

◆ ListModes()

void UICharaMaker.ListModes ( )

Definition at line 160 of file UICharaMaker.cs.

◆ ListRace()

void UICharaMaker.ListRace ( )

Definition at line 280 of file UICharaMaker.cs.

◆ OnEndEditName()

void UICharaMaker.OnEndEditName ( )

Definition at line 267 of file UICharaMaker.cs.

◆ Refresh()

void UICharaMaker.Refresh ( )

Definition at line 104 of file UICharaMaker.cs.

◆ RefreshPortraitZoom()

void UICharaMaker.RefreshPortraitZoom ( bool force = false)

Definition at line 81 of file UICharaMaker.cs.

◆ RerollAlias()

void UICharaMaker.RerollAlias ( )

Definition at line 219 of file UICharaMaker.cs.

◆ RerollBio() [1/2]

void UICharaMaker.RerollBio ( )

Definition at line 461 of file UICharaMaker.cs.

◆ RerollBio() [2/2]

void UICharaMaker.RerollBio ( bool keepParent)

Definition at line 467 of file UICharaMaker.cs.

◆ RerollHair()

void UICharaMaker.RerollHair ( )

Definition at line 453 of file UICharaMaker.cs.

◆ RerollJob()

void UICharaMaker.RerollJob ( )

Definition at line 326 of file UICharaMaker.cs.

◆ RerollName()

void UICharaMaker.RerollName ( )

Definition at line 244 of file UICharaMaker.cs.

◆ RerollPCC()

void UICharaMaker.RerollPCC ( )

Definition at line 445 of file UICharaMaker.cs.

◆ RerollRace()

void UICharaMaker.RerollRace ( )

Definition at line 273 of file UICharaMaker.cs.

◆ SetChara()

void UICharaMaker.SetChara ( Chara c)

Definition at line 32 of file UICharaMaker.cs.

◆ SetPortraitSlider()

void UICharaMaker.SetPortraitSlider ( )

Definition at line 429 of file UICharaMaker.cs.

Member Data Documentation

◆ addShadow

bool UICharaMaker.addShadow

Definition at line 538 of file UICharaMaker.cs.

◆ ageIndex

int UICharaMaker.ageIndex

Definition at line 553 of file UICharaMaker.cs.

◆ chara

Chara UICharaMaker.chara

Definition at line 484 of file UICharaMaker.cs.

◆ extraRace

bool UICharaMaker.extraRace

Definition at line 541 of file UICharaMaker.cs.

◆ inputAge

InputField UICharaMaker.inputAge

Definition at line 508 of file UICharaMaker.cs.

◆ inputAlias

InputField UICharaMaker.inputAlias

Definition at line 496 of file UICharaMaker.cs.

◆ inputGender

InputField UICharaMaker.inputGender

Definition at line 505 of file UICharaMaker.cs.

◆ inputJob

InputField UICharaMaker.inputJob

Definition at line 499 of file UICharaMaker.cs.

◆ inputName

InputField UICharaMaker.inputName

Definition at line 493 of file UICharaMaker.cs.

◆ inputRace

InputField UICharaMaker.inputRace

Definition at line 502 of file UICharaMaker.cs.

◆ jobs

List<SourceJob.Row> UICharaMaker.jobs = new List<SourceJob.Row>()

Definition at line 517 of file UICharaMaker.cs.

◆ listDifficulties

string [] UICharaMaker.listDifficulties

Definition at line 567 of file UICharaMaker.cs.

◆ listMode

string [] UICharaMaker.listMode

Definition at line 563 of file UICharaMaker.cs.

◆ note

UINote UICharaMaker.note

Definition at line 526 of file UICharaMaker.cs.

◆ note2

UINote UICharaMaker.note2

Definition at line 529 of file UICharaMaker.cs.

◆ noteJob

UINote UICharaMaker.noteJob

Definition at line 532 of file UICharaMaker.cs.

◆ noteRace

UINote UICharaMaker.noteRace

Definition at line 535 of file UICharaMaker.cs.

◆ portrait

Portrait UICharaMaker.portrait

Definition at line 487 of file UICharaMaker.cs.

◆ portraitZoom

Portrait UICharaMaker.portraitZoom

Definition at line 490 of file UICharaMaker.cs.

◆ posList

Vector2 UICharaMaker.posList

Definition at line 556 of file UICharaMaker.cs.

◆ posList2

Vector2 UICharaMaker.posList2

Definition at line 559 of file UICharaMaker.cs.

◆ races

List<SourceRace.Row> UICharaMaker.races = new List<SourceRace.Row>()

Definition at line 514 of file UICharaMaker.cs.

◆ sliderPortrait

UISlider UICharaMaker.sliderPortrait

Definition at line 511 of file UICharaMaker.cs.

◆ textDifficulty

UIText UICharaMaker.textDifficulty

Definition at line 550 of file UICharaMaker.cs.

◆ textMode

UIText UICharaMaker.textMode

Definition at line 547 of file UICharaMaker.cs.

◆ textSign

UIText UICharaMaker.textSign

Definition at line 544 of file UICharaMaker.cs.

◆ toggleExtra

UIButton UICharaMaker.toggleExtra

Definition at line 520 of file UICharaMaker.cs.

◆ toggleParentLock

UIButton UICharaMaker.toggleParentLock

Definition at line 523 of file UICharaMaker.cs.

Property Documentation

◆ bio

Biography UICharaMaker.bio
get

Definition at line 13 of file UICharaMaker.cs.

◆ TextUnknown

string UICharaMaker.TextUnknown
get

Definition at line 23 of file UICharaMaker.cs.


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