Click or drag to resize

BuffRemoveFrom Method

Remove the buff from an IUpgradeable.

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

Parameters

upgradeable
Type: Kit.ContainersIUpgradeable
The IUpgradeable which contains the buff.

Return Value

Type: Boolean
Whether the buff was successfully removed.
See Also