C# Class GameModeFortress.CraftingTableTool

Show file Open project: henon/manic_digger

Public Properties

Property Type Description
maxcraftingtablesize int

Public Methods

Method Description
GetOnTable ( List table ) : List
GetTable ( Vector3i pos ) : List

Method Details

GetOnTable() public method

public GetOnTable ( List table ) : List
table List
return List

GetTable() public method

public GetTable ( Vector3i pos ) : List
pos Vector3i
return List

Property Details

maxcraftingtablesize public property

public int maxcraftingtablesize
return int