add Funcalls to Calc

This commit is contained in:
2023-11-04 19:41:11 +01:00
parent 052a9ae4d0
commit a0c0a27a35

View File

@@ -43,6 +43,8 @@ type Calc struct {
MathFunctions []string MathFunctions []string
BatchFunctions []string BatchFunctions []string
LuaFunctions []string LuaFunctions []string
Functions Funcalls
} }
// help for lua functions will be added dynamically // help for lua functions will be added dynamically