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

◆ PlaceGnome()

static void Terraria.WorldGen.PlaceGnome ( int x,
int y,
int style )
inlinestatic

Definition at line 45604 of file WorldGen.cs.

45605 {
45606 PlaceObject(x, y, 567, mute: false, style);
45607 }
static bool PlaceObject(int x, int y, int type, bool mute=false, int style=0, int alternate=0, int random=-1, int direction=-1)