uMod 2.0 Scripting Reference
uMod 2.0 Scripting Reference
uMod 2.0
UMod
ModHost Class
ModHost Properties
AllLoadedModHosts Property
AllModHosts Property
Assets Property
CanBeReclaimed Property
CurrentIdentity Property
CurrentMod Property
CurrentModPath Property
DebugHandler Property
DownloadSpeed Property
HasAssets Property
HasDependencies Property
HasScenes Property
HasScripts Property
HostDependencies Property
IsModActivated Property
IsModDownloading Property
IsModLoaded Property
IsModLoading Property
LoadResult Property
ReferencedMods Property
Scenes Property
ScriptDomain Property
SharedAssets Property
SharedScenes Property
ModHost
HasScenes Property
Returns true if the current loaded mod contains any scenes.
Namespace:
UMod
Assembly:
UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
bool
HasScenes
{
get
; }
Property Value
Type:
Boolean
Exceptions
Exception
Condition
ModNotLoadedException
The mod host does not have a mod loaded. Use
IsModLoaded
to check if a mod is loaded before accessing the property
See Also
Reference
ModHost Class
UMod Namespace