123456789101112131415161718192021222324252627282930313233343536 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
- .. _class_RID:
- RID
- ===
- **Category:** Built-In Types
- Brief Description
- -----------------
- Member Functions
- ----------------
- +------------------------+--------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_id<class_RID_get_id>` **(** **)** |
- +------------------------+--------------------------------------------------------------------------+
- | :ref:`RID<class_rid>` | :ref:`RID<class_RID_RID>` **(** :ref:`Object<class_object>` from **)** |
- +------------------------+--------------------------------------------------------------------------+
- Member Function Description
- ---------------------------
- .. _class_RID_get_id:
- - :ref:`int<class_int>` **get_id** **(** **)**
- .. _class_RID_RID:
- - :ref:`RID<class_rid>` **RID** **(** :ref:`Object<class_object>` from **)**
|