terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
NPCStatsReportInfoElement (int npcNetId) | |
void | Refresh () |
void | UpdateBeforeSorting () |
UIElement | ProvideUIElement (BestiaryUICollectionInfo info) |
delegate void | StatAdjustmentStep (NPCStatsReportInfoElement element) |
Public Attributes | |
int | NpcId |
int | Damage |
int | LifeMax |
float | MonetaryValue |
int | Defense |
float | KnockbackResist |
NPC | _instance |
Properties | |
NPCStatsReportInfoElement.StatAdjustmentStep | OnRefreshStats [set] |
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 15 of file NPCStatsReportInfoElement.cs.