terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
UnlockableNPCEntryIcon (int npcNetId, float ai0=0f, float ai1=0f, float ai2=0f, float ai3=0f, [Optional] string overrideNameKey) | |
IEntryIcon | CreateClone () |
void | Update (BestiaryUICollectionInfo providedInfo, Rectangle hitbox, EntryIconDrawSettings settings) |
void | Draw (BestiaryUICollectionInfo providedInfo, SpriteBatch spriteBatch, EntryIconDrawSettings settings) |
string | GetHoverText (BestiaryUICollectionInfo providedInfo) |
bool | GetUnlockState (BestiaryUICollectionInfo providedInfo) |
Private Member Functions | |
void | UpdatePosition (EntryIconDrawSettings settings) |
void | AdjustSpecialSpawnRulesForVisuals (EntryIconDrawSettings settings) |
void | SimulateFirstHover (float velocity) |
Private Attributes | |
int | lastFrameVisualsUpdated |
int | _npcNetId |
NPC | _npcCache |
bool | _firstUpdateDone |
Asset< Texture2D > | _customTexture |
Vector2 | _positionOffsetCache |
string | _overrideNameKey |
Definition at line 12 of file UnlockableNPCEntryIcon.cs.