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
|
Public Types | |
enum | ItemSelection { Info , Gender , Skin , Eyes , ChangeHair , Hair , Shirt , Undershirt , Pants , Shoes } |
Public Member Functions | |
void | Draw () |
float | StyleScale (int index) |
void | StyleOver (int index) |
void | StyleDraw (ItemGrid_Layout gridLayout, int index, Microsoft.Xna.Framework.Vector2 position, float scale) |
float | HairScale (int index) |
void | HairOver (int index) |
void | HairDraw (ItemGrid_Layout gridLayout, int index, Microsoft.Xna.Framework.Vector2 position, float scale) |
void | CreateAndSave () |
void | Setup () |
void | RandomisePlayer () |
GUIPlayerCreateMenu () | |
Static Public Member Functions | |
static void | LoadContent (ContentManager content) |
Public Attributes | |
bool | editingPlayerName |
bool | editPlayerNameForCreate |
GUIPlayerCreateMenu.ItemSelection | CurrentSelection |
float | hairScrollOffset |
bool | displayOptions |
float | _pulldownShift |
Private Member Functions | |
void | UpdateAnim (Player player, bool animated) |
void | DrawPlayer () |
bool | IsOverOptions (Microsoft.Xna.Framework.Vector2 cursorPosition) |
void | DrawInfo () |
void | DrawName () |
void | DrawDifficulty () |
void | DrawStylesGrid () |
void | DrawHairGrid () |
void | DrawSelectedPlayer (Microsoft.Xna.Framework.Vector2 position, float scale) |
void | DrawSelectedHighlight (Microsoft.Xna.Framework.Vector2 position, float scale) |
void | DrawSelectedHair (Microsoft.Xna.Framework.Vector2 position, float scale) |
void | CreatePlayer () |
void | EnterName () |
void | CloseNameEdit () |
void | CloseOptions () |
bool | DrawMenuButton (ControllerActionButton action, string label, TransactionButton_Layout buttonLayout, ref float scale, bool disabled) |
void | DrawMainButtons () |
void | Back () |
void | DrawCategoryButtons () |
void | DrawHSLSlider () |
void | SetupStartingItems () |
Definition at line 22 of file GUIPlayerCreateMenu.cs.