TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ OpenInventory()

static void Terraria.Player.OpenInventory ( )
inlinestaticprivate

Definition at line 5382 of file Player.cs.

5383 {
5384 Recipe.FindRecipes();
5385 Main.playerInventory = true;
5386 Main.EquipPageSelected = 0;
5388 }
static SlotId PlaySound(in SoundStyle? style, Vector2? position=null, SoundUpdateCallback? updateCallback=null)
Attempts to play a sound style with the provided sound style (if it's not null), and returns a valid ...

References Terraria.Recipe.FindRecipes(), and Terraria.Audio.SoundEngine.PlaySound().

Referenced by Terraria.Player.ToggleCreativeMenu(), and Terraria.Player.ToggleInv().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: