Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

update docs

This commit is contained in:
bol-van
2026-01-10 16:32:54 +03:00
parent 872e37d160
commit 4babaef6a8

View File

@@ -89,8 +89,7 @@
- [execution\_plan\_cancel](#execution_plan_cancel)
- [zapret-lib.lua base function library](#zapret-liblua-base-function-library)
- [Base desync functions](#base-desync-functions)
- [luaexec](#luaexec)
- [luaexec](#luaexec)
- [pass](#pass)
- [pktdebug](#pktdebug)
- [argdebug](#argdebug)
@@ -2083,12 +2082,12 @@ function execution_plan_cancel(ctx)
A one-time cancellation of all subsequent instances within a profile.
The instance performing the cancellation takes over the coordination of further actions and is called the orchestrator.
# zapret-lib.lua core function library
# zapret-lib.lua base function library
Nearly every function includes detailed comments regarding its purpose and parameters.
Reviewing the Lua code and comments will provide a better understanding of what a specific function does and how to call it.
## Core desync functions
## Base desync functions
These can be used directly in `--lua-desync`.