C# Class OpenRA.ModContent.ModPackage

Show file Open project: pchote/OpenRA

Public Properties

Property Type Description
Download string
Required bool
Sources string[]
TestFiles string[]
Title string

Public Methods

Method Description
IsInstalled ( ) : bool
ModPackage ( MiniYaml yaml ) : System.Collections.Generic

Method Details

IsInstalled() public method

public IsInstalled ( ) : bool
return bool

ModPackage() public method

public ModPackage ( MiniYaml yaml ) : System.Collections.Generic
yaml MiniYaml
return System.Collections.Generic

Property Details

Download public property

public string Download
return string

Required public property

public bool Required
return bool

Sources public property

public string[] Sources
return string[]

TestFiles public property

public string[] TestFiles
return string[]

Title public property

public string Title
return string