Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | OnPreUpdateAllProjectiles () |
void | AddSpotToCheck (Vector2 spot) |
Private Member Functions | |
void | CheckSpot (Vector2 Center) |
Private Attributes | |
HashSet< Vector2 > | _positionsChecked = new HashSet<Vector2>() |
HashSet< Point > | _tilesChecked = new HashSet<Point>() |
Rectangle | _clampBox |
int | _frameCounter |
Definition at line 6 of file SpelunkerProjectileHelper.cs.