|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| override void | Update () |
| override void | Draw (SpriteBatch sb) |
| override void | ToggleActive (bool tickedOn) |
| override bool | UsingMap () |
| void | DrawMarkedArea (SpriteBatch sb) |
Public Attributes | |
| int | currentAim = -1 |
| bool | Selected |
Private Member Functions | |
| void | DragBounds (Vector2 mouse) |
| Rectangle | GetBound (Rectangle drawbox, int boundIndex) |
| void | DrawBound (SpriteBatch sb, Rectangle r, int mode) |
Private Attributes | |
| bool | dragging |
| int | caughtEdge = -1 |
| bool | inMap |
Definition at line 320 of file CaptureInterface.cs.