Click or drag to resize

EffectConvert Method

Converts the EffectType and value to a human-readable string.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static string Convert(
	Effect effect
)
Request Example View Source

Parameters

effect
Type: Kit.ContainersEffect

Return Value

Type: String
Remarks
Conversion is same as the Parse(String) function, except in reverse.
See Also