IModHost Interface |
Namespace: UMod
public interface IModHost
The IModHost type exposes the following members.
Name | Description | |
---|---|---|
DestroyModObjects |
Destroys all game object in the scene that were created by this mod.
Any object that have any mod script components will have the 'OnModUnloaded' event called.
| |
UnloadMod |
Request the host to unload the mod and return to its previous state.
|