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

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

Public Methods

Method Description
Apply ( System.Point origin, int x, int y ) : bool
PlaceWall ( byte type, bool neighbors = true ) : 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

PlaceWall() public method

public PlaceWall ( byte type, bool neighbors = true ) : Microsoft.Xna.Framework
type byte
neighbors bool
return Microsoft.Xna.Framework