From 5a631bf4f438a779e9e4ab1837844129c4d587a1 Mon Sep 17 00:00:00 2001 From: David Sichma Date: Thu, 4 Jul 2019 00:17:05 +0200 Subject: Added force_update_cache() to RemoteTransform and RemoteTransform2D --- doc/classes/RemoteTransform.xml | 7 +++++++ doc/classes/RemoteTransform2D.xml | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'doc') diff --git a/doc/classes/RemoteTransform.xml b/doc/classes/RemoteTransform.xml index 4628ef8519..377f9cc34b 100644 --- a/doc/classes/RemoteTransform.xml +++ b/doc/classes/RemoteTransform.xml @@ -10,6 +10,13 @@ + + + + + [RemoteTransform] caches the remote node. It may not notice if the remote node disappears; [method force_update_cache] forces it to update the cache again. + + diff --git a/doc/classes/RemoteTransform2D.xml b/doc/classes/RemoteTransform2D.xml index 6a317724a0..f5d509782f 100644 --- a/doc/classes/RemoteTransform2D.xml +++ b/doc/classes/RemoteTransform2D.xml @@ -10,6 +10,13 @@ + + + + + [RemoteTransform2D] caches the remote node. It may not notice if the remote node disappears; [method force_update_cache] forces it to update the cache again. + + -- cgit v1.2.3