Click or drag to resize

ModCreateArgs Structure

Contains information used when generating new mods.

Namespace:  UMod.BuildEngine
Assembly:  UMod-BuildEngine (in UMod-BuildEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public struct ModCreateArgs

The ModCreateArgs type exposes the following members.

Fields
  NameDescription
Public fieldexportProfile
The ExportProfileSettings for the new mod.
Public fieldfullPath
The full path to the newly created mod folder.
Public fieldmodName
The name of the newly created mod.
Public fieldrelativePath
The path relative to the project folder of the newly created mod folder.
Top
See Also