mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
Ref T778 XSwiftBus service emits a signal when scenery is loaded
This commit is contained in:
@@ -56,6 +56,9 @@ namespace XSwiftBus
|
||||
//! Called by XPluginReceiveMessage when the aircraft is positioned at an airport
|
||||
void onAircraftRepositioned();
|
||||
|
||||
//! Called by XPluginReceiveMessage when some scenery is loaded
|
||||
void onSceneryLoaded();
|
||||
|
||||
//! Is running
|
||||
bool isRunning() const { return m_isRunning; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user