PDA

View Full Version : Update 21.1 on Bullroarer has Lua update!


magill
09-14-2017, 08:09 AM
Lua - We recently changed the way LOTRO ListBoxes work to fix a category of UI bugs. This may have side-effects for Lua scripts dependent on the broken behavior. If you encounter issues with your existing Lua plugins, you may want to change the ListBox orientation from Horizontal to Vertical and remove the SetMaxItemsPerLine limitation setter.

The Lua interface is being updated to provide four new functions for the ListBox control. They should be used in the place of SetMaxItemsPerLine( value ) and GetMaxItemsPerLine() which are being deprecated:
* number GetMaxColumns();
* void SetMaxColumns( number );
* number GetMaxRows();
* void SetMaxRows( number );

Thurallor
09-14-2017, 10:13 AM
Yeah, I saw that.

I don't guess it's much of a problem if they deprecate a few functions, since the entire Lua interface is deprecated. :p