Skip to content

Commit 7647151

Browse files
author
KSP2Redux CI Bot
committed
Deploy docs for develop to develop [skip ci]
1 parent 2857ca8 commit 7647151

13 files changed

Lines changed: 70995 additions & 6062 deletions

develop/AssemblyCSharp/GlobalAssemblyCSharp.VersionID.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h4 id="GlobalAssemblyCSharp_VersionID_DEBUG_INFO" data-uid="GlobalAssemblyCShar
128128
<div class="markdown level1 conceptual"></div>
129129
<h5 class="declaration">Declaration</h5>
130130
<div class="codewrapper">
131-
<pre><code class="lang-csharp hljs">public const string DEBUG_INFO = &quot;05fac04c&quot;</code></pre>
131+
<pre><code class="lang-csharp hljs">public const string DEBUG_INFO = &quot;36b6c81a&quot;</code></pre>
132132
</div>
133133
<h5 class="fieldValue">Field Value</h5>
134134
<table class="table table-bordered table-condensed">
@@ -152,7 +152,7 @@ <h4 id="GlobalAssemblyCSharp_VersionID_VERSION_TEXT" data-uid="GlobalAssemblyCSh
152152
<div class="markdown level1 conceptual"></div>
153153
<h5 class="declaration">Declaration</h5>
154154
<div class="codewrapper">
155-
<pre><code class="lang-csharp hljs">public const string VERSION_TEXT = &quot;0.2.3.0.102044&quot;</code></pre>
155+
<pre><code class="lang-csharp hljs">public const string VERSION_TEXT = &quot;0.2.3.0.102046&quot;</code></pre>
156156
</div>
157157
<h5 class="fieldValue">Field Value</h5>
158158
<table class="table table-bordered table-condensed">

develop/ReduxLib/ReduxLib.ReduxLib.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,31 @@ <h5 class="propertyValue">Property Value</h5>
309309
</table>
310310

311311

312+
<a id="ReduxLib_ReduxLib_HeatShieldAblationFluxExponent_" data-uid="ReduxLib.ReduxLib.HeatShieldAblationFluxExponent*"></a>
313+
<h4 id="ReduxLib_ReduxLib_HeatShieldAblationFluxExponent" data-uid="ReduxLib.ReduxLib.HeatShieldAblationFluxExponent">HeatShieldAblationFluxExponent</h4>
314+
<div class="markdown level1 summary"></div>
315+
<div class="markdown level1 conceptual"></div>
316+
<h5 class="declaration">Declaration</h5>
317+
<div class="codewrapper">
318+
<pre><code class="lang-csharp hljs">public static double HeatShieldAblationFluxExponent { get; }</code></pre>
319+
</div>
320+
<h5 class="propertyValue">Property Value</h5>
321+
<table class="table table-bordered table-condensed">
322+
<thead>
323+
<tr>
324+
<th>Type</th>
325+
<th>Description</th>
326+
</tr>
327+
</thead>
328+
<tbody>
329+
<tr>
330+
<td><span class="xref">double</span></td>
331+
<td></td>
332+
</tr>
333+
</tbody>
334+
</table>
335+
336+
312337
<a id="ReduxLib_ReduxLib_Instance_" data-uid="ReduxLib.ReduxLib.Instance*"></a>
313338
<h4 id="ReduxLib_ReduxLib_Instance" data-uid="ReduxLib.ReduxLib.Instance">Instance</h4>
314339
<div class="markdown level1 summary"></div>

