uMod 2.0 Scripting Reference
uMod 2.0 Scripting Reference
uMod 2.0
UMod
ModScript Class
ModScript Properties
GameAssets Property
ModAssets Property
ModDebug Property
ModHost Property
ModPersistentData Property
ModScenes Property
ModSecurity Property
ModScript
ModHost Property
A reference to the
IModHost
interface that allows access to the host that is handling this mod.
Namespace:
UMod
Assembly:
UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
IModHost
ModHost
{
get
; }
Property Value
Type:
IModHost
Implements
IModContext
ModHost
See Also
Reference
ModScript Class
UMod Namespace