|
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
|
Collaboration diagram for Terraria.Gore:Public Member Functions | |
| void | Update () |
| Color | GetAlpha (Color newColor) |
| Gore () | |
Static Public Member Functions | |
| static Gore | NewGorePerfect (Vector2 Position, Vector2 Velocity, int Type, float Scale=1f) |
| static Gore | NewGoreDirect (Vector2 Position, Vector2 Velocity, int Type, float Scale=1f) |
| static int | NewGore (Vector2 Position, Vector2 Velocity, int Type, float Scale=1f) |
Public Attributes | |
| Vector2 | position |
| Vector2 | velocity |
| float | rotation |
| float | scale |
| int | alpha |
| int | type |
| float | light |
| bool | active |
| bool | sticky |
| int | timeLeft |
| bool | behindTiles |
| byte | frameCounter |
| SpriteFrame | Frame |
| int | PlayerOnly |
Static Public Attributes | |
| static int | goreTime |
Properties | |
| float | Width [get, set] |
| float | Height [get, set] |
| Rectangle | AABBRectangle [get, set] |
| byte | frame [get, set] |
| byte | numFrames [get, set] |
Private Member Functions | |
| void | UpdateAmbientFloorCloud () |
| void | UpdateAmbientAirborneCloud () |
| void | UpdateFogMachineCloud () |
| void | UpdateLightningBunnySparks () |
| float | ChumFloatingChunk_GetWaterLine (int X, int Y) |
| bool | DeactivateIfOutsideOfWorld () |
| void | Gore_UpdateLeaf () |
| void | Gore_UpdateSail () |
Static Private Member Functions | |
| static | Gore () |