From 7f1bd0f30bec864453df5525e8af0b340f5746b4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 7 Mar 2020 12:31:45 +0100 Subject: manpage: explicitly mention "tick" event as deprecated Just. Don't. Use. It. --- DOCS/man/lua.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst index 92debe8a75..339ec60dd1 100644 --- a/DOCS/man/lua.rst +++ b/DOCS/man/lua.rst @@ -930,7 +930,7 @@ List of events ``tick`` Called after a video frame was displayed. This is a hack, and you should avoid using it. Use timers instead and maybe watch pausing/unpausing events - to avoid wasting CPU when the player is paused. + to avoid wasting CPU when the player is paused. This is deprecated. ``shutdown`` Sent when the player quits, and the script should terminate. Normally -- cgit v1.2.3