- Messages
- 58
Has anyone been able to get waypoints via AI WAYPOINT LIST? I have not been able to get it to return anything. I am using the following:
hr_init = SimConnect_AddToDataDefinition(m_hSimConnect, AIRCRAFT_GROUP, "AI WAYPOINT LIST",
NULL, SIMCONNECT_DATATYPE_WAYPOINT); I also tried leaving out the SIMCONNECT_DATATYPE_WAYPOINT.
I am trying to figure out what the AI aircraft are up to and possibly direct them to do something else.
hr_init = SimConnect_AddToDataDefinition(m_hSimConnect, AIRCRAFT_GROUP, "AI WAYPOINT LIST",
NULL, SIMCONNECT_DATATYPE_WAYPOINT); I also tried leaving out the SIMCONNECT_DATATYPE_WAYPOINT.
I am trying to figure out what the AI aircraft are up to and possibly direct them to do something else.