187 bool LoadScript(
const SGPath& script,
double default_dT,
188 const SGPath& initfile);
195 void ResetEvents(
void);
222 std::string Description;
223 std::vector <FGPropertyNode_ptr> SetParam;
224 std::vector <std::string> SetParamName;
225 std::vector <FGPropertyValue*> NotifyProperties;
226 std::vector <std::string> DisplayString;
227 std::vector <eAction> Action;
228 std::vector <eType> Type;
229 std::vector <double> SetValue;
230 std::vector <double> TC;
231 std::vector <double> newValue;
232 std::vector <double> OriginalValue;
233 std::vector <double> ValueSpan;
234 std::vector <bool> Transiting;
235 std::vector <FGFunction*> Functions;
242 Notify = Notified = NotifyKML =
false;
255 std::string ScriptName;
258 std::vector <struct event> Events;
263 std::shared_ptr<FGPropertyManager> PropertyManager;
264 void Debug(
int from);