Click or drag to resize

IModHost Methods

The IModHost type exposes the following members.

Methods
  NameDescription
Public methodDestroyModObjects
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.
Public methodUnloadMod
Request the host to unload the mod and return to its previous state.
Top
See Also