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
|
Classes | |
class | Action |
class | ActionGroup |
Public Types | |
enum | ActionSource { MainMenu , World , InterfaceLeft , InterfaceRight , NPCDialogue , Dresser , HairStylist , Map , Count } |
Static Public Member Functions | |
static GUIControllerInputButton.LinkedControlType | FromButton (Buttons button) |
static GUIControllerInputButton.AxisControl | FromAxis (Axis axis, float threshold) |
Public Attributes | |
bool | ShowBanner |
bool | DisplayingSecondLine |
Private Member Functions | |
float | ItemScale (int index) |
void | ItemOver (int index) |
Microsoft.Xna.Framework.Vector2 | ItemSize (int index) |
Rectangle | ItemRightTextRegion (int index) |
void | LoadControlPosition (TransactionButton_Layout layout, ControlsBanner_Layout.ControlGroupingPosition position, Microsoft.Xna.Framework.Vector2 offset) |
void | DrawControl (TransactionButton_Layout layout, ControlsBanner_Layout.ControlGroupingPosition position, Microsoft.Xna.Framework.Vector2 offset, GUIControlsBanner.Action action, ref float scale) |
Microsoft.Xna.Framework.Vector2 | GetControlPoint (ControlsBanner_Layout.ControlGroupingPosition layoutItem) |
bool | AddAction (GUIControlsBanner.Action action, int maxWidth) |
bool | AddMore (int maxWidth) |
Definition at line 14 of file GUIControlsBanner.cs.