From a892cbc4dd8d16bbdbb800159c404b0a52239f1d Mon Sep 17 00:00:00 2001 From: quietly-turning Date: Mon, 11 May 2020 05:59:08 -0400 Subject: [PATCH] update Classes and Enums in bundled Lua.xml This updates Actor classes, class methods, and Enums listed in the bundled copy of Lua.xml to be current. I used the command-line arg --ExportLuaInformation, to generate a wholly new file, then manually removed some methods (e.g. literally numbered PlayerOptions methods ported from notitg, CamelCase aliases of spline-related methods) to keep previous manual modifications intact. This doesn't touch GlobalFunctions in Lua.xml; those need further review. --- Docs/Luadoc/Lua.xml | 105 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 88 insertions(+), 17 deletions(-) diff --git a/Docs/Luadoc/Lua.xml b/Docs/Luadoc/Lua.xml index 11d9021434..0cc660c3ce 100644 --- a/Docs/Luadoc/Lua.xml +++ b/Docs/Luadoc/Lua.xml @@ -414,6 +414,7 @@ + @@ -571,6 +572,7 @@ + @@ -580,10 +582,12 @@ + + @@ -604,7 +608,6 @@ - @@ -617,7 +620,6 @@ - @@ -631,6 +633,7 @@ + @@ -669,6 +672,10 @@ + + + + @@ -683,6 +690,7 @@ + @@ -842,6 +850,7 @@ + @@ -870,6 +879,7 @@ + @@ -931,6 +941,7 @@ + @@ -946,10 +957,12 @@ + + @@ -1049,6 +1062,7 @@ + @@ -1120,6 +1134,8 @@ + + @@ -1209,6 +1225,7 @@ + @@ -1458,6 +1475,7 @@ + @@ -1556,6 +1574,7 @@ + @@ -1569,6 +1588,9 @@ + + + @@ -1639,6 +1661,28 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -1738,6 +1782,7 @@ + @@ -1749,6 +1794,7 @@ + @@ -1818,6 +1864,7 @@ + @@ -1832,6 +1879,7 @@ + @@ -1979,6 +2027,7 @@ + @@ -2193,11 +2242,12 @@ - - - - - + + + + + + @@ -2294,6 +2344,7 @@ + @@ -2361,6 +2412,12 @@ + + + + + + @@ -2402,6 +2459,10 @@ + + + + @@ -2475,6 +2536,11 @@ + + + + + @@ -2574,14 +2640,15 @@ - - - - - - - - + + + + + + + + + @@ -2726,6 +2793,10 @@ + + + + @@ -2858,6 +2929,6 @@ - StepMania v5.0 beta 3 - 2014-09-15 + StepMania5.1-git-d03ec2658f + 2020-05-11