windower - Windower/packages GitHub Wiki

Provides access to various Windower variables, such as information about the Windower version, configuration, and the size of the client window.

  • windower.version : full Windower version string
  • windower.version_major : major build version of Windower
  • windower.version_minor : minor build version of Windower
  • windower.version_build : build version of Windower
  • windower.build_tag : text description of the build (i.e. "Development Build")

  • windower.scripts_path : the path to the user script folder
  • windower.client_path : the path to the FFXI client
  • windower.package_path : the path to the current package
  • windower.user_path : the path to user folder for the current addon

  • windower.settings.client_size.width : pixel width of the client window
  • windower.settings.client_size.height : pixel height of the client window
  • windower.settings.ui_size.width : "pixel" width of the client window (accounts for UI scale)
  • windower.settings.ui_size.height : "pixel" height of the client window (accounts for UI scale)

  • windower.client_hwnd : client window handle (used with FFI to call Win32 functions)
⚠️ **GitHub.com Fallback** ⚠️