Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Types | Public Member Functions | Public Attributes | List of all members
AddBulkheadProfileTags2 Class Reference
Inheritance diagram for AddBulkheadProfileTags2:
ICfgEditorScript

Public Types

enum  Mode { Mode.Append, Mode.Remove }
 

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< PartCfgRunScript (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...
 

Public Attributes

Mode mode
 

Member Enumeration Documentation

Enumerator
Append 
Remove 

Member Function Documentation

bool AddBulkheadProfileTags2.CanRun ( List< PartCfg nodes,
MassEditParts.ValueComparison  op,
string  key,
string  value 
)
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.

Parameters
nodes
Returns

Implements ICfgEditorScript.

void AddBulkheadProfileTags2.DrawInspectorGUI ( )
inline

Implements ICfgEditorScript.

void AddBulkheadProfileTags2.OnSelect ( )
inline

Say hello!

Implements ICfgEditorScript.

List<PartCfg> AddBulkheadProfileTags2.RunScript ( List< PartCfg nodes,
MassEditParts.ValueComparison  op,
string  key,
string  value 
)
inline

Actually perform the operations you want to perform on the given part cfgs. Please mark any modified cfgs as cfg.modified = true.

Parameters
nodes
Returns

Implements ICfgEditorScript.

Member Data Documentation

Mode AddBulkheadProfileTags2.mode

The documentation for this class was generated from the following file: