Version: 1.0.0.0
Frequency: Once/Rarely/Frequently/Consistently
Severity: Low
Context: AIobjects.cpp
Bug description: simconnect samples referencing to Simobject names are outdated, e.g.
hr = SimConnect_AICreateSimulatedObject(hSimConnect, “ReticulatedGiraffe”, Init, REQUEST_ADD_GIRAFFE);
now should be
hr = SimConnect_AICreateSimulatedObject(hSimConnect, “GGiraffaFemale”, Init, REQUEST_ADD_GIRAFFE);
attached fixed .cpp with corret names
btw
the giraffe is lazy and stays in place in 2024, not executing the waypoint command
Repro steps:
Attachments:
AIObjects.cpp (14.2 KB)