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

◆ CloseSign()

void Terraria.Player.CloseSign ( )
inline

Definition at line 31724 of file Player.cs.

31725 {
31726 if (sign > -1)
31727 {
31729 sign = -1;
31730 Main.editSign = false;
31731 Main.npcChatText = string.Empty;
31732 }
31733 }
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.Audio.SoundEngine.PlaySound(), and Terraria.Player.sign.

Referenced by Terraria.DataStructures.TileEntity.BasicOpenCloseInteraction(), and Terraria.Player.TileInteractionsUse().

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