grandMA3 User Manual Publication
NeedShowSave()
grandMA3 User Manual » Plugins » Lua Functions - Object-Free API » NeedShowSave()
|
Version 2.0
|
Description
The NeedShowSave Lua function returns a boolean indicating if there are unsaved changes to the showfile.
Arguments
This function does not accept any arguments.
Return
- Boolean:
The boolean returns True if there are unsaved changes to the show file. False indicates that the show file has not changed since the last save. These indications do not include changes to the playback state of the show.
Example
This example prints feedback indicating if the show file should be saved or not.
Lua |
return function () |