VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
moveToLocationTasks.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2024 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
8 #ifdef ALLOW_VRF4API
9 #include <vrftasks/moveToTask.h>
10 using DtMoveToRetrogradeLocationTask = DtMoveToRetrogradeTask;
11 using DtMoveToLocationTask = DtMoveToTask;
12 #pragma message("WARNING: DtMoveToLocationTask has been deprecated. The task has been changed to the DtMoveToTask. Please change all references of the DtMoveToLocationTask to the DtMoveToTask and include the moveToTask.h include file.")
13 #else
14 #error ERROR DtMoveToLocationTask has been deprecated. The task has been changed to the DtMoveToTask. Please change all references of the DtMoveToLocationTask to the DtMoveToTask and include the moveToTask.h include file.
15 #endif
!!!!!!!!!!!!!!!!! DtMoveToRetrogradeTask Same as move to task but will be handled a bit differently i...
Definition: moveToTask.h:148
DtMoveToTask represents a moveTo task for an entity to perform. It inherits read/writableness from Si...
Definition: moveToTask.h:38

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)