C# Class Terraria.World.Generation.Actions.SetLiquid

Inheritance: GenAction
Show file Open project: EmuDevs/EDTerraria Class Usage Examples

Public Methods

Method Description
Apply ( System.Point origin, int x, int y ) : bool
SetLiquid ( int type, byte value = (byte)255 ) : Microsoft.Xna.Framework

Method Details

Apply() public method

public Apply ( System.Point origin, int x, int y ) : bool
origin System.Point
x int
y int
return bool

SetLiquid() public method

public SetLiquid ( int type, byte value = (byte)255 ) : Microsoft.Xna.Framework
type int
value byte
return Microsoft.Xna.Framework