docs: regenerate

This commit is contained in:
goat 2020-12-10 17:37:08 +01:00
parent fb91331224
commit 0e0ae80ac6
570 changed files with 15740 additions and 212858 deletions

View file

@ -146,19 +146,19 @@
</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_Chat_SeStringHandling_Payloads_UIForegroundPayload__ctor_System_UInt16_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.%23ctor(System.UInt16)%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_Chat_SeStringHandling_Payloads_UIForegroundPayload__ctor_Dalamud_Data_DataManager_System_UInt16_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.%23ctor(Dalamud.Data.DataManager%2CSystem.UInt16)%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/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L74">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L82">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload__ctor_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.#ctor*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload__ctor_System_UInt16_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.#ctor(System.UInt16)">UIForegroundPayload(UInt16)</h4>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload__ctor_Dalamud_Data_DataManager_System_UInt16_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.#ctor(Dalamud.Data.DataManager,System.UInt16)">UIForegroundPayload(DataManager, UInt16)</h4>
<div class="markdown level1 summary"><p>Creates a new UIForegroundPayload for the given UIColor key.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public UIForegroundPayload(ushort colorKey)</code></pre>
<pre><code class="lang-csharp hljs">public UIForegroundPayload(DataManager data, ushort colorKey)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
@ -170,6 +170,12 @@
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Data.DataManager.html">DataManager</a></td>
<td><span class="parametername">data</span></td>
<td><p>DataManager instance needed to resolve game data.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">colorKey</span></td>
@ -181,10 +187,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_Chat_SeStringHandling_Payloads_UIForegroundPayload_ColorKey.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ColorKey%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_Chat_SeStringHandling_Payloads_UIForegroundPayload_ColorKey.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ColorKey%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/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L44">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L48">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_ColorKey_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ColorKey*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_ColorKey" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ColorKey">ColorKey</h4>
@ -193,7 +199,8 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ushort ColorKey { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">[JsonIgnore]
public ushort ColorKey { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -212,10 +219,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_Chat_SeStringHandling_Payloads_UIForegroundPayload_IsEnabled.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.IsEnabled%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_Chat_SeStringHandling_Payloads_UIForegroundPayload_IsEnabled.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.IsEnabled%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/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L23">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L26">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_IsEnabled_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.IsEnabled*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_IsEnabled" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.IsEnabled">IsEnabled</h4>
@ -243,10 +250,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_Chat_SeStringHandling_Payloads_UIForegroundPayload_RGB.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.RGB%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_Chat_SeStringHandling_Payloads_UIForegroundPayload_RGB.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.RGB%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/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L58">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L63">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_RGB_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.RGB*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_RGB" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.RGB">RGB</h4>
@ -255,7 +262,8 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public uint RGB { get; }</code></pre>
<pre><code class="lang-csharp hljs">[JsonIgnore]
public uint RGB { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -274,10 +282,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_Chat_SeStringHandling_Payloads_UIForegroundPayload_Type.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Type%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_Chat_SeStringHandling_Payloads_UIForegroundPayload_Type.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Type%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/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L18">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L21">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_Type_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Type*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_Type" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Type">Type</h4>
@ -306,10 +314,10 @@
<div><a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_Type">Payload.Type</a></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_Chat_SeStringHandling_Payloads_UIForegroundPayload_UIColor.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.UIColor%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_Chat_SeStringHandling_Payloads_UIForegroundPayload_UIColor.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.UIColor%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/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L32">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L35">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_UIColor_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.UIColor*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_UIColor" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.UIColor">UIColor</h4>
@ -318,7 +326,8 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public UIColor UIColor { get; }</code></pre>
<pre><code class="lang-csharp hljs">[JsonIgnore]
public UIColor UIColor { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -340,10 +349,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_Chat_SeStringHandling_Payloads_UIForegroundPayload_UIForegroundOff.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.UIForegroundOff%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_Chat_SeStringHandling_Payloads_UIForegroundPayload_UIForegroundOff.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.UIForegroundOff%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/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L16">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L19">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_UIForegroundOff_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.UIForegroundOff*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_UIForegroundOff" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.UIForegroundOff">UIForegroundOff</h4>
@ -373,10 +382,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_Chat_SeStringHandling_Payloads_UIForegroundPayload_DecodeImpl_System_IO_BinaryReader_System_Int64_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.DecodeImpl(System.IO.BinaryReader%2CSystem.Int64)%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_Chat_SeStringHandling_Payloads_UIForegroundPayload_DecodeImpl_System_IO_BinaryReader_System_Int64_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.DecodeImpl(System.IO.BinaryReader%2CSystem.Int64)%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/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L100">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L108">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_DecodeImpl_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.DecodeImpl*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_DecodeImpl_System_IO_BinaryReader_System_Int64_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.DecodeImpl(System.IO.BinaryReader,System.Int64)">DecodeImpl(BinaryReader, Int64)</h4>
@ -412,10 +421,10 @@
<div><a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_DecodeImpl_System_IO_BinaryReader_System_Int64_">Payload.DecodeImpl(BinaryReader, Int64)</a></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_Chat_SeStringHandling_Payloads_UIForegroundPayload_EncodeImpl.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.EncodeImpl%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_Chat_SeStringHandling_Payloads_UIForegroundPayload_EncodeImpl.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.EncodeImpl%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/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L84">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L92">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_EncodeImpl_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.EncodeImpl*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_EncodeImpl" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.EncodeImpl">EncodeImpl()</h4>
@ -444,10 +453,10 @@
<div><a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_EncodeImpl">Payload.EncodeImpl()</a></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_Chat_SeStringHandling_Payloads_UIForegroundPayload_GetMarkerForIntegerBytes_System_Byte___.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.GetMarkerForIntegerBytes(System.Byte%5B%5D)%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_Chat_SeStringHandling_Payloads_UIForegroundPayload_GetMarkerForIntegerBytes_System_Byte___.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.GetMarkerForIntegerBytes(System.Byte%5B%5D)%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/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L105">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L113">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_GetMarkerForIntegerBytes_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.GetMarkerForIntegerBytes*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_GetMarkerForIntegerBytes_System_Byte___" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.GetMarkerForIntegerBytes(System.Byte[])">GetMarkerForIntegerBytes(Byte[])</h4>
@ -493,10 +502,10 @@
<div><a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_GetMarkerForIntegerBytes_System_Byte___">Payload.GetMarkerForIntegerBytes(Byte[])</a></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_Chat_SeStringHandling_Payloads_UIForegroundPayload_ToString.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ToString%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_Chat_SeStringHandling_Payloads_UIForegroundPayload_ToString.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ToString%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/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L79">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L87">View Source</a>
</span>
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_ToString_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ToString*"></a>
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_ToString" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ToString">ToString()</h4>
@ -531,10 +540,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload%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_Chat_SeStringHandling_Payloads_UIForegroundPayload.md&amp;value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload%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/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L11" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L13" class="contribution-link">View Source</a>
</li>
</ul>
</div>