Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.Plugins.vxModConfig Class Reference

Public Member Functions

void Save ()
 

Static Public Member Functions

static vxModConfig Load (string path)
 Loads a modconfig.json file from the path specified. Note you can only have one modconfig per folder and mod.
 

Public Attributes

long ID = 0
 
string File = "mymod.dll"
 
string Name = "my mod's main dll name"
 
string Description = "my mod description"
 
string Author = ""
 
string Path
 

Static Public Attributes

const string ConfigFileName = "modconfig.json"
 

Member Function Documentation

◆ Load()

static vxModConfig VerticesEngine.Plugins.vxModConfig.Load ( string path)
static

Loads a modconfig.json file from the path specified. Note you can only have one modconfig per folder and mod.

Parameters
path
Returns

The documentation for this class was generated from the following file: