Difference between revisions of "FF7/Field/Script/Opcodes/2F WSIZW"

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>BukTop
m (1 revision imported)
m (2 revisions imported)
 
(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.