Click or drag to resize

ModCreate Class

Helper class responsible for creating new mod folders.
Inheritance Hierarchy
SystemObject
  UMod.BuildEngineModCreate

Namespace:  UMod.BuildEngine
Assembly:  UMod-BuildEngine (in UMod-BuildEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class ModCreate

The ModCreate type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateNewMod
Creates a new mod folder in the project folder at the specified path.
Public methodStatic memberValidatesModCreateParamters
Top
Fields
  NameDescription
Public fieldStatic memberOnModCreated
Called when a new mod has been created in the project folder.
Top
See Also