mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-10 11:36:08 +08:00
Ref T658, add matching script demo files
This commit is contained in:
@@ -9,6 +9,7 @@ OTHER_FILES += share/images/airlines/*.png
|
||||
OTHER_FILES += share/html/*.*
|
||||
OTHER_FILES += share/legal/*.*
|
||||
OTHER_FILES += share/test/*.*
|
||||
OTHER_FILES += share/matchingscript/*.*
|
||||
OTHER_FILES += share/simulator/swiftTerrainProbe/*.*
|
||||
OTHER_FILES += share/simulator/swiftTerrainProbe/model/*.*
|
||||
OTHER_FILES += share/simulator/swiftTerrainProbe/texture/*.*
|
||||
@@ -22,6 +23,7 @@ COPY_FILES += $$PWD/share/images/airlines/*.png
|
||||
COPY_FILES += $$PWD/share/html/*.*
|
||||
COPY_FILES += $$PWD/share/legal/*.*
|
||||
COPY_FILES += $$PWD/share/test/*.*
|
||||
COPY_FILES += $$PWD/share/matchingscript/*.*
|
||||
COPY_FILES += $$PWD/share/misc/*.*
|
||||
# COPY_FILES += $$PWD/share/simulator/*.*
|
||||
COPY_FILES += $$PWD/share/simulator/swiftTerrainProbe/*.*
|
||||
|
||||
0
resources/share/matchingscript/matchingDemo.js
Normal file
0
resources/share/matchingscript/matchingDemo.js
Normal file
11
resources/share/matchingscript/networkDemo.js
Normal file
11
resources/share/matchingscript/networkDemo.js
Normal file
@@ -0,0 +1,11 @@
|
||||
(
|
||||
function() {
|
||||
// networkObject
|
||||
// reverseModel
|
||||
// returnObject
|
||||
returnObject.aircraftIcao = "C172";
|
||||
return "Changed ICAO to C172";
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user