voxelman v0.6.1 (2016-01-09T15:39:38Z)
Dub
Repo
PluginInfo
launcher
Undocumented in source.
struct
PluginInfo {
string
id
;
string
semver
;
string
downloadUrl
;
bool
isEnabled
;
PluginInfo
*[]
dependencies
;
PluginInfo
*[]
dependants
;
}
Members
Variables
dependants
PluginInfo
*[]
dependants
;
Undocumented in source.
dependencies
PluginInfo
*[]
dependencies
;
Undocumented in source.
downloadUrl
string
downloadUrl
;
Undocumented in source.
id
string
id
;
Undocumented in source.
isEnabled
bool
isEnabled
;
Undocumented in source.
semver
string
semver
;
Undocumented in source.
Meta
Source
See Implementation
launcher
enums
AppType
JobState
JobType
functions
logPipes
makeCompileCommand
makeRunCommand
readPluginInfo
readPluginPack
sendCommand
toCString
structs
Job
JobParams
Launcher
PluginInfo
PluginPack
variables
buildFolder