terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ EyeState

Enumerator
NormalBlinking 
InStorm 
InBed 
JustTookDamage 
IsModeratelyDamaged 
IsBlind 
IsTipsy 
IsPoisoned 

Definition at line 126 of file PlayerEyeHelper.cs.

127 {
128 // Token: 0x04007ED0 RID: 32464
130 // Token: 0x04007ED1 RID: 32465
131 InStorm,
132 // Token: 0x04007ED2 RID: 32466
133 InBed,
134 // Token: 0x04007ED3 RID: 32467
136 // Token: 0x04007ED4 RID: 32468
138 // Token: 0x04007ED5 RID: 32469
139 IsBlind,
140 // Token: 0x04007ED6 RID: 32470
141 IsTipsy,
142 // Token: 0x04007ED7 RID: 32471
144 }