|
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.Player.SelectionRadial:Public Types | |
| enum | SelectionMode { Dpad4 , RadialCircular , RadialQuicks } |
Public Member Functions | |
| void | LoadNPCHeldItem (int heldItem) |
| SelectionRadial (Player.SelectionRadial.SelectionMode mode=Player.SelectionRadial.SelectionMode.Dpad4) | |
| void | Update () |
| void | ChangeBinding (int itemSlot) |
| void | ChangeSelection (int to) |
| void | Bind (int itemslot, int radialslot) |
| int | GetSlotBinding (int itemSlot) |
| int | GetDrawMode (int itemslot) |
| void | CopyTo (Player.SelectionRadial that) |
Public Attributes | |
| int | RadialCount |
| int[] | Bindings |
| Player.SelectionRadial.SelectionMode | Mode |
Properties | |
| int | SelectedBinding [get, set] |
| int | SelectedItem [get, set] |
Private Attributes | |
| int | _SelectedBinding |
| int | _NPCHeldItem |