develop/index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5007,7 +5007,7 @@
50075007
"AssemblyCSharp/GlobalAssemblyCSharp.VersionID.html": {
50085008
"href": "AssemblyCSharp/GlobalAssemblyCSharp.VersionID.html",
50095009
"title": "Class VersionID | KSP2Redux API (Develop)",
5010-
"summary": "Class VersionID Stores version identity constants for the current build, including the version text, debug hash, and release channel name. Inheritance object VersionID Namespace: GlobalAssemblyCSharp Assembly: Assembly-CSharp.dll Syntax public static class VersionID Fields CHANNEL_NAME Declaration public const string CHANNEL_NAME = \"internal\" Field Value Type Description string DEBUG_INFO Declaration public const string DEBUG_INFO = \"05fac04c\" Field Value Type Description string VERSION_TEXT Declaration public const string VERSION_TEXT = \"0.2.3.0.102044\" Field Value Type Description string"
5010+
"summary": "Class VersionID Stores version identity constants for the current build, including the version text, debug hash, and release channel name. Inheritance object VersionID Namespace: GlobalAssemblyCSharp Assembly: Assembly-CSharp.dll Syntax public static class VersionID Fields CHANNEL_NAME Declaration public const string CHANNEL_NAME = \"internal\" Field Value Type Description string DEBUG_INFO Declaration public const string DEBUG_INFO = \"36b6c81a\" Field Value Type Description string VERSION_TEXT Declaration public const string VERSION_TEXT = \"0.2.3.0.102046\" Field Value Type Description string"
50115011
},
50125012
"AssemblyCSharp/GlobalAssemblyCSharp.VersionedBase.html": {
50135013
"href": "AssemblyCSharp/GlobalAssemblyCSharp.VersionedBase.html",
@@ -29662,7 +29662,7 @@
2966229662
"ReduxLib/ReduxLib.ReduxLib.html": {
2966329663
"href": "ReduxLib/ReduxLib.ReduxLib.html",
2966429664
"title": "Class ReduxLib | KSP2Redux API (Develop)",
29665-
"summary": "Class ReduxLib Inheritance object ReduxLib Namespace: ReduxLib Assembly: ReduxLib.dll Syntax public class ReduxLib : MonoBehaviour Constructors ReduxLib() Declaration public ReduxLib() Fields REDUX_FOLDER Declaration public const string REDUX_FOLDER = \"Redux\" Field Value Type Description string ReduxCoreConfig Declaration public static IConfigFile ReduxCoreConfig Field Value Type Description IConfigFile ReduxLogProvider Declaration public static ILogProvider ReduxLogProvider Field Value Type Description ILogProvider Properties DisablePhotosensitivityWarning Declaration public static bool DisablePhotosensitivityWarning { get; } Property Value Type Description bool FlightInputNormalGravity Declaration public static float FlightInputNormalGravity { get; } Property Value Type Description float FlightInputNormalSensitivity Declaration public static float FlightInputNormalSensitivity { get; } Property Value Type Description float FlightInputPrecisionGravity Declaration public static float FlightInputPrecisionGravity { get; } Property Value Type Description float FlightInputPrecisionRate Declaration public static float FlightInputPrecisionRate { get; } Property Value Type Description float Instance Declaration public static ReduxLib Instance { get; } Property Value Type Description ReduxLib TimestampFormat Declaration public static string TimestampFormat { get; } Property Value Type Description string Methods GetAlwaysLoadedObject(string) Declaration public static GameObject GetAlwaysLoadedObject(string name) Parameters Type Name Description string name Returns Type Description GameObject GetLogger(string) Declaration public static ILogger GetLogger(string name) Parameters Type Name Description string name Returns Type Description ILogger InitializeReduxLib() Declaration public static void InitializeReduxLib() PreInitializeReduxLib() Declaration public static void PreInitializeReduxLib() Update() Declaration public void Update() Events OnReduxLibInitialized Declaration public static event Action? OnReduxLibInitialized Event Type Type Description Action"
29665+
"summary": "Class ReduxLib Inheritance object ReduxLib Namespace: ReduxLib Assembly: ReduxLib.dll Syntax public class ReduxLib : MonoBehaviour Constructors ReduxLib() Declaration public ReduxLib() Fields REDUX_FOLDER Declaration public const string REDUX_FOLDER = \"Redux\" Field Value Type Description string ReduxCoreConfig Declaration public static IConfigFile ReduxCoreConfig Field Value Type Description IConfigFile ReduxLogProvider Declaration public static ILogProvider ReduxLogProvider Field Value Type Description ILogProvider Properties DisablePhotosensitivityWarning Declaration public static bool DisablePhotosensitivityWarning { get; } Property Value Type Description bool FlightInputNormalGravity Declaration public static float FlightInputNormalGravity { get; } Property Value Type Description float FlightInputNormalSensitivity Declaration public static float FlightInputNormalSensitivity { get; } Property Value Type Description float FlightInputPrecisionGravity Declaration public static float FlightInputPrecisionGravity { get; } Property Value Type Description float FlightInputPrecisionRate Declaration public static float FlightInputPrecisionRate { get; } Property Value Type Description float HeatShieldAblationFluxExponent Declaration public static double HeatShieldAblationFluxExponent { get; } Property Value Type Description double Instance Declaration public static ReduxLib Instance { get; } Property Value Type Description ReduxLib TimestampFormat Declaration public static string TimestampFormat { get; } Property Value Type Description string Methods GetAlwaysLoadedObject(string) Declaration public static GameObject GetAlwaysLoadedObject(string name) Parameters Type Name Description string name Returns Type Description GameObject GetLogger(string) Declaration public static ILogger GetLogger(string name) Parameters Type Name Description string name Returns Type Description ILogger InitializeReduxLib() Declaration public static void InitializeReduxLib() PreInitializeReduxLib() Declaration public static void PreInitializeReduxLib() Update() Declaration public void Update() Events OnReduxLibInitialized Declaration public static event Action? OnReduxLibInitialized Event Type Type Description Action"
2966629666
},
2966729667
"ReduxLib/ReduxLib.html": {
2966829668
"href": "ReduxLib/ReduxLib.html",

0 commit comments

Comments
 (0)