class_instanceplaceholder.rst 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_InstancePlaceholder:
  4. InstancePlaceholder
  5. ===================
  6. **Inherits:** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
  13. | void | :ref:`replace_by_instance<class_InstancePlaceholder_replace_by_instance>` **(** :ref:`PackedScene<class_packedscene>` custom_scene=NULL **)** |
  14. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
  15. | :ref:`String<class_string>` | :ref:`get_instance_path<class_InstancePlaceholder_get_instance_path>` **(** **)** const |
  16. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
  17. Member Function Description
  18. ---------------------------
  19. .. _class_InstancePlaceholder_replace_by_instance:
  20. - void **replace_by_instance** **(** :ref:`PackedScene<class_packedscene>` custom_scene=NULL **)**
  21. .. _class_InstancePlaceholder_get_instance_path:
  22. - :ref:`String<class_string>` **get_instance_path** **(** **)** const