Skip to content

Commit

Permalink
Add part reference, fix enums being documented as integers
Browse files Browse the repository at this point in the history
  • Loading branch information
cheese3660 committed Dec 17, 2023
1 parent 2c41894 commit 6facc0f
Show file tree
Hide file tree
Showing 22 changed files with 774 additions and 81 deletions.
9 changes: 5 additions & 4 deletions Writerside/hi.tree
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
<toc-element topic="Config.md"/>
</toc-element>
<toc-element topic="Part-Patching-Tutorials.md" >
</toc-element>
<toc-element topic="Resource-Patching-Tutorials.md"/>
<toc-element topic="Generic-Patching-Tutorials.md"/>
<toc-element topic="Part-Reference.md">
<toc-element topic="Part-Modules.md">
<toc-element topic="Module_ActiveRadiator.md"/>
<toc-element topic="Module_Heatsink.md"/>
Expand Down Expand Up @@ -130,10 +134,7 @@
<toc-element topic="Data_ControlSurface.md"/>
<toc-element topic="Data_ReinforcedConnection.md"/>
</toc-element>
</toc-element>
<toc-element topic="Resource-Patching-Tutorials.md"/>
<toc-element topic="Generic-Patching-Tutorials.md"/>
<toc-element topic="Part-Reference.md">
<toc-element topic="Resource-Containers.md"/>
</toc-element>
<toc-element topic="Resource-Reference.md"/>
<toc-element topic="Builtin-Library-Reference.md">
Expand Down
2 changes: 1 addition & 1 deletion Writerside/topics/Data_ActiveRadiator.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This module data object has the following classes:

## RadiatorDirection

type: `integer`
type: `string (enum: KSP.Modules.Data_LiftingSurface.TransformDir)`

This is the axis direction we should use to calculate the area of the radiator for procedural radiators.

Expand Down
2 changes: 1 addition & 1 deletion Writerside/topics/Data_CargoBay.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ There is no tooltip attached to this field, please investigate and fill in this

## lookUpCenter

type: `dictionary[any]`
type: `dictionary[real] (Vector3)`

There is no tooltip attached to this field, please investigate and fill in this field if you can.

Expand Down
12 changes: 8 additions & 4 deletions Writerside/topics/Data_ControlSurface.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,23 @@ This module data object has the following classes:
- `.IgnoreSASInputs`
- `.DefaultActionGroup`

## Uncategorized

## Control Surface Behaviour

## Control Surface Setup

### CtrlTransformDir

type: `integer`
type: `string (enum: KSP.Modules.Data_LiftingSurface+TransformDir)`

The Transform Direction that lift is provided in.

This is relative to the CtrlSurfacePivotTransformName or the CtrlSurfaceLiftTransformName Transform if it is defined.

### CtrlTransformRotAxis

type: `integer`
type: `string (enum: KSP.Modules.Data_LiftingSurface+TransformDir)`

The Transform Axis that the control surface rotates around.

Expand Down Expand Up @@ -77,7 +81,7 @@ This is relative to the CtrlSurfaceDeployTransformName Transform.

### DeployTransformRotAxis

type: `integer`
type: `string (enum: KSP.Modules.Data_LiftingSurface+TransformDir)`

The Transform Axis that the control surface deploys around.

Expand Down Expand Up @@ -165,7 +169,7 @@ There is no tooltip attached to this field, please investigate and fill in this

### DefaultActionGroup

type: `integer`
type: `string (enum: KSP.Sim.KSPActionGroup)`

There is no tooltip attached to this field, please investigate and fill in this field if you can.

10 changes: 5 additions & 5 deletions Writerside/topics/Data_Deployable.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,19 +125,19 @@ There is no tooltip attached to this field, please investigate and fill in this

## trackingMode

type: `integer`
type: `string (enum: KSP.Modules.Data_Deployable+TrackingMode)`

There is no tooltip attached to this field, please investigate and fill in this field if you can.

## originalRotation

type: `dictionary[any]`
type: `dictionary[real] (Quaternion)`

There is no tooltip attached to this field, please investigate and fill in this field if you can.

## currentRotation

type: `dictionary[any]`
type: `dictionary[real] (Quaternion)`

There is no tooltip attached to this field, please investigate and fill in this field if you can.

Expand All @@ -161,13 +161,13 @@ There is no tooltip attached to this field, please investigate and fill in this

## AxisMinMaxRotation

type: `dictionary[any]`
type: `dictionary[real] (Vector2)`

There is no tooltip attached to this field, please investigate and fill in this field if you can.

## DefaultActionGroup

type: `integer`
type: `string (enum: KSP.Sim.KSPActionGroup)`

There is no tooltip attached to this field, please investigate and fill in this field if you can.

Expand Down
Loading

0 comments on commit 6facc0f

Please sign in to comment.