Ref T357, Ref T348, probe improvements

- release AI also traces id
- info that probe is disabled in error case
This commit is contained in:
Klaus Basan
2018-09-17 03:09:52 +02:00
parent 19ec4c3cf1
commit 754049971d
3 changed files with 43 additions and 26 deletions

View File

@@ -239,7 +239,7 @@ namespace BlackSimPlugin
SIMCONNECT_DATA_REQUEST_ID obtainRequestIdForSimObjTerrainProbe();
//! Release AI control
HRESULT releaseAIControl(SIMCONNECT_OBJECT_ID objectId, SIMCONNECT_DATA_REQUEST_ID requestId);
bool releaseAIControl(const CSimConnectObject &simObject, SIMCONNECT_DATA_REQUEST_ID requestId);
//! Valid CSimConnectObject which is NOT pendig removed
bool isValidSimObjectNotPendingRemoved(const CSimConnectObject &simObject) const;