File Details
v1.0.3
- R
- Sep 6, 2024
- 154.44 KB
- 12
- 11.0.2
- Retail
File Name
LeavePartyAddon.zip
Supported Versions
- 11.0.2
Changelog v1.0.3:
1. Position Settings Optimization:
SaveButtonPosition(): Updated to save only the relevant position elements (point,relativePoint,xOfs,yOfs). TherelativeTovalue is now set toUIParentas a default to reduce the size of the saved data.RestoreButtonPosition(): Revised to ensure only the relevant information is used. TherelativeTovalue is checked and set toUIParentif necessary.
2. Command Handling Enhancements:
- Added functionality to the
/lpacommand to provide feedback on the button’s lock status. /lpa status: Displays whether the button is currently locked or unlocked./lpa help: Displays a help message with usage instructions for the/lpacommand.
3. Bug Fixes:
- Fixed issues with restoring the button position by removing additional, unnecessary data from the saved position.
- Ensured that the
/lpacommand displays accurate information and help messages.
Position Settings Optimization: Aimed at improving data management efficiency by simplifying the saved position elements and ensuring that only necessary information is used for restoration.
Command Handling Enhancements: Added clear and functional commands for better user interaction and management of the button’s state.