uMod 2.0 Scripting Reference
uMod 2.0 Scripting Reference
uMod 2.0
UMod
IMod Interface
IMod Methods
OnModLoaded Method
OnModUnload Method
OnModUpdate Method
IMod
OnModLoaded Method
Event method triggered when the mod has been successfully loaded. Use this method for mod setup code, similar to Unity's Start method.
Namespace:
UMod
Assembly:
UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
void
OnModLoaded
()
See Also
Reference
IMod Interface
UMod Namespace