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

This class handles all of the plugins for a Vertices game, whether it's DLC or Mods. More...

Static Public Member Functions

static string[] GetAvailableModsInPath (string path)
 Gets the available mods in path.
 

Properties

static vxIContentPack MainGameContentPack [get]
 The main game content pack which is retreieved in an override method in the vxGame class. This is to allow for the main game content pack to be processed and handeled no differently then any other plugin such as DLC or Mods.
 
static Dictionary< string, vxIContentPackDLCPacks [get]
 
static Dictionary< string, vxIContentPackModPacks [get]
 

Detailed Description

This class handles all of the plugins for a Vertices game, whether it's DLC or Mods.

Member Function Documentation

◆ GetAvailableModsInPath()

static string[] VerticesEngine.Plugins.vxContentPackManager.GetAvailableModsInPath ( string path)
static

Gets the available mods in path.

Returns
The available mods in path.
Parameters
pathPath.

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