Terraria.ModLoader.GlobalWall.CreateDust C# (CSharp) Method

CreateDust() public method

public CreateDust ( int i, int j, int type, int &dustType ) : bool
i int
j int
type int
dustType int
return bool
		public virtual bool CreateDust(int i, int j, int type, ref int dustType)
		{
			return true;
		}