Click or drag to resize

IModReferencesFindAll Method

Attempts to get an array of IModReference representing all referenced mods. A IModReference contains runtime information for the referenced mod.

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IModReference[] FindAll()

Return Value

Type: IModReference
An array of IModReference or an empty array if there are no references
See Also