|
WSF
|
#include "WsfScriptFormationFlyerClass.hpp"#include "UtMemory.hpp"#include "UtScriptVec3.hpp"#include "WsfFormationFlyer.hpp"
Functions | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptFormationFlyerClass, WsfFormationFlyer, SetLeadAircraft, 1, "void", "WsfPlatform") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptFormationFlyerClass, WsfFormationFlyer, SetFormationRollsWithLead, 1, "void", "bool") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptFormationFlyerClass, WsfFormationFlyer, SetOffsetFromLeadECS, 3, "void", "double, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptFormationFlyerClass, WsfFormationFlyer, GetLeadAircraft, 0, "WsfPlatform", "") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptFormationFlyerClass, WsfFormationFlyer, GetFormationRollsWithLead, 0, "bool", "") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptFormationFlyerClass, WsfFormationFlyer, GetOffsetFromLeadECS, 0, "Vec3", "") | |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptFormationFlyerClass | , |
| WsfFormationFlyer | , | ||
| GetFormationRollsWithLead | , | ||
| 0 | , | ||
| "bool" | , | ||
| "" | ) |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptFormationFlyerClass | , |
| WsfFormationFlyer | , | ||
| GetLeadAircraft | , | ||
| 0 | , | ||
| "WsfPlatform" | , | ||
| "" | ) |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptFormationFlyerClass | , |
| WsfFormationFlyer | , | ||
| GetOffsetFromLeadECS | , | ||
| 0 | , | ||
| "Vec3" | , | ||
| "" | ) |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptFormationFlyerClass | , |
| WsfFormationFlyer | , | ||
| SetFormationRollsWithLead | , | ||
| 1 | , | ||
| "void" | , | ||
| "bool" | ) |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptFormationFlyerClass | , |
| WsfFormationFlyer | , | ||
| SetLeadAircraft | , | ||
| 1 | , | ||
| "void" | , | ||
| "WsfPlatform" | ) |
References platformPtr.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptFormationFlyerClass | , |
| WsfFormationFlyer | , | ||
| SetOffsetFromLeadECS | , | ||
| 3 | , | ||
| "void" | , | ||
| " double | , | ||
| double | , | ||
| double" | ) |