docs: regenerate

This commit is contained in:
goat 2021-10-20 03:28:08 +02:00
parent dd72261893
commit c050e83210
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5
997 changed files with 51585 additions and 22166 deletions

View file

@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class Framework
">
<meta name="generator" content="docfx 2.58.0.0">
<meta name="generator" content="docfx 2.58.4.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@ -119,10 +119,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Framework_Address.md&amp;value=---%0Auid%3A%20Dalamud.Game.Framework.Address%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>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Framework_Address.md&amp;value=---%0Auid%3A%20Dalamud.Game.Framework.Address%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/goaaats/Dalamud/blob/master/Dalamud/Game/Framework.cs/#L93">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Framework.cs/#L94">View Source</a>
</span>
<a id="Dalamud_Game_Framework_Address_" data-uid="Dalamud.Game.Framework.Address*"></a>
<h4 id="Dalamud_Game_Framework_Address" data-uid="Dalamud.Game.Framework.Address">Address</h4>
@ -150,10 +150,72 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Framework_StatsEnabled.md&amp;value=---%0Auid%3A%20Dalamud.Game.Framework.StatsEnabled%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>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Framework_LastUpdate.md&amp;value=---%0Auid%3A%20Dalamud.Game.Framework.LastUpdate%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/goaaats/Dalamud/blob/master/Dalamud/Game/Framework.cs/#L83">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Framework.cs/#L99">View Source</a>
</span>
<a id="Dalamud_Game_Framework_LastUpdate_" data-uid="Dalamud.Game.Framework.LastUpdate*"></a>
<h4 id="Dalamud_Game_Framework_LastUpdate" data-uid="Dalamud.Game.Framework.LastUpdate">LastUpdate</h4>
<div class="markdown level1 summary"><p>Gets the last time that the Framework Update event was triggered.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public DateTime LastUpdate { get; }</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.DateTime</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_Game_Framework_LastUpdateUTC.md&amp;value=---%0Auid%3A%20Dalamud.Game.Framework.LastUpdateUTC%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/Game/Framework.cs/#L104">View Source</a>
</span>
<a id="Dalamud_Game_Framework_LastUpdateUTC_" data-uid="Dalamud.Game.Framework.LastUpdateUTC*"></a>
<h4 id="Dalamud_Game_Framework_LastUpdateUTC" data-uid="Dalamud.Game.Framework.LastUpdateUTC">LastUpdateUTC</h4>
<div class="markdown level1 summary"><p>Gets the last time in UTC that the Framework Update event was triggered.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public DateTime LastUpdateUTC { get; }</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.DateTime</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_Game_Framework_StatsEnabled.md&amp;value=---%0Auid%3A%20Dalamud.Game.Framework.StatsEnabled%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/Game/Framework.cs/#L84">View Source</a>
</span>
<a id="Dalamud_Game_Framework_StatsEnabled_" data-uid="Dalamud.Game.Framework.StatsEnabled*"></a>
<h4 id="Dalamud_Game_Framework_StatsEnabled" data-uid="Dalamud.Game.Framework.StatsEnabled">StatsEnabled</h4>
@ -181,10 +243,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Framework_StatsHistory.md&amp;value=---%0Auid%3A%20Dalamud.Game.Framework.StatsHistory%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>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Framework_StatsHistory.md&amp;value=---%0Auid%3A%20Dalamud.Game.Framework.StatsHistory%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/goaaats/Dalamud/blob/master/Dalamud/Game/Framework.cs/#L88">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Framework.cs/#L89">View Source</a>
</span>
<a id="Dalamud_Game_Framework_StatsHistory_" data-uid="Dalamud.Game.Framework.StatsHistory*"></a>
<h4 id="Dalamud_Game_Framework_StatsHistory" data-uid="Dalamud.Game.Framework.StatsHistory">StatsHistory</h4>
@ -210,14 +272,45 @@
</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_Game_Framework_UpdateDelta.md&amp;value=---%0Auid%3A%20Dalamud.Game.Framework.UpdateDelta%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/Game/Framework.cs/#L109">View Source</a>
</span>
<a id="Dalamud_Game_Framework_UpdateDelta_" data-uid="Dalamud.Game.Framework.UpdateDelta*"></a>
<h4 id="Dalamud_Game_Framework_UpdateDelta" data-uid="Dalamud.Game.Framework.UpdateDelta">UpdateDelta</h4>
<div class="markdown level1 summary"><p>Gets the delta between the last Framework Update and the currently executing one.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public TimeSpan UpdateDelta { get; }</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.TimeSpan</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Framework_Dispose.md&amp;value=---%0Auid%3A%20Dalamud.Game.Framework.Dispose%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>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Framework_Dispose.md&amp;value=---%0Auid%3A%20Dalamud.Game.Framework.Dispose%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/goaaats/Dalamud/blob/master/Dalamud/Game/Framework.cs/#L117">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Framework.cs/#L133">View Source</a>
</span>
<a id="Dalamud_Game_Framework_Dispose_" data-uid="Dalamud.Game.Framework.Dispose*"></a>
<h4 id="Dalamud_Game_Framework_Dispose" data-uid="Dalamud.Game.Framework.Dispose">Dispose()</h4>
@ -230,10 +323,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Framework_Enable.md&amp;value=---%0Auid%3A%20Dalamud.Game.Framework.Enable%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>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Framework_Enable.md&amp;value=---%0Auid%3A%20Dalamud.Game.Framework.Enable%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/goaaats/Dalamud/blob/master/Dalamud/Game/Framework.cs/#L103">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Framework.cs/#L119">View Source</a>
</span>
<a id="Dalamud_Game_Framework_Enable_" data-uid="Dalamud.Game.Framework.Enable*"></a>
<h4 id="Dalamud_Game_Framework_Enable" data-uid="Dalamud.Game.Framework.Enable">Enable()</h4>
@ -248,10 +341,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Framework_Update.md&amp;value=---%0Auid%3A%20Dalamud.Game.Framework.Update%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>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Framework_Update.md&amp;value=---%0Auid%3A%20Dalamud.Game.Framework.Update%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/goaaats/Dalamud/blob/master/Dalamud/Game/Framework.cs/#L78">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Framework.cs/#L79">View Source</a>
</span>
<h4 id="Dalamud_Game_Framework_Update" data-uid="Dalamud.Game.Framework.Update">Update</h4>
<div class="markdown level1 summary"><p>Event that gets fired every time the game framework updates.</p>
@ -288,10 +381,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Framework.md&amp;value=---%0Auid%3A%20Dalamud.Game.Framework%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>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Framework.md&amp;value=---%0Auid%3A%20Dalamud.Game.Framework%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/goaaats/Dalamud/blob/master/Dalamud/Game/Framework.cs/#L23" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Framework.cs/#L23" class="contribution-link">View Source</a>
</li>
</ul>
</div>