|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Types | |
| enum | SelectionMode { Dpad4 , RadialCircular , RadialQuicks } |
Public Member Functions | |
| SelectionRadial (SelectionMode mode=SelectionMode.Dpad4) | |
| void | Update () |
| void | ChangeBinding (int itemSlot) |
| void | ChangeSelection (int to) |
| int | GetDrawMode (int itemslot) |
| void | CopyTo (SelectionRadial that) |
Public Attributes | |
| int | RadialCount |
| int[] | Bindings |
| SelectionMode | Mode |
Properties | |
| int | SelectedBinding [get] |
| int | SelectedItem [get] |
Private Member Functions | |
| void | Bind (int itemslot, int radialslot) |
Private Attributes | |
| int | _SelectedBinding = -1 |