Click or drag to resize

UpgradeRemoveFrom Method

Remove an Upgrade with its ID.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static bool RemoveFrom(
	IUpgradeable upgradeable,
	string id
)
Request Example View Source

Parameters

upgradeable
Type: Kit.ContainersIUpgradeable
id
Type: SystemString

Return Value

Type: Boolean
See Also