Difference between revisions of "FF7/Field/Script/Opcodes/2F WSIZW"
Jump to navigation
Jump to search
my_wiki>Synergy Blades |
my_wiki>BukTop m (1 revision imported) |
(No difference)
|
Revision as of 12:34, 4 April 2018
- 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.