File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,7 @@ dtutils.libdoc.functions["check_max_api_version"] = {
82
82
run against the current api version. This function is used when a part of the Lua API that
83
83
the script relies on is removed. If the maximum api version is not met, then an
84
84
error message is printed saying the script_name failed to load, then an error is thrown causing the
85
- program to stop executing.
86
-
85
+ program to stop executing.]] ,
87
86
Return_Value = [[ result - true if the maximum api version is available, false if not.]] ,
88
87
Limitations = [[ When using the default handler on a script being executed from the luarc file, the error thrown
89
88
will stop the luarc file from executing any remaining statements. This limitation does not apply to script_manger.]] ,
You can’t perform that action at this time.
0 commit comments