Skip to content

Commit 9ae4718

Browse files
author
arch
committed
add version number to lua script
1 parent fe972bf commit 9ae4718

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/OpenFunscripter/funscript_generator.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Settings.FunscriptGenerator = 'C:/Users/win10/Desktop/funscript editor/funscript
33
Settings.TmpFile = 'C:/Users/win10/AppData/Local/Temp/funscript_actions.csv' -- file where to temporary store the result (must be a file not a directory!)
44
SetSettings(Settings)
55

6+
-- Version: 1.1.0
67
function GetActions(video)
78
local at = {}
89
local pos = {}

0 commit comments

Comments
 (0)