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

◆ CreateFromNet()

static void Terraria.GameContent.LucyAxeMessage.CreateFromNet ( MessageSource source,
byte variation,
Vector2 position,
Vector2 velocity )
inlinestatic

Definition at line 146 of file LucyAxeMessage.cs.

147 {
148 SpawnPopupText(source, variation, position, velocity);
149 PlaySound(source, position);
150 }
static void PlaySound(MessageSource source, Vector2 position)
static void SpawnPopupText(MessageSource source, int variationUnwrapped, Vector2 position, Vector2 velocity)

References Terraria.GameContent.LucyAxeMessage.PlaySound(), and Terraria.GameContent.LucyAxeMessage.SpawnPopupText().

Referenced by Terraria.MessageBuffer.GetData().