Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <button n="3">
  2. <desc>Throttle up</desc>
  3. <repeatable>true</repeatable>
  4. <binding>
  5. <command>nasal</command>
  6. <script>_ = sprintf("Throttle = %.3f", controls.adjThrottle(0.5))</script>
  7. </binding>
  8. </button>
  9.  
  10. <button n="2">
  11. <desc>Throttle down</desc>
  12. <repeatable>true</repeatable>
  13. <binding>
  14. <command>nasal</command>
  15. <script>_ = sprintf("Throttle = %.3f", controls.adjThrottle(-0.5))</script>
  16. </binding>
  17. </button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement