added raden launch

This commit is contained in:
2025-11-19 12:52:55 -05:00
parent 86ade33bef
commit 533ec9d520
28 changed files with 2412 additions and 0 deletions

13
library/lib_realchute.ks Normal file
View 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).
}.
}.