Elin Decompiled Documentation EA 23.153 Nightly
|
Public Member Functions | |
void | CheckFirst () |
void | AddText (string text, FontColor col=FontColor.Warning) |
void | AddText (int v, string text, string textBad=null) |
void | AddFix (int v, string text) |
void | WriteNote () |
Public Attributes | |
Element | ele |
UINote | n |
Chara | c |
bool | first = true |
int | total |
Definition at line 88 of file ELEMENT.cs.
|
inline |
Definition at line 130 of file ELEMENT.cs.
References UINote.AddText(), Element.BonusInfo.CheckFirst(), and Element.BonusInfo.n.
Referenced by Element.BonusInfo.WriteNote().
|
inline |
Definition at line 115 of file ELEMENT.cs.
References UINote.AddText(), Element.BonusInfo.CheckFirst(), Element.BonusInfo.n, and Element.BonusInfo.total.
|
inline |
Definition at line 109 of file ELEMENT.cs.
References UINote.AddText(), Element.BonusInfo.CheckFirst(), and Element.BonusInfo.n.
Referenced by Element.BonusInfo.WriteNote().
|
inline |
Definition at line 100 of file ELEMENT.cs.
References Element.BonusInfo.first, Element.BonusInfo.n, and UINote.Space().
Referenced by Element.BonusInfo.AddFix(), and Element.BonusInfo.AddText().
|
inline |
Definition at line 139 of file ELEMENT.cs.
References Element.BonusInfo.AddFix(), Element.BonusInfo.AddText(), Chara.body, Element.BonusInfo.c, Faction.charaElements, Chara.conditions, Player.CountKeyItem(), ElementContainer.dict, Element.BonusInfo.ele, BodySlot.elementId, BaseCondition.elements, Card.elements, SourceManager.elements, Card.Evalue(), Chara.faction, Chara.faith, Chara.faithElements, ElementContainer.GetElement(), ElementContainer.GetOrCreateElement(), ElementContainer.Has(), Element.HasTag(), Card.id, Element.id, Religion.id, Element.IsGlobalElement, Chara.IsPCFaction, Card.IsPCFactionOrMinion, SourceManager.keyItems, BaseCondition.Name, Element.Name, EClass.pc, EClass.player, Chara.race, Chara.RefreshSpeed(), CharaBody.slots, Element.source, EClass.sources, Chara.tempElements, BodySlot.thing, Element.BonusInfo.total, Element.Value, and ElementContainer.Value().
Referenced by Element._WriteNote().
Chara Element.BonusInfo.c |
Definition at line 94 of file ELEMENT.cs.
Referenced by Element.BonusInfo.WriteNote().
Element Element.BonusInfo.ele |
Definition at line 90 of file ELEMENT.cs.
Referenced by Element.BonusInfo.WriteNote().
bool Element.BonusInfo.first = true |
Definition at line 96 of file ELEMENT.cs.
Referenced by Element.BonusInfo.CheckFirst().
UINote Element.BonusInfo.n |
Definition at line 92 of file ELEMENT.cs.
Referenced by Element.BonusInfo.AddFix(), Element.BonusInfo.AddText(), and Element.BonusInfo.CheckFirst().
int Element.BonusInfo.total |
Definition at line 98 of file ELEMENT.cs.
Referenced by Element.BonusInfo.AddText(), and Element.BonusInfo.WriteNote().