Difference between revisions of "Game Opcodes:Set Dalamud Phase"
From FFXIV Classic Wiki
(Created page with "Sets the size of Dalamud or turns it off. :; Opcode - 0x010 :; Data Size - 8 bytes :; Requirements - None == Data == {| class="wikitable sortable" width="100%" ! width="50p...") |
|||
Line 14: | Line 14: | ||
! style="text-align: center; font-size: 14px;" | Description | ! style="text-align: center; font-size: 14px;" | Description | ||
|- | |- | ||
− | | 0x00 || byte || 1 Bytes || dalamudPhase || The size of Dalamud to set to. -1 turns it off. | + | | 0x00 || byte || 1 Bytes || dalamudPhase || The size of Dalamud to set to. Valid numbers are 0-7 and -1 turns it off. |
|} | |} |
Revision as of 20:07, 27 March 2018
Sets the size of Dalamud or turns it off.
- Opcode - 0x010
- Data Size - 8 bytes
- Requirements - None
Data
Offset | Data Type | Length | Variable | Description |
---|---|---|---|---|
0x00 | byte | 1 Bytes | dalamudPhase | The size of Dalamud to set to. Valid numbers are 0-7 and -1 turns it off. |