Skip to content

Commit 246a2db

Browse files
authored
Merge pull request #114 from Haselnussbomber/add-switchplatform
Add MacroCode.SwitchPlatform
2 parents 52ccb65 + 7844c05 commit 246a2db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Lumina/Text/Payloads/MacroCode.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ public enum MacroCode : byte
180180
/// <remarks>Parameters: sheet name, row ID, subrow ID, column index, secondary sheet name, secondary sheet column index.</remarks>
181181
[MacroCodeData( null, "s . . . s ." )] SheetSub = 0x41,
182182

183+
/// <summary>Adds a text from the Platform sheet.</summary>
184+
/// <remarks>Parameters: unadjusted row id.</remarks>
185+
[MacroCodeData( null, "n x . x x" )] SwitchPlatform = 0x42,
186+
183187
/// <summary>Pushes the text foreground color, referring to a color defined in UIColor sheet.</summary>
184188
/// <remarks>Parameters: row ID in UIColor sheet or 0 to pop(or reset?) the pushed color, terminator.</remarks>
185189
[MacroCodeData( null, "n x" )] ColorType = 0x48,

0 commit comments

Comments
 (0)