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

Public Member Functions

void SetChara (Chara c)
 
override void OnSwitchContent (Window window)
 
void SetPortraitBG (int a)
 
void SetPortraitFrame (int a)
 
void ToggleFeatMode ()
 
void RefreshFeatMode ()
 
void Refresh ()
 
void RefreshStatic ()
 
void RefreshStatus ()
 
void AddNeeds (Stats st)
 
void AddStatus (BaseStats st)
 
void RefreshProfile ()
 
void RefreshEquipment (UIList list)
 
void RefreshInfo ()
 
void OnClickPortrait ()
 
void RefreshSkill (int idTab)
 

Static Public Member Functions

static void RefreshNote (Chara chara, UINote n, bool shortMode=false)
 

Public Attributes

Chara chara
 
Portrait portrait
 
UIText textMood
 
UIText textHealth
 
UIText textName
 
UIText textAlias
 
UIText textTitle
 
UIText textBio
 
UIText textBio2
 
UIText textBio3
 
UIText textBirthday
 
UIText textFaction
 
UIText textFaith
 
UIText textHome
 
UIText textMom
 
UIText textDad
 
UIText textBirthplace
 
UIText textLike
 
UIText textHobby
 
UIText textKarma
 
UIText textSAN
 
UIText textFame
 
UIText textMoney
 
UIText textTax
 
UIText textTerritory
 
UIText textIncome
 
UIText textAssets
 
UIText textDeposit
 
UIText textDeepest
 
UIText textCurrentZone
 
UIText textHomeZone
 
UIList listAttaribute
 
UIList listEquipment
 
UIList listEquipment2
 
UINote note
 
PUIExampleRPGStats graph
 
UIText textStability
 
UIText textLaw
 
UIText textAffection
 
UIText textDominance
 
UIText textExtroversion
 
UIText textFavArmor
 
UIText textDV
 
UIText textStyle
 
LayoutGroup layoutNeeds
 
LayoutGroup layoutStatus
 
GridLayoutGroup gridEquip
 
UIScrollView scrollSkill
 
ButtonElement buttonMana
 
ButtonElement buttonLife
 
ButtonElement buttonVigor
 
ButtonElement buttonSpeed
 
UIItem moldStats
 
UIItem moldNeeds
 
UIHeader moldHeader
 
UIHeader moldHeader2
 
UIHeader headerEquip
 
UIList moldListSkill
 
UIList moldListResist
 
UIList moldListFeat
 
UIList moldListFeatPurchase
 
Transform contentList
 
RectTransform rectEquip
 
UIButton buttonFeatMode
 
Image imageView
 
Sprite mask
 
Sprite maskResist
 
Material matItem
 
Color colorUnequipped
 
Vector2 equipPos
 
bool featMode
 
float barColor1
 
float barColor2
 

Static Public Attributes

static WindowChara Instance
 

Properties

Biography bio [get]
 

Detailed Description

Definition at line 10 of file WindowChara.cs.

Member Function Documentation

◆ AddNeeds()

void WindowChara.AddNeeds ( Stats st)

Definition at line 187 of file WindowChara.cs.

◆ AddStatus()

void WindowChara.AddStatus ( BaseStats st)

Definition at line 205 of file WindowChara.cs.

◆ OnClickPortrait()

void WindowChara.OnClickPortrait ( )

Definition at line 365 of file WindowChara.cs.

◆ OnSwitchContent()

override void WindowChara.OnSwitchContent ( Window window)

Definition at line 46 of file WindowChara.cs.

◆ Refresh()

void WindowChara.Refresh ( )

Definition at line 118 of file WindowChara.cs.

◆ RefreshEquipment()

void WindowChara.RefreshEquipment ( UIList list)

Definition at line 273 of file WindowChara.cs.

◆ RefreshFeatMode()

void WindowChara.RefreshFeatMode ( )

Definition at line 109 of file WindowChara.cs.

◆ RefreshInfo()

void WindowChara.RefreshInfo ( )

Definition at line 352 of file WindowChara.cs.

◆ RefreshNote()

static void WindowChara.RefreshNote ( Chara chara,
UINote n,
bool shortMode = false )
static

Definition at line 634 of file WindowChara.cs.

◆ RefreshProfile()

void WindowChara.RefreshProfile ( )

Definition at line 239 of file WindowChara.cs.

◆ RefreshSkill()

void WindowChara.RefreshSkill ( int idTab)

Definition at line 379 of file WindowChara.cs.

◆ RefreshStatic()

