terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | StatAdjustmentStep |
Public Member Functions | |
NPCStatsReportInfoElement (int npcNetId) | |
void | Refresh () |
void | UpdateBeforeSorting () |
UIElement | ProvideUIElement (BestiaryUICollectionInfo info) |
Public Attributes | |
int | NpcId |
int | Damage |
int | LifeMax |
float | MonetaryValue |
int | Defense |
float | KnockbackResist |
NPC | _instance |
Properties | |
NPCStatsReportInfoElement.StatAdjustmentStep | OnRefreshStats |
Private Member Functions | |
void | RefreshStats (GameModeData gameModeFound, NPC instance) |
void | ShowStats_Attack (UIElement element) |
void | ShowStats_Defense (UIElement element) |
void | ShowStats_Knockback (UIElement element) |
void | ShowStats_Life (UIElement element) |
Definition at line 11 of file NPCStatsReportInfoElement.cs.