|
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
|
Inheritance diagram for Terraria.Entity:
Collaboration diagram for Terraria.Entity:Public Member Functions | |
| float | AngleTo (Vector2 Destination) |
| float | AngleFrom (Vector2 Source) |
| float | Distance (Vector2 Other) |
| float | DistanceSQ (Vector2 Other) |
| Vector2 | DirectionTo (Vector2 Destination) |
| Vector2 | DirectionFrom (Vector2 Source) |
| bool | WithinRange (Vector2 Target, float MaxRange) |
Public Attributes | |
| int | whoAmI |
| bool | active |
| Vector2 | position |
| Vector2 | velocity |
| Vector2 | oldPosition |
| Vector2 | oldVelocity |
| int | oldDirection |
| int | direction |
| int | width |
| int | height |
| bool | wet |
| bool | shimmerWet |
| bool | honeyWet |
| byte | wetCount |
| bool | lavaWet |
Protected Member Functions | |
| Entity () | |
Package Attributes | |
| long | entityId |
Properties | |
| virtual Vector2 | VisualPosition [get, set] |
| Vector2 | Center [get, set] |
| Vector2 | Left [get, set] |
| Vector2 | Right [get, set] |
| Vector2 | Top [get, set] |
| Vector2 | TopLeft [get, set] |
| Vector2 | TopRight [get, set] |
| Vector2 | Bottom [get, set] |
| Vector2 | BottomLeft [get, set] |
| Vector2 | BottomRight [get, set] |
| Vector2 | Size [get, set] |
| Rectangle | Hitbox [get, set] |