- Improved logging of lua errors
- Lua
print()
and other log lines go to both console and X-Plane log file, tagged as?/LUA
: - Add ability to query a timer's time remaining
XLuaGetTimerRemaining()
. Pass in a timer reference created byXLuaCreateTimer()
, returns aNumber
.
Update 11/sep/2023. Reuploaded the zip file with the correct file structure, closing #20.