AJ MacLEOD: add braking chute wrapper function
This commit is contained in:
parent
363e210fda
commit
3ba03ff2d7
1 changed files with 3 additions and 0 deletions
|
@ -350,6 +350,9 @@ var applyParkingBrake = func(v) {
|
|||
return i;
|
||||
}
|
||||
|
||||
# 1: Deploy, -1: Release
|
||||
var deployChute = func(v) setprop("/controls/flight/drag-chute", v);
|
||||
|
||||
##
|
||||
# Weapon handling.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue