Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
Person () | |
Person (string _id, Chara c=null) | |
Person (Religion r) | |
Person (Chara c) | |
void | SetChara (Chara c) |
string | ApplyTone (string text) |
string | GetDramaTitle () |
void | SetImage (Image image) |
Public Attributes | |
string | name |
string | idPortrait |
string | id |
string | tones |
int | uidChara |
int | gender |
SerializableColor | colorHair |
RefChara | refChara = new RefChara() |
Chara | _tempChara |
string | tempName |
Properties | |
SourcePerson.Row | source [get] |
Chara | chara [get] |
bool | hasChara [get] |
bool | HumanSpeak [get] |
string | Name [get] |
string | NameBraced [get] |
string | Aka [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] |
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) |
![]() | |
static Core | core |
|
inline |
Definition at line 66 of file Person.cs.
References SetChara().
|
inline |
Definition at line 72 of file Person.cs.
References ModItemList< T >.dict, Religion.id, idPortrait, Portrait.modPortraits, name, and Religion.Name.
|
inline |
|
inline |
|
inline |
Definition at line 106 of file Person.cs.
References Lang._gender(), Aka, Card.bio, Card.c_idTalk, Card.c_idTone, chara, Biography.gender, TraitChara.GetDramaText(), TalkDataList.GetTalk(), MOD.listTalk, Card.Name, Name, Lang.Parse(), Chara.race, tempName, Biography.TextAge(), and Chara.trait.
Referenced by DramaActor.Talk().
|
inline |
Definition at line 88 of file Person.cs.
References _tempChara, Card.bio, Card.c_idTone, chara, Biography.gender, gender, Chara.GetIdPortrait(), idPortrait, Card.Name, name, tones, Card.uid, and uidChara.
Referenced by Person().
|
inline |
Definition at line 134 of file Person.cs.
References chara, SpriteSheet.Get(), Chara.GetSprite(), and source.
Chara Person._tempChara |
Definition at line 30 of file Person.cs.
Referenced by SetChara().
SerializableColor Person.colorHair |
int Person.gender |
Definition at line 23 of file Person.cs.
Referenced by Quest.Parse(), and SetChara().
string Person.idPortrait |
Definition at line 11 of file Person.cs.
Referenced by Person(), SetChara(), and Portrait.SetPerson().
string Person.name |
Definition at line 8 of file Person.cs.
Referenced by Person(), and SetChara().
string Person.tempName |
Definition at line 32 of file Person.cs.
Referenced by GetDramaTitle().
string Person.tones |
Definition at line 17 of file Person.cs.
Referenced by Quest.Parse(), and SetChara().
int Person.uidChara |
Definition at line 20 of file Person.cs.
Referenced by SetChara(), and Portrait.SetPerson().
|
get |
Definition at line 60 of file Person.cs.
Referenced by GetDramaTitle().
|
get |
Definition at line 36 of file Person.cs.
Referenced by DramaManager.AddCustomEvents(), ApplyTone(), QuestDeliver.CanDeliverToClient(), GetDramaTitle(), DramaManager.ParseLine(), ItemQuestTracker.Refresh(), ContentQuest.SelectQuest(), SetChara(), DramaActor.SetChoice(), SetImage(), Portrait.SetPerson(), and DramaActor.Talk().
|
get |
Definition at line 38 of file Person.cs.
Referenced by DramaManager.AddCustomEvents(), DramaManager.ParseLine(), and Portrait.SetPerson().
|
get |
Definition at line 40 of file Person.cs.
Referenced by DramaActor.Talk().
|
get |
Definition at line 56 of file Person.cs.
Referenced by GetDramaTitle().
|
get |
Definition at line 58 of file Person.cs.
Referenced by ContentQuest.SelectQuest(), and ItemQuest.SetQuest().
|
get |
Definition at line 34 of file Person.cs.
Referenced by SetImage(), and Portrait.SetPerson().