Remove redundant lines and refactor UI.
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
// functions for calculating steering values.
|
||||
@lazyglobal off.
|
||||
|
||||
function GetPitch {
|
||||
parameter v is SHIP:FACING:FOREVECTOR.
|
||||
|
@ -1,7 +1,5 @@
|
||||
// Functions for calculating values related to throttle and thrust.
|
||||
|
||||
@lazyglobal off.
|
||||
|
||||
// point gravity for TWR calculations.
|
||||
local G is 0.
|
||||
lock G to SHIP:BODY:MU / ((SHIP:BODY:RADIUS+SHIP:ALTITUDE)^2).
|
||||
|
Reference in New Issue
Block a user