From a4005221f5968e829bdb0e5ec699ed91460b4a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 13 Sep 2017 08:49:40 +0200 Subject: doc: Sync classref with current source [ci skip] --- doc/classes/Timer.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/classes/Timer.xml') diff --git a/doc/classes/Timer.xml b/doc/classes/Timer.xml index c3da651434..35979bb1fc 100644 --- a/doc/classes/Timer.xml +++ b/doc/classes/Timer.xml @@ -120,16 +120,16 @@ - + If [code]true[/code], Timer will automatically start when entering the scene tree. Default value: [code]false[/code]. - + If [code]true[/code], Timer will stop when reaching 0. If [code]false[/code], it will restart. Default value: [code]false[/code]. - + Processing mode. Uses TIMER_PROCESS_* constants as value. - + Wait time in seconds. -- cgit v1.2.3