![]() |
Kerbal Space Program
1.12.4
|
Public Types | |
| enum | FlowState { FlowState.None, FlowState.Out, FlowState.In } |
Public Member Functions | |
| void | FlowIn (double fraction) |
| void | FlowOut () |
| void | FlowStop () |
| override bool | IsItemValid () |
| void | OnDestroy () |
| override void | Setup (UIPartActionWindow window, Part part, UI_Scene scene, UI_Control control, PartResource resource) |
| override void | UpdateItem () |
Public Member Functions inherited from UIPartActionItem | |
| virtual void | AddInputFieldLock (string val) |
| virtual void | RemoveInputfieldLock () |
| void | SetupItem (UIPartActionWindow window, Part part, PartModule partModule, UI_Scene scene, UI_Control control) |
Public Attributes | |
| Button | flowInBtn |
| Button | flowOutBtn |
| Button | flowStopBtn |
| double | lastUT |
| FlowState | state |
Static Public Attributes | |
| static bool | transferRequiresFullControl = false |
Properties | |
| FlowState | State [get] |
| List < UIPartActionResourceTransfer > | Targets [get, set] |
Properties inherited from UIPartActionResourceItem | |
| PartResource | Resource [get] |
Properties inherited from UIPartActionItem | |
| UI_Control | Control [get] |
| bool | IsModule [get] |
| Part | Part [get] |
| PartModule | PartModule [get] |
| UI_Scene | Scene [get] |
| UIPartActionWindow | Window [get] |
Additional Inherited Members | |
Protected Member Functions inherited from UIPartActionResourceItem | |
| void | SetSymCounterpartsAmount (double amount) |
| void | SetSymCounterpartsFlowState (bool state) |
Protected Attributes inherited from UIPartActionResourceItem | |
| PartResource | resource |
Protected Attributes inherited from UIPartActionItem | |
| UI_Control | control |
| bool | isModule |
| Part | part |
| PartModule | partModule |
| UI_Scene | scene |
| UIPartActionWindow | window |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from UIPartActionItem.
|
inline |
|
inlinevirtual |
Reimplemented from UIPartActionResourceItem.
|
inlinevirtual |
Reimplemented from UIPartActionItem.
| Button UIPartActionResourceTransfer.flowInBtn |
| Button UIPartActionResourceTransfer.flowOutBtn |
| Button UIPartActionResourceTransfer.flowStopBtn |
| double UIPartActionResourceTransfer.lastUT |
| FlowState UIPartActionResourceTransfer.state |
|
static |
|
get |
|
getset |
1.8.7