Click or drag to resize

IModReferencesFindAllNames Method

Attempts to get an array of IModNameInfo representing the names of all referenced mods.

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

Return Value

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