Kerbal Space Program
1.12.4
|
Public Member Functions | |
bool | CanRun (List< PartCfg > nodes, MassEditParts.ValueComparison comp, string key, string value) |
If for some reason the script is not able to run for the given set of nodes, say so here. Don't forget to print out to console the reason why. More... | |
void | DrawInspectorGUI () |
void | OnSelect () |
Say hello! More... | |
List< PartCfg > | RunScript (List< PartCfg > nodes, MassEditParts.ValueComparison comp, string key, string value) |
Actually perform the operations you want to perform on the given part cfgs. Please mark any modified cfgs as cfg.modified = true. More... | |
|
inline |
If for some reason the script is not able to run for the given set of nodes, say so here. Don't forget to print out to console the reason why.
nodes |
Implements ICfgEditorScript.
|
inline |
Implements ICfgEditorScript.
|
inline |
Say hello!
Implements ICfgEditorScript.
|
inline |
Actually perform the operations you want to perform on the given part cfgs. Please mark any modified cfgs as cfg.modified = true.
nodes |
Implements ICfgEditorScript.