mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
docs: reminder to add a LinkTerminator
This commit is contained in:
parent
08100ef572
commit
e47bfc7aca
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ public class SeStringBuilder
|
|||
/// </summary>
|
||||
/// <param name="rawItemId">The raw item ID.</param>
|
||||
/// <returns>The current builder.</returns>
|
||||
/// <remarks>To terminate this item link, add a <see cref="RawPayload.LinkTerminator"/>.</remarks>
|
||||
public SeStringBuilder AddItemLinkRaw(uint rawItemId) =>
|
||||
this.Add(ItemPayload.FromRaw(rawItemId));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue