Kerbal Space Program
1.12.4
|
Public Member Functions | |
virtual void | Setup (UIPartActionWindow window, Part part, UI_Scene scene) |
override void | UpdateItem () |
Public Member Functions inherited from UIPartActionItem | |
virtual void | AddInputFieldLock (string val) |
virtual bool | IsItemValid () |
virtual void | RemoveInputfieldLock () |
void | SetupItem (UIPartActionWindow window, Part part, PartModule partModule, UI_Scene scene, UI_Control control) |
Additional Inherited Members | |
Protected Attributes inherited from UIPartActionItem | |
UI_Control | control |
bool | isModule |
Part | part |
PartModule | partModule |
UI_Scene | scene |
UIPartActionWindow | window |
Properties inherited from UIPartActionItem | |
UI_Control | Control [get] |
bool | IsModule [get] |
Part | Part [get] |
PartModule | PartModule [get] |
UI_Scene | Scene [get] |
UIPartActionWindow | Window [get] |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from UIPartActionItem.