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
857a693842
commit
aceb905c82
491 changed files with 201855 additions and 15575 deletions
|
|
@ -286,13 +286,13 @@
|
|||
</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_Internal_Gui_ChatGui_PrintChat_Dalamud_Game_Chat_XivChatEntry_.md&value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ChatGui.PrintChat(Dalamud.Game.Chat.XivChatEntry)%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_Internal_Gui_ChatGui_PrintChat_Dalamud_Game_Text_XivChatEntry_.md&value=---%0Auid%3A%20Dalamud.Game.Internal.Gui.ChatGui.PrintChat(Dalamud.Game.Text.XivChatEntry)%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/Internal/Gui/ChatGui.cs/#L282">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Internal_Gui_ChatGui_PrintChat_" data-uid="Dalamud.Game.Internal.Gui.ChatGui.PrintChat*"></a>
|
||||
<h4 id="Dalamud_Game_Internal_Gui_ChatGui_PrintChat_Dalamud_Game_Chat_XivChatEntry_" data-uid="Dalamud.Game.Internal.Gui.ChatGui.PrintChat(Dalamud.Game.Chat.XivChatEntry)">PrintChat(XivChatEntry)</h4>
|
||||
<h4 id="Dalamud_Game_Internal_Gui_ChatGui_PrintChat_Dalamud_Game_Text_XivChatEntry_" data-uid="Dalamud.Game.Internal.Gui.ChatGui.PrintChat(Dalamud.Game.Text.XivChatEntry)">PrintChat(XivChatEntry)</h4>
|
||||
<div class="markdown level1 summary"><p>Queue a chat message. While method is named as PrintChat, it only add a entry to the queue,
|
||||
later to be processed when UpdateQueue() is called.</p>
|
||||
</div>
|
||||
|
|
@ -312,7 +312,7 @@ later to be processed when UpdateQueue() is called.</p>
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Game.Chat.XivChatEntry.html">XivChatEntry</a></td>
|
||||
<td><a class="xref" href="Dalamud.Game.Text.XivChatEntry.html">XivChatEntry</a></td>
|
||||
<td><span class="parametername">chat</span></td>
|
||||
<td><p>A message to send.</p>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue