All Classes Namespaces Functions Variables Enumerations Enumerator Properties
plyGameEditor.plyGamePluginInfo Class Reference

Contain info on a plyGame plugin More...

Public Attributes

string name = null
 Name of the plugin More...
 
string version = "Version: 0.0.0"
 Version of the plugin. Will be overwritten by info from versionFile if versioFile is set More...
 
string versionFile = null
 Uniquely identifiable path to the version file of the plugin. The version file is simply a text file which includes the version number on the first line. You can add other info, for example update notes, in the text file too (as long as the version to show is on the first line) Leave null if you want to set version directly ex. "plyRPG/Documentation/version.txt" More...
 

Detailed Description

Contain info on a plyGame plugin

Member Data Documentation

string plyGameEditor.plyGamePluginInfo.name = null

Name of the plugin

string plyGameEditor.plyGamePluginInfo.version = "Version: 0.0.0"

Version of the plugin. Will be overwritten by info from versionFile if versioFile is set

string plyGameEditor.plyGamePluginInfo.versionFile = null

Uniquely identifiable path to the version file of the plugin. The version file is simply a text file which includes the version number on the first line. You can add other info, for example update notes, in the text file too (as long as the version to show is on the first line) Leave null if you want to set version directly ex. "plyRPG/Documentation/version.txt"