Click or drag to resize

ModToolsGameLock Class

Represents the mod tools game lock properties.
Inheritance Hierarchy
SystemObject
  UMod.ModToolsModToolsGameLock

Namespace:  UMod.ModTools
Assembly:  UMod-ModTools (in UMod-ModTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public sealed class ModToolsGameLock

The ModToolsGameLock type exposes the following members.

Constructors
  NameDescription
Public methodModToolsGameLock
Initializes a new instance of the ModToolsGameLock class
Top
Properties
  NameDescription
Public propertyAllowGameLocking
Should game locking be allowed.
Public propertyAllowGameVersionLocking
Should game version locking be used. Requires AllowGameLocking to also be enabled.
Top
See Also