Click or drag to resize

OptionalTUseValue Property

Gets or sets whether to use the value of this instance.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool UseValue { get; set; }

Property Value

Type: Boolean
true if this value should be used; otherwise, false.
See Also