Click or drag to resize

UpgradeFind Method

Find an Upgrade with its ID.

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

Parameters

upgradeable
Type: Kit.ContainersIUpgradeable
id
Type: SystemString

Return Value

Type: Upgrade
See Also