Click or drag to resize

IModSecurity Interface

Get the security polivy for the mod.

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IModSecurity

The IModSecurity type exposes the following members.

Properties
  NameDescription
Public propertyCanLoadAssets
Returns true if the modder is allwed to load prefab assets.
Public propertyCanLoadScenes
Returns true if the modder is allowed to load scenes.
Top
See Also