Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
override void | OnSwitchContent (int idTab) |
void | RefreshList () |
void | RefreshInfo () |
void | OnClickAddCards () |
void | OnClickGetCard () |
![]() | |
virtual void | OnSwitchContent (int idTab) |
virtual void | OnInstantiate () |
![]() | |
void | Clear () |
void | Build () |
void | Space (int sizeY=0, int sizeX=1) |
UINote | AddNote (string id) |
UIItem | AddHeader (string text, Sprite sprite=null) |
UIItem | AddHeaderCard (string text, Sprite sprite=null) |
UIItem | AddHeaderTopic (string text, Sprite sprite=null) |
UIItem | AddHeader (string id, string text, Sprite sprite=null) |
UIItem | AddText (string text, FontColor color=FontColor.DontChange) |
UIItem | AddText (string id, string text, FontColor color=FontColor.DontChange) |
UIItem | AddText (string id, string text, Color color) |
UIItem | AddItem (string id) |
UIItem | AddTopic (string id, string text, string value=null) |
UIItem | AddTopic (string text, string value=null) |
void | AddImage (Sprite sprite) |
void | AddImage (string idFile) |
UIButton | AddButton (string text, Action onClick) |
UIButton | AddButtonLink (string text, string url) |
UIDropdown | AddDropdown (string id="DropdownDefault") |
UIButton | AddToggle (string idLang="", bool isOn=false, Action< bool > action=null) |
Transform | AddPrefab (string path) |
T | AddExtra< T > (string path) |
Static Public Member Functions | |
static void | Collect (Thing t) |
Public Attributes | |
UIDynamicList | list |
UIText | textName |
UIText | textOwn |
UIText | textValue |
UIText | textKills |
UIText | textWeakspot |
UIText | textSpawns |
UIText | textBonus |
UINote | note |
CodexCreature | currentCodex |
Transform | transInfo |
UIButton | buttonTake |
UIButton | buttonAddCards |
UIButton | buttonToggleCollect |
Vector2 | pivot |
Vector2 | localPos |
![]() | |
RectTransform | target |
UINoteProfile | prof |
SkinType | skinType |
string | idDefaultText |
LayoutGroup | layout |
RectTransform | cur |
bool | extraRebuild |
Definition at line 5 of file ContentCodex.cs.
|
inlinestatic |
Definition at line 163 of file ContentCodex.cs.
References CodexManager.AddCard(), Card.c_idRefCard, Player.codex, Card.Destroy(), Card.Num, EClass.player, and Msg.Say().
Referenced by Chara.Pick().
|
inline |
Definition at line 139 of file ContentCodex.cs.
References CodexManager.AddCard(), Player.codex, Card.id, item, list, ThingContainer.List(), EClass.pc, EClass.player, RefreshInfo(), RefreshList(), Msg.Say(), and Card.things.
|
inline |
Definition at line 171 of file ContentCodex.cs.
References Game.Config.autoCollectCard, Game.config, ThingGen.Create(), currentCodex, EClass.game, CodexCreature.id, list, Card.MakeFigureFrom(), CodexCreature.numCard, EClass.pc, Chara.Pick(), UIDynamicList.Redraw(), RefreshInfo(), RefreshList(), and UIDynamicList.Select().
|
inlinevirtual |
Reimplemented from UIContent.
Definition at line 39 of file ContentCodex.cs.
References Game.Config.autoCollectCard, buttonToggleCollect, Game.config, currentCodex, EClass.game, BaseList.isBuilt, list, RefreshInfo(), RefreshList(), UIDynamicList.Select(), and UIButton.SetToggle().
|
inline |
Definition at line 113 of file ContentCodex.cs.
References UINote.AddHeader(), UINote.Build(), UINote.Clear(), currentCodex, CodexCreature.GetTextBonus(), UIItem.image1, SourceChara.Row.job, SourceManager.jobs, CodexCreature.kills, localPos, CodexCreature.Name, note, CodexCreature.numCard, pivot, SourceChara.Row.race, SourceManager.races, CodexCreature.SetImage(), UIText.SetText(), CodexCreature.source, EClass.sources, CodexCreature.spawns, textWeakspot, and CodexCreature.weakspot.
Referenced by OnClickAddCards(), OnClickGetCard(), OnSwitchContent(), and RefreshList().
|
inline |
Definition at line 59 of file ContentCodex.cs.
References UIDynamicList.Add(), buttonTake, SourceManager.charas, UIDynamicList.Clear(), Player.codex, EClass.core, CodexManager.creatures, currentCodex, UIDynamicList.dsv, UIButton.icon, item, list, UIDynamicList.List(), UIButton.mainText, CodexCreature.Name, CodexCreature.numCard, UIDynamicList.objects, EClass.player, RefreshInfo(), UIDynamicList.Select(), CodexCreature.SetImage(), UIText.SetText(), CodexCreature.source, EClass.sources, UIButton.subText2, transInfo, and Core.uiScale.
Referenced by OnClickAddCards(), OnClickGetCard(), and OnSwitchContent().
UIButton ContentCodex.buttonAddCards |
Definition at line 31 of file ContentCodex.cs.
UIButton ContentCodex.buttonTake |
Definition at line 29 of file ContentCodex.cs.
Referenced by RefreshList().
UIButton ContentCodex.buttonToggleCollect |
Definition at line 33 of file ContentCodex.cs.
Referenced by OnSwitchContent().
CodexCreature ContentCodex.currentCodex |
Definition at line 25 of file ContentCodex.cs.
Referenced by OnClickGetCard(), OnSwitchContent(), RefreshInfo(), and RefreshList().
UIDynamicList ContentCodex.list |
Definition at line 7 of file ContentCodex.cs.
Referenced by OnClickAddCards(), OnClickGetCard(), OnSwitchContent(), and RefreshList().
Vector2 ContentCodex.localPos |
Definition at line 37 of file ContentCodex.cs.
Referenced by RefreshInfo().
UINote ContentCodex.note |
Definition at line 23 of file ContentCodex.cs.
Referenced by RefreshInfo().
Vector2 ContentCodex.pivot |
Definition at line 35 of file ContentCodex.cs.
Referenced by RefreshInfo().
UIText ContentCodex.textBonus |
Definition at line 21 of file ContentCodex.cs.
UIText ContentCodex.textKills |
Definition at line 15 of file ContentCodex.cs.
UIText ContentCodex.textName |
Definition at line 9 of file ContentCodex.cs.
UIText ContentCodex.textOwn |
Definition at line 11 of file ContentCodex.cs.
UIText ContentCodex.textSpawns |
Definition at line 19 of file ContentCodex.cs.
UIText ContentCodex.textValue |
Definition at line 13 of file ContentCodex.cs.
UIText ContentCodex.textWeakspot |
Definition at line 17 of file ContentCodex.cs.
Referenced by RefreshInfo().
Transform ContentCodex.transInfo |
Definition at line 27 of file ContentCodex.cs.
Referenced by RefreshList().