Click or drag to resize
GridcalculateGrid Method

[Missing <summary> documentation for "M:Planetbase.Grid.calculateGrid(Planetbase.Construction,Planetbase.Construction,System.Int32)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static HashSet<Construction> calculateGrid(
	Construction startingConstruction,
	Construction excludedConstruction = null,
	int flags = 0
)

Parameters

startingConstruction
Type: PlanetbaseConstruction

[Missing <param name="startingConstruction"/> documentation for "M:Planetbase.Grid.calculateGrid(Planetbase.Construction,Planetbase.Construction,System.Int32)"]

excludedConstruction (Optional)
Type: PlanetbaseConstruction

[Missing <param name="excludedConstruction"/> documentation for "M:Planetbase.Grid.calculateGrid(Planetbase.Construction,Planetbase.Construction,System.Int32)"]

flags (Optional)
Type: SystemInt32

[Missing <param name="flags"/> documentation for "M:Planetbase.Grid.calculateGrid(Planetbase.Construction,Planetbase.Construction,System.Int32)"]

Return Value

Type: HashSetConstruction

[Missing <returns> documentation for "M:Planetbase.Grid.calculateGrid(Planetbase.Construction,Planetbase.Construction,System.Int32)"]

See Also