IModReferencesFind Method |
Namespace:
UMod
Assembly:
UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IModReference Find(
string referenceName
)
Parameters
- referenceName
- Type: SystemString
The name of the reference to search for
Return Value
Type:
IModReferenceA
IModReference if the reference was found or null if not
See Also