| 63 | // Constructor |
| 64 | |
| 65 | FGScript::FGScript(FGFDMExec* fgex) : FDMExec(fgex) |
| 66 | { |
| 67 | PropertyManager=FDMExec->GetPropertyManager(); |
| 68 | |
| 69 | Debug(0); |
| 70 | } |
| 71 | |
| 72 | //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 73 |
nothing calls this directly
no outgoing calls
no test coverage detected