void WindowChara.RefreshStatic ( )

Definition at line 124 of file WindowChara.cs.

◆ RefreshStatus()

void WindowChara.RefreshStatus ( )

Definition at line 160 of file WindowChara.cs.

◆ SetChara()

void WindowChara.SetChara ( Chara c)

Definition at line 23 of file WindowChara.cs.

◆ SetPortraitBG()

void WindowChara.SetPortraitBG ( int a)

Definition at line 76 of file WindowChara.cs.

◆ SetPortraitFrame()

void WindowChara.SetPortraitFrame ( int a)

Definition at line 89 of file WindowChara.cs.

◆ ToggleFeatMode()

void WindowChara.ToggleFeatMode ( )

Definition at line 102 of file WindowChara.cs.

Member Data Documentation

◆ barColor1

float WindowChara.barColor1

Definition at line 953 of file WindowChara.cs.

◆ barColor2

float WindowChara.barColor2

Definition at line 956 of file WindowChara.cs.

◆ buttonFeatMode

UIButton WindowChara.buttonFeatMode

Definition at line 929 of file WindowChara.cs.

◆ buttonLife

ButtonElement WindowChara.buttonLife

Definition at line 887 of file WindowChara.cs.

◆ buttonMana

ButtonElement WindowChara.buttonMana

Definition at line 884 of file WindowChara.cs.

◆ buttonSpeed

ButtonElement WindowChara.buttonSpeed

Definition at line 893 of file WindowChara.cs.

◆ buttonVigor

ButtonElement WindowChara.buttonVigor

Definition at line 890 of file WindowChara.cs.

◆ chara

Chara WindowChara.chara

Definition at line 740 of file WindowChara.cs.

◆ colorUnequipped

Color WindowChara.colorUnequipped

Definition at line 944 of file WindowChara.cs.

◆ contentList

Transform WindowChara.contentList

Definition at line 923 of file WindowChara.cs.

◆ equipPos

Vector2 WindowChara.equipPos

Definition at line 947 of file WindowChara.cs.

◆ featMode

bool WindowChara.featMode

Definition at line 950 of file WindowChara.cs.

◆ graph

PUIExampleRPGStats WindowChara.graph

Definition at line 845 of file WindowChara.cs.

◆ gridEquip

GridLayoutGroup WindowChara.gridEquip

Definition at line 878 of file WindowChara.cs.

◆ headerEquip

UIHeader WindowChara.headerEquip

Definition at line 908 of file WindowChara.cs.

◆ imageView

Image WindowChara.imageView

Definition at line 932 of file WindowChara.cs.

◆ Instance

WindowChara WindowChara.Instance
static

Definition at line 737 of file WindowChara.cs.

◆ layoutNeeds

LayoutGroup WindowChara.layoutNeeds

Definition at line 872 of file WindowChara.cs.

◆ layoutStatus

LayoutGroup WindowChara.layoutStatus

Definition at line 875 of file WindowChara.cs.

◆ listAttaribute

UIList WindowChara.listAttaribute

Definition at line 833 of file WindowChara.cs.

◆ listEquipment

UIList WindowChara.listEquipment

Definition at line 836 of file WindowChara.cs.

◆ listEquipment2

UIList WindowChara.listEquipment2

Definition at line 839 of file WindowChara.cs.

◆ mask

Sprite WindowChara.mask

Definition at line 935 of file WindowChara.cs.

◆ maskResist

Sprite WindowChara.maskResist

Definition at line 938 of file WindowChara.cs.

◆ matItem

Material WindowChara.matItem

Definition at line 941 of file WindowChara.cs.

◆ moldHeader

UIHeader WindowChara.moldHeader

Definition at line 902 of file WindowChara.cs.

◆ moldHeader2

UIHeader WindowChara.moldHeader2

Definition at line 905 of file WindowChara.cs.

◆ moldListFeat

UIList WindowChara.moldListFeat

Definition at line 917 of file WindowChara.cs.

◆ moldListFeatPurchase

UIList WindowChara.moldListFeatPurchase

Definition at line 920 of file WindowChara.cs.

◆ moldListResist

UIList WindowChara.moldListResist

Definition at line 914 of file WindowChara.cs.

◆ moldListSkill

UIList WindowChara.moldListSkill

Definition at line 911 of file WindowChara.cs.

◆ moldNeeds

UIItem WindowChara.moldNeeds

Definition at line 899 of file WindowChara.cs.

◆ moldStats

UIItem WindowChara.moldStats

Definition at line 896 of file WindowChara.cs.

