From d030e6ee759a725efa35a7b52ef2b9153d0a3c64 Mon Sep 17 00:00:00 2001 From: Saracen Date: Sat, 14 Oct 2017 16:32:27 +0100 Subject: Expose 'request_frame_drawn_callback' to script. --- doc/classes/VisualServer.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml index 85e6207d3f..4bc6a49e91 100644 --- a/doc/classes/VisualServer.xml +++ b/doc/classes/VisualServer.xml @@ -24,6 +24,20 @@ + + + + + + + + + + + Schedules a callback to the corresponding named 'method' on 'where' after a frame has been drawn. + The callback method must use only 1 argument which will be called with 'userdata'. + + -- cgit v1.2.3