12 #include <vlutil/vlString.h>
13 #include <vlutil/vlMachineTypes.h>
35 void setCombatIdLevel(
int i);
DtSimSubordinateSearch & operator=(const DtSimSubordinateSearch &orig)
assignment operator; not implemented
Definition: checkEntityIdLevelSearch.h:25
The DtSimObjectReference is a shared pointer that can be used amongst many object for access to the u...
Definition: simObjectReference.h:26
const DtLocalObject * myEntity
Definition: checkEntityIdLevelSearch.h:56
class DtSimSubordinateSearch:
Definition: simSubordinateSearch.h:24
#define DT_DLL_vrfplanmgr
This file is used to determine how to build.
Definition: vrfplanmgrDefines.h:28
void setCombatIdLevel(int i)
Definition: checkEntityIdLevelSearch.h:59
void setEntity(const DtLocalObject *)
Definition: checkEntityIdLevelSearch.h:64
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:94
virtual bool initializeSearch(DtSimObjectReference entity)
Override initializeSearch if you need to do some initialization at the start of the search process...
virtual bool inspectEntity(DtSimObjectReference entity)
Override inspectEntity to do any tests you want to do on base entities that are found in the search...
int myCombatIdLevel
Definition: checkEntityIdLevelSearch.h:55
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86