Elin Modding Docs Doc
Loading...
Searching...
No Matches
ContentCodex Class Reference
Inheritance diagram for ContentCodex:
EContent

Public Member Functions

override void OnSwitchContent (int idTab)
 
void RefreshList ()
 
void RefreshInfo ()
 
void OnClickAddCards ()
 
void OnClickGetCard ()
 

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
 

Detailed Description

Definition at line 6 of file ContentCodex.cs.

Member Function Documentation

◆ Collect()

static void ContentCodex.Collect ( Thing t)
static

Definition at line 142 of file ContentCodex.cs.

◆ OnClickAddCards()

void ContentCodex.OnClickAddCards ( )

Definition at line 117 of file ContentCodex.cs.

◆ OnClickGetCard()

void ContentCodex.OnClickGetCard ( )

Definition at line 151 of file ContentCodex.cs.

◆ OnSwitchContent()

override void ContentCodex.OnSwitchContent ( int idTab)

Definition at line 9 of file ContentCodex.cs.

◆ RefreshInfo()

void ContentCodex.RefreshInfo ( )

Definition at line 82 of file ContentCodex.cs.

◆ RefreshList()

void ContentCodex.RefreshList ( )

Definition at line 28 of file ContentCodex.cs.

Member Data Documentation

◆ buttonAddCards

UIButton ContentCodex.buttonAddCards

Definition at line 206 of file ContentCodex.cs.

◆ buttonTake

UIButton ContentCodex.buttonTake

Definition at line 203 of file ContentCodex.cs.

◆ buttonToggleCollect

UIButton ContentCodex.buttonToggleCollect

Definition at line 209 of file ContentCodex.cs.

◆ currentCodex

CodexCreature ContentCodex.currentCodex

Definition at line 197 of file ContentCodex.cs.

◆ list

UIDynamicList ContentCodex.list

Definition at line 170 of file ContentCodex.cs.

◆ localPos

Vector2 ContentCodex.localPos

Definition at line 215 of file ContentCodex.cs.

◆ note

UINote ContentCodex.note

Definition at line 194 of file ContentCodex.cs.

◆ pivot

Vector2 ContentCodex.pivot

Definition at line 212 of file ContentCodex.cs.

◆ textBonus

UIText ContentCodex.textBonus

Definition at line 191 of file ContentCodex.cs.

◆ textKills

UIText ContentCodex.textKills

Definition at line 182 of file ContentCodex.cs.

◆ textName

UIText ContentCodex.textName

Definition at line 173 of file ContentCodex.cs.

◆ textOwn

UIText ContentCodex.textOwn

Definition at line 176 of file ContentCodex.cs.

◆ textSpawns

UIText ContentCodex.textSpawns

Definition at line 188 of file ContentCodex.cs.

◆ textValue

UIText ContentCodex.textValue

Definition at line 179 of file ContentCodex.cs.

◆ textWeakspot

UIText ContentCodex.textWeakspot

Definition at line 185 of file ContentCodex.cs.

◆ transInfo

Transform ContentCodex.transInfo

Definition at line 200 of file ContentCodex.cs.


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