C# Class Terraria.Modules.AnchorTypesModule

Show file Open project: EmuDevs/EDTerraria Class Usage Examples

Public Properties

Property Type Description
tileAlternates int[]
tileInvalid int[]
tileValid int[]
wallValid int[]

Public Methods

Method Description
AnchorTypesModule ( AnchorTypesModule copyFrom = null ) : System

Method Details

AnchorTypesModule() public method

public AnchorTypesModule ( AnchorTypesModule copyFrom = null ) : System
copyFrom AnchorTypesModule
return System

Property Details

tileAlternates public property

public int[] tileAlternates
return int[]

tileInvalid public property

public int[] tileInvalid
return int[]

tileValid public property

public int[] tileValid
return int[]

wallValid public property

public int[] wallValid
return int[]