added raden launch
This commit is contained in:
13
library/lib_realchute.ks
Normal file
13
library/lib_realchute.ks
Normal file
@@ -0,0 +1,13 @@
|
||||
// lib_realchute.ks - adds support for RealChute
|
||||
// Copyright © 2015,2023 KSLib team
|
||||
// Lic. MIT
|
||||
|
||||
@LAZYGLOBAL OFF.
|
||||
@CLOBBERBUILTINS OFF.
|
||||
|
||||
declare function R_chutes {
|
||||
parameter event.
|
||||
for RealChute in ship:modulesNamed("RealChuteModule") {
|
||||
RealChute:doevent(event).
|
||||
}.
|
||||
}.
|
||||
Reference in New Issue
Block a user