mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
[XSwiftBus] Add hasMultiplayerPlanesAquired() DBus API
This function will return whether X-Plane multiplayer planes have been acquired by XSwiftBus or if not, who else acquired them.
This commit is contained in:
committed by
Klaus Basan
parent
55c2e2e559
commit
49bd38d722
@@ -1,5 +1,9 @@
|
||||
R"(<node>
|
||||
<interface name="org.swift_project.xswiftbus.traffic">
|
||||
<method name="acquireMultiplayerPlanes">
|
||||
<arg name="acquired" type="b" direction="out"/>
|
||||
<arg name="owner" type="s" direction="out"/>
|
||||
</method>
|
||||
<method name="initialize">
|
||||
<arg type="b" direction="out"/>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user