|
@@ -168,7 +168,7 @@ Member Functions
|
|
|
+--------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| void | :ref:`force_sync<class_VisualServer_force_sync>` **(** **)** |
|
|
|
+--------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
-| void | :ref:`free<class_VisualServer_free>` **(** :ref:`RID<class_rid>` rid **)** |
|
|
|
+| void | :ref:`free_rid<class_VisualServer_free_rid>` **(** :ref:`RID<class_rid>` rid **)** |
|
|
|
+--------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| :ref:`int<class_int>` | :ref:`get_render_info<class_VisualServer_get_render_info>` **(** :ref:`int<class_int>` info **)** |
|
|
|
+--------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
@@ -1108,9 +1108,9 @@ Draws a frame. Same as :ref:`draw<class_VisualServer_draw>`.
|
|
|
|
|
|
Syncronizes threads.
|
|
|
|
|
|
-.. _class_VisualServer_free:
|
|
|
+.. _class_VisualServer_free_rid:
|
|
|
|
|
|
-- void **free** **(** :ref:`RID<class_rid>` rid **)**
|
|
|
+- void **free_rid** **(** :ref:`RID<class_rid>` rid **)**
|
|
|
|
|
|
Tries to free an object in the VisualServer.
|
|
|
|