|
swift
|
Return values. More...
Public Member Functions | |
| MatchingScriptReturnValues (const swift::misc::simulation::CAircraftModel &model) | |
| Ctor. | |
| bool | runScriptAndModified () const |
| Did run the script with modified result. | |
| bool | runScriptAndRerun () const |
| Did run the script and re-run requested. | |
| bool | runScriptModifiedAndRerun () const |
| Did run the script, modified value and re-run requested. | |
Public Attributes | |
| swift::misc::simulation::CAircraftModel | model |
| the model | |
| bool | modified = false |
| modified? | |
| bool | rerun = false |
| rerun that matching part? | |
| bool | runScript = false |
| did we run the script | |
Return values.
Definition at line 25 of file matchingscriptmisc.h.