mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
docs: regenerate
This commit is contained in:
parent
02f90899a3
commit
6fd636c26c
1239 changed files with 214126 additions and 66229 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class DalamudStartInfo
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -81,8 +81,9 @@
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">DalamudStartInfo</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><a class="xref" href="Dalamud.IServiceType.html">IServiceType</a></div>
|
||||
<div><span class="xref">System.IEquatable</span><<a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a>></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
|
|
@ -114,8 +115,60 @@
|
|||
<h5 id="Dalamud_DalamudStartInfo_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[Serializable]
|
||||
public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
||||
public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo></code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo__ctor.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo__ctor_" data-uid="Dalamud.DalamudStartInfo.#ctor*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo__ctor" data-uid="Dalamud.DalamudStartInfo.#ctor">DalamudStartInfo()</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a> class.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public DalamudStartInfo()</code></pre>
|
||||
</div>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo__ctor_Dalamud_DalamudStartInfo_.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.%23ctor(Dalamud.DalamudStartInfo)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L27">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo__ctor_" data-uid="Dalamud.DalamudStartInfo.#ctor*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo__ctor_Dalamud_DalamudStartInfo_" data-uid="Dalamud.DalamudStartInfo.#ctor(Dalamud.DalamudStartInfo)">DalamudStartInfo(DalamudStartInfo)</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a> class.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public DalamudStartInfo(DalamudStartInfo other)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a></td>
|
||||
<td><span class="parametername">other</span></td>
|
||||
<td><p>Object to copy values from.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
|
|
@ -123,11 +176,11 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_AssetDirectory.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.AssetDirectory%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L37">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L77">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_AssetDirectory_" data-uid="Dalamud.DalamudStartInfo.AssetDirectory*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_AssetDirectory" data-uid="Dalamud.DalamudStartInfo.AssetDirectory">AssetDirectory</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the path to core Dalamud assets.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the path to core Dalamud assets.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -149,16 +202,357 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootDisableFallbackConsole.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootDisableFallbackConsole%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L123">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootDisableFallbackConsole_" data-uid="Dalamud.DalamudStartInfo.BootDisableFallbackConsole*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootDisableFallbackConsole" data-uid="Dalamud.DalamudStartInfo.BootDisableFallbackConsole">BootDisableFallbackConsole</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the fallback console should be shown, if needed.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool BootDisableFallbackConsole { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootDotnetOpenProcessHookMode.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootDotnetOpenProcessHookMode%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L153">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootDotnetOpenProcessHookMode_" data-uid="Dalamud.DalamudStartInfo.BootDotnetOpenProcessHookMode*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootDotnetOpenProcessHookMode" data-uid="Dalamud.DalamudStartInfo.BootDotnetOpenProcessHookMode">BootDotnetOpenProcessHookMode</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value choosing the OpenProcess hookmode.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public int BootDotnetOpenProcessHookMode { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootEnabledGameFixes.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootEnabledGameFixes%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L158">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootEnabledGameFixes_" data-uid="Dalamud.DalamudStartInfo.BootEnabledGameFixes*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootEnabledGameFixes" data-uid="Dalamud.DalamudStartInfo.BootEnabledGameFixes">BootEnabledGameFixes</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a list of enabled game fixes.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public List<string> BootEnabledGameFixes { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.List</span><<span class="xref">System.String</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootEnableEtw.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootEnableEtw%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L148">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootEnableEtw_" data-uid="Dalamud.DalamudStartInfo.BootEnableEtw*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootEnableEtw" data-uid="Dalamud.DalamudStartInfo.BootEnableEtw">BootEnableEtw</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether or not ETW should be enabled.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool BootEnableEtw { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootLogPath.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootLogPath%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L113">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootLogPath_" data-uid="Dalamud.DalamudStartInfo.BootLogPath*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootLogPath" data-uid="Dalamud.DalamudStartInfo.BootLogPath">BootLogPath</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the path the boot log file is supposed to be written to.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string BootLogPath { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootShowConsole.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootShowConsole%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L118">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootShowConsole_" data-uid="Dalamud.DalamudStartInfo.BootShowConsole*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootShowConsole" data-uid="Dalamud.DalamudStartInfo.BootShowConsole">BootShowConsole</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether a Boot console should be shown.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool BootShowConsole { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootUnhookDlls.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootUnhookDlls%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L163">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootUnhookDlls_" data-uid="Dalamud.DalamudStartInfo.BootUnhookDlls*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootUnhookDlls" data-uid="Dalamud.DalamudStartInfo.BootUnhookDlls">BootUnhookDlls</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a list of DLLs that should be unhooked.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public List<string> BootUnhookDlls { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.List</span><<span class="xref">System.String</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootVehEnabled.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootVehEnabled%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L138">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootVehEnabled_" data-uid="Dalamud.DalamudStartInfo.BootVehEnabled*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootVehEnabled" data-uid="Dalamud.DalamudStartInfo.BootVehEnabled">BootVehEnabled</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the VEH should be enabled.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool BootVehEnabled { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootVehFull.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootVehFull%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L143">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootVehFull_" data-uid="Dalamud.DalamudStartInfo.BootVehFull*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootVehFull" data-uid="Dalamud.DalamudStartInfo.BootVehFull">BootVehFull</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the VEH should be doing full crash dumps.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool BootVehFull { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootWaitDebugger.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootWaitDebugger%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L133">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootWaitDebugger_" data-uid="Dalamud.DalamudStartInfo.BootWaitDebugger*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootWaitDebugger" data-uid="Dalamud.DalamudStartInfo.BootWaitDebugger">BootWaitDebugger</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether Dalamud should wait for a debugger to be attached before initializing.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool BootWaitDebugger { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootWaitMessageBox.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootWaitMessageBox%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L128">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootWaitMessageBox_" data-uid="Dalamud.DalamudStartInfo.BootWaitMessageBox*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootWaitMessageBox" data-uid="Dalamud.DalamudStartInfo.BootWaitMessageBox">BootWaitMessageBox</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a flag indicating where Dalamud should wait with a message box.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public int BootWaitMessageBox { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_ConfigurationPath.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.ConfigurationPath%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L22">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L62">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_ConfigurationPath_" data-uid="Dalamud.DalamudStartInfo.ConfigurationPath*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_ConfigurationPath" data-uid="Dalamud.DalamudStartInfo.ConfigurationPath">ConfigurationPath</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the path to the configuration file.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the path to the configuration file.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -180,16 +574,47 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_CrashHandlerShow.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.CrashHandlerShow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L168">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_CrashHandlerShow_" data-uid="Dalamud.DalamudStartInfo.CrashHandlerShow*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_CrashHandlerShow" data-uid="Dalamud.DalamudStartInfo.CrashHandlerShow">CrashHandlerShow</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether to show crash handler console window.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool CrashHandlerShow { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_DefaultPluginDirectory.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.DefaultPluginDirectory%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L32">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L72">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_DefaultPluginDirectory_" data-uid="Dalamud.DalamudStartInfo.DefaultPluginDirectory*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_DefaultPluginDirectory" data-uid="Dalamud.DalamudStartInfo.DefaultPluginDirectory">DefaultPluginDirectory</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the path to the directory for developer plugins.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the path to the directory for developer plugins.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -216,11 +641,11 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_DelayInitializeMs.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.DelayInitializeMs%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L53">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L98">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_DelayInitializeMs_" data-uid="Dalamud.DalamudStartInfo.DelayInitializeMs*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_DelayInitializeMs" data-uid="Dalamud.DalamudStartInfo.DelayInitializeMs">DelayInitializeMs</h4>
|
||||
<div class="markdown level1 summary"><p>Gets a value that specifies how much to wait before a new Dalamud session.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value that specifies how much to wait before a new Dalamud session.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -247,16 +672,17 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_GameVersion.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.GameVersion%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L47">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L87">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_GameVersion_" data-uid="Dalamud.DalamudStartInfo.GameVersion*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_GameVersion" data-uid="Dalamud.DalamudStartInfo.GameVersion">GameVersion</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the current game version code.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the current game version code.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public GameVersion GameVersion { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">[JsonConverter(typeof(GameVersionConverter))]
|
||||
public GameVersion GameVersion { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -278,11 +704,11 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_Language.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.Language%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L42">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L82">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_Language_" data-uid="Dalamud.DalamudStartInfo.Language*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_Language" data-uid="Dalamud.DalamudStartInfo.Language">Language</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the language of the game client.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the language of the game client.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -304,16 +730,78 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_NoLoadPlugins.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.NoLoadPlugins%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L103">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_NoLoadPlugins_" data-uid="Dalamud.DalamudStartInfo.NoLoadPlugins*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_NoLoadPlugins" data-uid="Dalamud.DalamudStartInfo.NoLoadPlugins">NoLoadPlugins</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether no plugins should be loaded.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool NoLoadPlugins { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_NoLoadThirdPartyPlugins.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.NoLoadThirdPartyPlugins%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L108">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_NoLoadThirdPartyPlugins_" data-uid="Dalamud.DalamudStartInfo.NoLoadThirdPartyPlugins*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_NoLoadThirdPartyPlugins" data-uid="Dalamud.DalamudStartInfo.NoLoadThirdPartyPlugins">NoLoadThirdPartyPlugins</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether no third-party plugins should be loaded.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool NoLoadThirdPartyPlugins { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_PluginDirectory.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.PluginDirectory%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L27">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L67">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_PluginDirectory_" data-uid="Dalamud.DalamudStartInfo.PluginDirectory*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_PluginDirectory" data-uid="Dalamud.DalamudStartInfo.PluginDirectory">PluginDirectory</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the path to the directory for installed plugins.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the path to the directory for installed plugins.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -335,12 +823,43 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_TroubleshootingPackData.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.TroubleshootingPackData%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L93">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_TroubleshootingPackData_" data-uid="Dalamud.DalamudStartInfo.TroubleshootingPackData*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_TroubleshootingPackData" data-uid="Dalamud.DalamudStartInfo.TroubleshootingPackData">TroubleshootingPackData</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets troubleshooting information to attach when generating a tspack file.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string TroubleshootingPackData { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_WorkingDirectory.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.WorkingDirectory%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L17">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L57">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_WorkingDirectory_" data-uid="Dalamud.DalamudStartInfo.WorkingDirectory*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_WorkingDirectory" data-uid="Dalamud.DalamudStartInfo.WorkingDirectory">WorkingDirectory</h4>
|
||||
|
|
@ -367,6 +886,9 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
</tbody>
|
||||
</table>
|
||||
<h3 id="implements">Implements</h3>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.IServiceType.html">IServiceType</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.IEquatable<T></span>
|
||||
</div>
|
||||
|
|
@ -381,7 +903,7 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L11" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L12" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue