Click or drag to resize

ModHostCurrentModPath Property

Returns the current mod path representing the loaded mod location as specified in the Load(Uri, Boolean) method. If no mod is loaded then the return value will be null. Note that the mod path may be set before the host has actually loaded the mod so it is reccommended that you also check IsModLoading

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Uri CurrentModPath { get; }

Property Value

Type: Uri
See Also