Click or drag to resize

IModReference Interface

Represents a reference to another mod that the current mod depends upon.

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

The IModReference type exposes the following members.

Properties
  NameDescription
Public propertyNameInfo
Get the IModNameInfo for the reference.
Public propertyReferenceAssets
Get the IModAssets for the referenced mod.
Public propertyReferenceScenes
Get the IModScenes for the referenced mod.
Top
See Also