mirror of
https://github.com/bol-van/zapret2.git
synced 2026-06-17 12:50:04 +04:00
update docs
This commit is contained in:
+1
-1
@@ -2418,7 +2418,7 @@ The instance performing the cancellation takes over the coordination of further
|
||||
|
||||
### Timer control
|
||||
|
||||
Timer creation and deletion functions can be called from any Lua code.
|
||||
[Timer](#timers) creation and deletion functions can be called from any Lua code.
|
||||
This could be lua-init, lua-desync, or a timer function. A timer function can also act on itself, such as changing the period or terminating its own calls.
|
||||
|
||||
Timers are identified by a name. Multiple timers with different names can call the same timer function.
|
||||
|
||||
+1
-1
@@ -2577,7 +2577,7 @@ function execution_plan_cancel(ctx)
|
||||
|
||||
### Управление таймерами
|
||||
|
||||
Функции создания и удаления таймера могут быть вызваны из любого Lua кода.
|
||||
Функции создания и удаления [таймера](#таймеры) могут быть вызваны из любого Lua кода.
|
||||
Это может быть lua-init, lua-desync или таймер функция. Таймер функция может в том числе действовать в отношении себя самой -
|
||||
заменить период или прекратить собственные вызовы.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user