mirror of
https://github.com/bol-van/zapret2.git
synced 2026-06-17 12:50:04 +04:00
copypaste fixes
This commit is contained in:
+1
-1
@@ -2451,7 +2451,7 @@ function timer_del(name)
|
||||
Get information about the timer identified by name.
|
||||
|
||||
```
|
||||
function timer_del(name)
|
||||
function timer_info(name)
|
||||
```
|
||||
|
||||
Returns table in case of success, nil otherwise.
|
||||
|
||||
+1
-1
@@ -2611,7 +2611,7 @@ function timer_del(name)
|
||||
Получить информацию о таймере.
|
||||
|
||||
```
|
||||
function timer_del(name)
|
||||
function timer_info(name)
|
||||
```
|
||||
|
||||
В случае успеха возвращается таблица, в случае неудачи - nil.
|
||||
|
||||
+1
-1
@@ -3858,7 +3858,7 @@ static int lua_push_timer_info(lua_State *L, const timer_pool *timer)
|
||||
}
|
||||
static int luacall_timer_info(lua_State *L)
|
||||
{
|
||||
// timer_del(name)
|
||||
// timer_info(name)
|
||||
lua_check_argc(L,"timer_info",1);
|
||||
|
||||
LUA_STACK_GUARD_ENTER(L)
|
||||
|
||||
Reference in New Issue
Block a user