v3.6.2 - Beta 2
Pre-release
Pre-release
Among other things, this update includes few simpler script API additions backported from AGS 4 Alpha release.
Changes in 3.6.2 - Beta 2
Editor:
- Added "WrapText", "TextPaddingHorizontal", "TextPaddingVertical" properties to GUI Button.
- GUI Labels can select full range of Alignment values in their TextAlignment property.
Script API:
- Added global events: eEventDialogStart, eEventDialogStop, eEventDialogRun, eEventDialogOptionsOpen, eEventDialogOptionsClose (these are handled in "on_event").
- Added Button.WrapText, TextPaddingHorizontal, TextPaddingVertical.
- Added DateTime.CreateFromDate() and CreateFromRawTime().
- Added static Dialog.CurrentDialog property and non-static ExecutedOption and AreOptionsDisplayed properties.
- Added File.Copy() and File.Rename().
- Label.TextAlignment has now type Alignment, rather than HorizontalAlignment, and has full alignment range (both horizontal and vertical).
- Added Overlay.SetPosition() and SetSize() functions for convenience.
- Added GetTimerPos() that returns timer's position (remaining time), in ticks.
- Added CopySaveSlot() to complement MoveSaveSlot(), and new File functions.