-
Notifications
You must be signed in to change notification settings - Fork 20
windower
RubenatorX edited this page Mar 17, 2019
·
6 revisions
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)
- Background and Architecture
- Windower Data Locations
- Code Standards and Guidelines
- Addon Development
- Windower Commands
- Packet Tutorial
- burdometer
- config
- delay_me_not
- distance
- dress_up
- enternity
- fps
- ime
- logger
- party_time
- paste
- pouches
- send
- shortcuts
- speedometer
- target_info
- terminate
- timestamp
- window_title
- Game
- Windower
- General