Elin Modding Docs Doc
Loading...
Searching...
No Matches
Biography Class Reference
Inheritance diagram for Biography:
EClass

Public Member Functions

string TextAge (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
 
- Static Public Attributes inherited from EClass
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]
 
int ageOriginal [get]
 
bool IsUnderAge [get]
 
- Properties inherited from EClass
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]
 

Additional Inherited Members

- Static Public Member Functions inherited from EClass
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)
 

Detailed Description

Definition at line 5 of file Biography.cs.

Member Function Documentation

◆ Generate()

void Biography.Generate ( Chara c)

Definition at line 411 of file Biography.cs.

◆ GenerateAppearance()

void Biography.GenerateAppearance ( Chara c)

Definition at line 514 of file Biography.cs.

◆ GenerateBirthday()

void Biography.GenerateBirthday ( Chara c,
int ageIndex = 0 )

Definition at line 495 of file Biography.cs.

◆ GenerateDad()

void Biography.GenerateDad ( )

Definition at line 522 of file Biography.cs.

◆ GenerateMom()

void Biography.GenerateMom ( )

Definition at line 529 of file Biography.cs.

◆ RerollBio()

void Biography.RerollBio ( Chara c,
int ageIndex = 0,
bool keepParent = false )

Definition at line 481 of file Biography.cs.

◆ SetGender()

void Biography.SetGender ( int g)

Definition at line 560 of file Biography.cs.

◆ SetPortrait()

void Biography.SetPortrait ( Chara c)

Definition at line 570 of file Biography.cs.

◆ TextAge()

string Biography.TextAge ( Chara c)

Definition at line 393 of file Biography.cs.

◆ TextAppearance()

string Biography.TextAppearance ( )

Definition at line 606 of file Biography.cs.

◆ TextBio()

string Biography.TextBio ( Chara c)

Definition at line 581 of file Biography.cs.

◆ TextBio2()

string Biography.TextBio2 ( Chara c)

Definition at line 594 of file Biography.cs.

◆ TextBirthDate()

string Biography.TextBirthDate ( Chara c,
bool _age = false )

Definition at line 600 of file Biography.cs.

Member Data Documentation

◆ idFemale

string [] Biography.idFemale
static
Initial value:
= new string[]
{
"shojo",
"sister",
"sister_cat",
"younglady",
"sister_undead"
}

Definition at line 612 of file Biography.cs.

◆ ints

int [] Biography.ints = new int[20]

Definition at line 623 of file Biography.cs.

◆ personalities

int [] Biography.personalities = new int[5]

Definition at line 630 of file Biography.cs.

◆ strs

string [] Biography.strs = new string[3]

Definition at line 627 of file Biography.cs.

Property Documentation

◆ affection

int Biography.affection
getset

Definition at line 250 of file Biography.cs.

◆ age

int Biography.age
getset

Definition at line 360 of file Biography.cs.

◆ ageOriginal

int Biography.ageOriginal
get

Definition at line 374 of file Biography.cs.

◆ birthDay

int Biography.birthDay
getset

Definition at line 70 of file Biography.cs.

◆ birthMonth

int Biography.birthMonth
getset

Definition at line 85 of file Biography.cs.

◆ birthYear

int Biography.birthYear
getset

Definition at line 100 of file Biography.cs.

◆ dominance

int Biography.dominance
getset

Definition at line 265 of file Biography.cs.

◆ extroversion

int Biography.extroversion
getset

Definition at line 280 of file Biography.cs.

◆ gender

int Biography.gender
getset

Definition at line 25 of file Biography.cs.

◆ height

int Biography.height
getset

Definition at line 55 of file Biography.cs.

◆ idAdvDad

int Biography.idAdvDad
getset

Definition at line 175 of file Biography.cs.

◆ idAdvMom

int Biography.idAdvMom
getset

Definition at line 190 of file Biography.cs.

◆ idDad

int Biography.idDad
getset

Definition at line 130 of file Biography.cs.

◆ idHobby

int Biography.idHobby
getset

Definition at line 205 of file Biography.cs.

◆ idHome

int Biography.idHome
getset

Definition at line 115 of file Biography.cs.

◆ idInterest

int Biography.idInterest
getset

Definition at line 295 of file Biography.cs.

◆ idLike

string Biography.idLike
getset

Definition at line 10 of file Biography.cs.

◆ idLoc

int Biography.idLoc
getset

Definition at line 160 of file Biography.cs.

◆ idMom

int Biography.idMom
getset

Definition at line 145 of file Biography.cs.

◆ IsUnderAge

bool Biography.IsUnderAge
get

Definition at line 384 of file Biography.cs.

◆ law

int Biography.law
getset

Definition at line 235 of file Biography.cs.

◆ nameBirthplace

string Biography.nameBirthplace
get

Definition at line 349 of file Biography.cs.

◆ nameDad

string Biography.nameDad
get

Definition at line 329 of file Biography.cs.

◆ nameHome

string Biography.nameHome
get

Definition at line 309 of file Biography.cs.

◆ nameLoc

string Biography.nameLoc
get

Definition at line 319 of file Biography.cs.

◆ nameMom

string Biography.nameMom
get

Definition at line 339 of file Biography.cs.

◆ stability

int Biography.stability
getset

Definition at line 220 of file Biography.cs.

◆ weight

int Biography.weight
getset

Definition at line 40 of file Biography.cs.


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