Click or drag to resize

ModIsTrialVersion Property

Returns true if the current version of uMod is running in trial mode. When in trial mode, uMod 2.0 cannot be used in release builds and the scripting system is disabled.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool IsTrialVersion { get; }

Property Value

Type: Boolean
See Also