◆ note

UINote WindowChara.note

Definition at line 842 of file WindowChara.cs.

◆ portrait

Portrait WindowChara.portrait

Definition at line 743 of file WindowChara.cs.

◆ rectEquip

RectTransform WindowChara.rectEquip

Definition at line 926 of file WindowChara.cs.

◆ scrollSkill

UIScrollView WindowChara.scrollSkill

Definition at line 881 of file WindowChara.cs.

◆ textAffection

UIText WindowChara.textAffection

Definition at line 854 of file WindowChara.cs.

◆ textAlias

UIText WindowChara.textAlias

Definition at line 755 of file WindowChara.cs.

◆ textAssets

UIText WindowChara.textAssets

Definition at line 818 of file WindowChara.cs.

◆ textBio

UIText WindowChara.textBio

Definition at line 761 of file WindowChara.cs.

◆ textBio2

UIText WindowChara.textBio2

Definition at line 764 of file WindowChara.cs.

◆ textBio3

UIText WindowChara.textBio3

Definition at line 767 of file WindowChara.cs.

◆ textBirthday

UIText WindowChara.textBirthday

Definition at line 770 of file WindowChara.cs.

◆ textBirthplace

UIText WindowChara.textBirthplace

Definition at line 788 of file WindowChara.cs.

◆ textCurrentZone

UIText WindowChara.textCurrentZone

Definition at line 827 of file WindowChara.cs.

◆ textDad

UIText WindowChara.textDad

Definition at line 785 of file WindowChara.cs.

◆ textDeepest

UIText WindowChara.textDeepest

Definition at line 824 of file WindowChara.cs.

◆ textDeposit

UIText WindowChara.textDeposit

Definition at line 821 of file WindowChara.cs.

◆ textDominance

UIText WindowChara.textDominance

Definition at line 857 of file WindowChara.cs.

◆ textDV

UIText WindowChara.textDV

Definition at line 866 of file WindowChara.cs.

◆ textExtroversion

UIText WindowChara.textExtroversion

Definition at line 860 of file WindowChara.cs.

◆ textFaction

UIText WindowChara.textFaction

Definition at line 773 of file WindowChara.cs.

◆ textFaith

UIText WindowChara.textFaith

Definition at line 776 of file WindowChara.cs.

◆ textFame

UIText WindowChara.textFame

Definition at line 803 of file WindowChara.cs.

◆ textFavArmor

UIText WindowChara.textFavArmor

Definition at line 863 of file WindowChara.cs.

◆ textHealth

UIText WindowChara.textHealth

Definition at line 749 of file WindowChara.cs.

◆ textHobby

UIText WindowChara.textHobby

Definition at line 794 of file WindowChara.cs.

◆ textHome

UIText WindowChara.textHome

Definition at line 779 of file WindowChara.cs.

◆ textHomeZone

UIText WindowChara.textHomeZone

Definition at line 830 of file WindowChara.cs.

◆ textIncome

UIText WindowChara.textIncome

Definition at line 815 of file WindowChara.cs.

◆ textKarma

UIText WindowChara.textKarma

Definition at line 797 of file WindowChara.cs.

◆ textLaw

UIText WindowChara.textLaw

Definition at line 851 of file WindowChara.cs.

◆ textLike

UIText WindowChara.textLike

Definition at line 791 of file WindowChara.cs.

◆ textMom

UIText WindowChara.textMom

Definition at line 782 of file WindowChara.cs.

◆ textMoney

UIText WindowChara.textMoney

Definition at line 806 of file WindowChara.cs.

◆ textMood

UIText WindowChara.textMood

Definition at line 746 of file WindowChara.cs.

◆ textName

UIText WindowChara.textName

Definition at line 752 of file WindowChara.cs.

◆ textSAN

UIText WindowChara.textSAN

Definition at line 800 of file WindowChara.cs.

◆ textStability

UIText WindowChara.textStability

Definition at line 848 of file WindowChara.cs.

◆ textStyle

UIText WindowChara.textStyle

Definition at line 869 of file WindowChara.cs.

◆ textTax

UIText WindowChara.textTax

Definition at line 809 of file WindowChara.cs.

◆ textTerritory

UIText WindowChara.textTerritory

Definition at line 812 of file WindowChara.cs.

◆ textTitle

UIText WindowChara.textTitle

Definition at line 758 of file WindowChara.cs.

Property Documentation

◆ bio

Biography WindowChara.bio
get

Definition at line 14 of file WindowChara.cs.


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