Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
string | TextAge (Chara c) |
int | GetOriginalAge (Chara c) |
void | Generate (Chara c) |
void | RerollBio (Chara c, int ageIndex=0, bool keepParent=false) |
void | GenerateBirthday (Chara c, int ageIndex=0) |
void | GenerateAppearance (Chara c) |
void | GenerateDad () |
void | GenerateMom () |
void | SetGender (int g) |
void | SetPortrait (Chara c) |
string | TextBio (Chara c) |
string | TextBio2 (Chara c) |
string | TextBirthDate (Chara c, bool _age=false) |
string | TextAppearance () |
Public Attributes | |
int[] | ints = new int[20] |
string[] | strs = new string[3] |
int[] | personalities = new int[5] |
Static Public Attributes | |
static string[] | idFemale = new string[5] { "shojo", "sister", "sister_cat", "younglady", "sister_undead" } |
![]() | |
static Core | core |
Properties | |
string | idLike [get, set] |
int | gender [get, set] |
int | weight [get, set] |
int | height [get, set] |
int | birthDay [get, set] |
int | birthMonth [get, set] |
int | birthYear [get, set] |
int | idHome [get, set] |
int | idDad [get, set] |
int | idMom [get, set] |
int | idLoc [get, set] |
int | idAdvDad [get, set] |
int | idAdvMom [get, set] |
int | idHobby [get, set] |
int | stability [get, set] |
int | law [get, set] |
int | affection [get, set] |
int | dominance [get, set] |
int | extroversion [get, set] |
int | idInterest [get, set] |
string | nameHome [get] |
string | nameLoc [get] |
string | nameDad [get] |
string | nameMom [get] |
string | nameBirthplace [get] |
int | age [get, set] |
bool | IsUnderAge [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 Faction | Wilds [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 SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static SoundManager | Sound [get] |
static CoreDebug | debug [get] |
Private Member Functions | |
int | RndBio (string group) |
string | StrBio (int id) |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
static int | curve (int a, int start, int step, int rate=75) |
static int | rndHalf (int a) |
static float | rndf (float a) |
static int | rndSqrt (int a) |
static void | Wait (float a, Card c) |
static void | Wait (float a, Point p) |
static int | Bigger (int a, int b) |
static int | Smaller (int a, int b) |
Definition at line 4 of file Biography.cs.
|
inline |
Definition at line 308 of file Biography.cs.
References affection, age, Card.Chara, dominance, SourceManager.elements, extroversion, Gender.GetRandom(), Card.HasTag(), height, SourceElement.hobbies, Card.id, CardRow.id, idFemale, idHobby, idInterest, idLike, Chara.IsHuman, law, Chara.race, RerollBio(), EClass.rnd(), Rand.rndNormal(), SetGender(), SetPortrait(), Card.SetRandomTalk(), Card.SetRandomTone(), Chara.source, EClass.sources, stability, SourceManager.things, Chara.trait, and weight.
Referenced by Chara.OnCreate().
|
inline |
Definition at line 408 of file Biography.cs.
References height, SourceRace.Row.height, Chara.race, EClass.rnd(), and weight.
Referenced by RerollBio().
|
inline |
Definition at line 390 of file Biography.cs.
References age, SourceRace.Row.age, birthDay, birthMonth, Chara.race, Rand.Range(), and EClass.rnd().
Referenced by RerollBio().
|
inline |
Definition at line 415 of file Biography.cs.
References idAdvDad, idDad, and RndBio().
Referenced by RerollBio().
|
inline |
Definition at line 421 of file Biography.cs.
References idAdvMom, idMom, and RndBio().
Referenced by RerollBio().
|
inline |
Definition at line 298 of file Biography.cs.
References age, and Chara.source.
Referenced by TextAge().
|
inline |
Definition at line 377 of file Biography.cs.
References GenerateAppearance(), GenerateBirthday(), GenerateDad(), GenerateMom(), idHome, idLoc, and RndBio().
Referenced by Generate(), and UICharaMaker.RerollBio().
|
inlineprivate |
Definition at line 427 of file Biography.cs.
Referenced by GenerateDad(), GenerateMom(), and RerollBio().
|
inline |
Definition at line 450 of file Biography.cs.
References gender.
Referenced by Card.ApplyBacker(), Chara.ApplyEditorTags(), Generate(), UICharaMaker.ListGender(), and AM_MoveInstalled.SetTarget().
|
inline |
Definition at line 459 of file Biography.cs.
References gender, Chara.GetIdPortraitCat(), Portrait.GetRandomPortrait(), and Card.id.
Referenced by Card.ApplyBacker(), and Generate().
|
inlineprivate |
Definition at line 432 of file Biography.cs.
References SourceManager.langWord, and EClass.sources.
|
inline |
Definition at line 280 of file Biography.cs.
References age, and GetOriginalAge().
Referenced by Person.GetDramaTitle(), ButtonChara.SetChara(), TextBio(), and TextBirthDate().
|
inline |
Definition at line 494 of file Biography.cs.
References height, Lang.Parse(), and weight.
Referenced by UICharaMaker.Refresh().
|
inline |
Definition at line 479 of file Biography.cs.
References Lang._gender(), gender, Lang.Parse(), Chara.race, and TextAge().
Referenced by WindowChara.RefreshNote(), WindowChara.RefreshProfile(), and ItemGachaResult.SetChara().
|
inline |
Definition at line 484 of file Biography.cs.
References height, Card.material, Lang.Parse(), and weight.
Referenced by WindowChara.RefreshNote(), and WindowChara.RefreshProfile().
|
inline |
Definition at line 489 of file Biography.cs.
References birthDay, birthMonth, birthYear, Lang.Parse(), and TextAge().
Referenced by UICharaMaker.Refresh(), and WindowChara.RefreshInfo().
|
static |
Definition at line 6 of file Biography.cs.
Referenced by Generate().
int [] Biography.ints = new int[20] |
Definition at line 9 of file Biography.cs.
int [] Biography.personalities = new int[5] |
Definition at line 14 of file Biography.cs.
string [] Biography.strs = new string[3] |
Definition at line 12 of file Biography.cs.
|
getset |
Definition at line 208 of file Biography.cs.
Referenced by Generate().
|
getset |
Definition at line 266 of file Biography.cs.
Referenced by Generate(), GenerateBirthday(), GetOriginalAge(), and TextAge().
|
getset |
Definition at line 64 of file Biography.cs.
Referenced by GenerateBirthday(), Player.GetBackgroundText(), and TextBirthDate().
|
getset |
Definition at line 76 of file Biography.cs.
Referenced by GenerateBirthday(), Player.GetBackgroundText(), and TextBirthDate().
|
getset |
Definition at line 88 of file Biography.cs.
Referenced by Player.GetBackgroundText(), and TextBirthDate().
|
getset |
Definition at line 220 of file Biography.cs.
Referenced by Generate().
|
getset |
Definition at line 232 of file Biography.cs.
Referenced by Generate().
|
getset |
Definition at line 28 of file Biography.cs.
Referenced by GameLang.ConvertDrama(), Person.GetDramaTitle(), Faction.IsWearingPanty(), UICharaMaker.ListGender(), UICharaMaker.Refresh(), Person.SetChara(), ButtonChara.SetChara(), SetGender(), SetPortrait(), and TextBio().
|
getset |
Definition at line 52 of file Biography.cs.
Referenced by Generate(), GenerateAppearance(), TextAppearance(), and TextBio2().
|
getset |
Definition at line 148 of file Biography.cs.
Referenced by GenerateDad().
|
getset |
Definition at line 160 of file Biography.cs.
Referenced by GenerateMom().
|
getset |
Definition at line 112 of file Biography.cs.
Referenced by GenerateDad().
|
getset |
Definition at line 172 of file Biography.cs.
Referenced by Generate(), and WindowChara.RefreshInfo().
|
getset |
Definition at line 100 of file Biography.cs.
Referenced by RerollBio().
|
getset |
Definition at line 244 of file Biography.cs.
Referenced by Generate(), and DramaCustomSequence.GetRumor().
|
getset |
Definition at line 16 of file Biography.cs.
Referenced by Generate(), and WindowChara.RefreshInfo().
|
getset |
Definition at line 136 of file Biography.cs.
Referenced by RerollBio().
|
getset |
Definition at line 124 of file Biography.cs.
Referenced by GenerateMom().
|
get |
Definition at line 278 of file Biography.cs.
Referenced by DramaCustomSequence.Build().
|
getset |
Definition at line 196 of file Biography.cs.
Referenced by Generate().
|
get |
Definition at line 264 of file Biography.cs.
Referenced by UICharaMaker.Refresh(), and WindowChara.RefreshInfo().
|
get |
Definition at line 260 of file Biography.cs.
Referenced by Player.GetBackgroundText(), UICharaMaker.Refresh(), and WindowChara.RefreshInfo().
|
get |
Definition at line 256 of file Biography.cs.
Referenced by Player.GetBackgroundText().
|
get |
Definition at line 258 of file Biography.cs.
Referenced by Player.GetBackgroundText().
|
get |
Definition at line 262 of file Biography.cs.
Referenced by Player.GetBackgroundText(), UICharaMaker.Refresh(), and WindowChara.RefreshInfo().
|
getset |
Definition at line 184 of file Biography.cs.
Referenced by Generate().
|
getset |
Definition at line 40 of file Biography.cs.
Referenced by Generate(), GenerateAppearance(), TextAppearance(), and TextBio2().