Difference between revisions of "FF7/Field/Script/Opcodes/2F WSIZW"
Jump to navigation
Jump to search
my_wiki>Synergy Blades |
m (2 revisions imported) |
(One intermediate revision by one other user not shown) | |
(No difference)
|
Latest revision as of 05:16, 23 May 2019
- Opcode: 0x2F
- Short name: WSIZW
- Long name: Window Resize
Memory layout
0x2F | I | X | Y | W | H |
---|
Arguments
- const UByte I: WINDOW ID to resize.
- const UShort X: X-coordinate of the window.
- const UShort Y: Y-coordinate of the window.
- const UShort W: Width of the window.
- const UShort H: Height of the window.
Description
Resizes and/or repositions the window, after it has been created with the WINDOW opcode. On the next MESSAGE or ASK, the window will be positioned and sized with the new properties.