|
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.Star:Public Member Functions | |
| void | Fall () |
| void | Update () |
| Star () | |
Static Public Member Functions | |
| static void | NightSetup () |
| static void | StarFall (float positionX) |
| static void | SpawnStars (int s=-1) |
| static void | UpdateStars () |
Public Attributes | |
| Vector2 | position |
| float | scale |
| float | rotation |
| int | type |
| float | twinkle |
| float | twinkleSpeed |
| float | rotationSpeed |
| bool | falling |
| bool | hidden |
| Vector2 | fallSpeed |
| int | fallTime |
| float | fadeIn |
Static Public Attributes | |
| static bool | dayCheck |
| static float | starfallBoost |
| static int | starFallCount |
Static Private Member Functions | |
| static | Star () |