![]() |
Kerbal Space Program
1.12.4
|
Public Member Functions | |
| bool | CanRun (List< PartCfg > nodes, MassEditParts.ValueComparison op, 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 op, 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... | |
| bool ICfgEditorScript.CanRun | ( | List< PartCfg > | nodes, |
| MassEditParts.ValueComparison | op, | ||
| 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.
| nodes |
Implemented in AddBulkheadProfileTags2, ReplaceValue, and AddBulkheadProfileTags.
| void ICfgEditorScript.DrawInspectorGUI | ( | ) |
Implemented in ReplaceValue, AddBulkheadProfileTags2, and AddBulkheadProfileTags.
| void ICfgEditorScript.OnSelect | ( | ) |
Say hello!
Implemented in AddBulkheadProfileTags2, ReplaceValue, and AddBulkheadProfileTags.
| List<PartCfg> ICfgEditorScript.RunScript | ( | List< PartCfg > | nodes, |
| MassEditParts.ValueComparison | op, | ||
| 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.
| nodes |
Implemented in ReplaceValue, AddBulkheadProfileTags2, and AddBulkheadProfileTags.
1.8.7