mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
docs: regenerate
This commit is contained in:
parent
5a80342243
commit
054315dfc0
85 changed files with 24425 additions and 2247 deletions
|
|
@ -73,7 +73,8 @@
|
|||
|
||||
<h1 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload" class="text-break">Class UIForegroundPayload
|
||||
</h1>
|
||||
<div class="markdown level0 summary"></div>
|
||||
<div class="markdown level0 summary"><p>An SeString Payload representing a UI foreground color applied to following text payloads.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
|
|
@ -84,7 +85,16 @@
|
|||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_Process_System_IO_BinaryReader_">Payload.Process(BinaryReader)</a>
|
||||
<a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_Dirty">Payload.Dirty</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_dataResolver">Payload.dataResolver</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_Encode_System_Boolean_">Payload.Encode(Boolean)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_Decode_System_IO_BinaryReader_">Payload.Decode(BinaryReader)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_START_BYTE">Payload.START_BYTE</a>
|
||||
|
|
@ -132,22 +142,58 @@
|
|||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class UIForegroundPayload : Payload</code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</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&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>
|
||||
</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>
|
||||
</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>
|
||||
<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>
|
||||
</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><span class="xref">System.UInt16</span></td>
|
||||
<td><span class="parametername">colorKey</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="properties">Properties
|
||||
</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_RawColor.md&value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.RawColor%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/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_ColorKey.md&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/#L11">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L44">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_RawColor_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.RawColor*"></a>
|
||||
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_RawColor" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.RawColor">RawColor</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<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>
|
||||
<div class="markdown level1 summary"><p>The color key used as a lookup in the UIColor table for this foreground color.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ushort RawColor { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ushort ColorKey { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -164,12 +210,74 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</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&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>
|
||||
</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>
|
||||
<div class="markdown level1 summary"><p>Whether or not this payload represents applying a foreground color, or disabling one.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool IsEnabled { 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.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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&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>
|
||||
</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>
|
||||
<div class="markdown level1 summary"><p>The Red/Green/Blue values for this foreground color, encoded as a typical hex color.</p>
|
||||
</div>
|
||||
<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>
|
||||
</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.UInt32</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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&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/#L9">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L18">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>
|
||||
|
|
@ -196,22 +304,126 @@
|
|||
</table>
|
||||
<h5 class="overrides">Overrides</h5>
|
||||
<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&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>
|
||||
</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>
|
||||
<div class="markdown level1 summary"><p>A Lumina UIColor object representing this payload. The actual color data is at UIColor.UIForeground</p>
|
||||
</div>
|
||||
<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>
|
||||
</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">Lumina.Excel.GeneratedSheets.UIColor</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_UIColor_remarks">Remarks</h5>
|
||||
<div class="markdown level1 remarks"><p>Value is evaluated lazily and cached.</p>
|
||||
</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&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>
|
||||
</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>
|
||||
<div class="markdown level1 summary"><p>Payload representing disabling foreground color on following text.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static UIForegroundPayload UIForegroundOff { 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><a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html">UIForegroundPayload</a></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_Chat_SeStringHandling_Payloads_UIForegroundPayload_Encode.md&value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Encode%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/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_DecodeImpl_System_IO_BinaryReader_System_Int64_.md&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/#L17">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L100">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_Encode_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Encode*"></a>
|
||||
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_Encode" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Encode">Encode()</h4>
|
||||
<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>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public override byte[] Encode()</code></pre>
|
||||
<pre><code class="lang-csharp hljs">protected override void DecodeImpl(BinaryReader reader, long endOfStream)</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><span class="xref">System.IO.BinaryReader</span></td>
|
||||
<td><span class="parametername">reader</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int64</span></td>
|
||||
<td><span class="parametername">endOfStream</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 class="overrides">Overrides</h5>
|
||||
<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&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>
|
||||
</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>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">protected override byte[] EncodeImpl()</code></pre>
|
||||
</div>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -229,13 +441,13 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<h5 class="overrides">Overrides</h5>
|
||||
<div><a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_Encode">Payload.Encode()</a></div>
|
||||
<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&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/#L48">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L105">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>
|
||||
|
|
@ -279,68 +491,12 @@
|
|||
</table>
|
||||
<h5 class="overrides">Overrides</h5>
|
||||
<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_ProcessChunkImpl_System_IO_BinaryReader_System_Int64_.md&value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ProcessChunkImpl(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/#L43">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_ProcessChunkImpl_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ProcessChunkImpl*"></a>
|
||||
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_ProcessChunkImpl_System_IO_BinaryReader_System_Int64_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ProcessChunkImpl(System.IO.BinaryReader,System.Int64)">ProcessChunkImpl(BinaryReader, Int64)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">protected override void ProcessChunkImpl(BinaryReader reader, long endOfStream)</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><span class="xref">System.IO.BinaryReader</span></td>
|
||||
<td><span class="parametername">reader</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int64</span></td>
|
||||
<td><span class="parametername">endOfStream</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 class="overrides">Overrides</h5>
|
||||
<div><a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_ProcessChunkImpl_System_IO_BinaryReader_System_Int64_">Payload.ProcessChunkImpl(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_Resolve.md&value=---%0Auid%3A%20Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Resolve%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/#L33">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_Resolve_" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Resolve*"></a>
|
||||
<h4 id="Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_Resolve" data-uid="Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Resolve">Resolve()</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public override void Resolve()</code></pre>
|
||||
</div>
|
||||
<h5 class="overrides">Overrides</h5>
|
||||
<div><a class="xref" href="Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_Resolve">Payload.Resolve()</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&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/#L38">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L79">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>
|
||||
|
|
@ -378,7 +534,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload.md&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/#L7" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Chat/SeStringHandling/Payloads/UIForegroundPayload.cs/#L11" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue