ModCreateArgs Structure |
Namespace: UMod.BuildEngine
public struct ModCreateArgs
The ModCreateArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| exportProfile |
The ExportProfileSettings for the new mod.
| |
| fullPath |
The full path to the newly created mod folder.
| |
| modName |
The name of the newly created mod.
| |
| relativePath |
The path relative to the project folder of the newly created mod folder.
|