WSF
WsfScriptBrawlerMoverClass.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI//REL TO USA ONLY
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// The use, dissemination or disclosure of data in this file is subject to
7// limitation or restriction. See accompanying README and LICENSE for details.
8// ****************************************************************************
9
10#ifndef WSFSCRIPTBRAWLERMOVERCLASS_HPP
11#define WSFSCRIPTBRAWLERMOVERCLASS_HPP
12
13#include "wsf_brawler_export.h"
14
16
17class WSF_BRAWLER_EXPORT WsfScriptBrawlerMoverClass : public WsfScriptMoverClass
18{
19public:
20 WsfScriptBrawlerMoverClass(const std::string& aClassName, UtScriptTypes* aTypesPtr);
21
22 // Maneuvers
27 UT_DECLARE_SCRIPT_METHOD(SetMaxThrottle);
28};
29
30#endif
UT_DECLARE_SCRIPT_METHOD(SetMaxThrottle)
WsfScriptBrawlerMoverClass(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition WsfScriptBrawlerMoverClass.cpp:15
WsfScriptMoverClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptMoverClass.cpp:25
Copyrights Multiple, All Rights Reserved