From f7f7544997128ed1b01398adf84225fdcfb3e3db Mon Sep 17 00:00:00 2001 From: Eoin O'Neill Date: Sat, 30 Nov 2019 21:47:16 -0800 Subject: Added method binding for `multimesh_create` that was missing from VisualServer class. --- doc/classes/VisualServer.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml index 895aba2473..537348683f 100644 --- a/doc/classes/VisualServer.xml +++ b/doc/classes/VisualServer.xml @@ -2604,6 +2604,14 @@ + + + + + Creates a new multimesh on the VisualServer and returns an [RID] handle. + Once finished with your RID, you will want to free the RID using the VisualServer's [method free_rid] static method. + + -- cgit v1.2.3