Go to the documentation of this file.
8 #ifndef CommandMemberToStateTeleportStrict_h
9 #define CommandMemberToStateTeleportStrict_h
24 inline static const CommandTypeId COMMAND_ID =
"MEMBER_TO_STATE_TELEPORT_STRICT";
31 optional<CscEntityPositionSource> positionSource,
32 bool forceRegisterPosition);
42 return entityReflexion;
48 optional<CscEntityPositionSource> positionSource;
49 bool forceRegisterPosition =
false;
55 optional<CscEntityPositionSource>,
ptr< CscEntityReflexion > getEntityReflexion() const override
Definition: CommandMemberToStateTeleportStrict.h:41
Definition: CommandExecutionResultNone.h:11
#define CSC_DLL_IMPORTEXPORT
Definition: os.h:31
Definition: alerts.cpp:12
Definition: CommandMemberToStateTeleportStrict.h:21
string CommandTypeId
Definition: Command.h:29
Definition: cartographyCommands.cpp:4
#define COMMAND_REGISTER(COMMAND_REGISTER_className,...)
Definition: CscCommandAutoParse.h:467
Definition: CscEnvironmentSimulator.h:35
Definition: Csc3dTypes.h:265
~CommandMemberToStateTeleportStrict()
Definition: CommandMemberToStateTeleportStrict.h:34
std::shared_ptr< T > ptr
Definition: CscCommon.h:29