Click or drag to resize
ResourceContainerremove Method (ResourceSubtype, ListResourceSubtype)

[Missing <summary> documentation for "M:Planetbase.ResourceContainer.remove(Planetbase.ResourceSubtype,System.Collections.Generic.List{Planetbase.ResourceSubtype})"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Resource remove(
	ResourceSubtype subtype,
	List<ResourceSubtype> usedSubtypes
)

Parameters

subtype
Type: PlanetbaseResourceSubtype

[Missing <param name="subtype"/> documentation for "M:Planetbase.ResourceContainer.remove(Planetbase.ResourceSubtype,System.Collections.Generic.List{Planetbase.ResourceSubtype})"]

usedSubtypes
Type: System.Collections.GenericListResourceSubtype

[Missing <param name="usedSubtypes"/> documentation for "M:Planetbase.ResourceContainer.remove(Planetbase.ResourceSubtype,System.Collections.Generic.List{Planetbase.ResourceSubtype})"]

Return Value

Type: Resource

[Missing <returns> documentation for "M:Planetbase.ResourceContainer.remove(Planetbase.ResourceSubtype,System.Collections.Generic.List{Planetbase.ResourceSubtype})"]

See Also