.. 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_SceneState: SceneState ========== **Inherits:** :ref:`Reference` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Member Functions ---------------- +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Array` | :ref:`get_connection_binds` **(** :ref:`int` idx **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_connection_count` **(** **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_connection_flags` **(** :ref:`int` idx **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_connection_method` **(** :ref:`int` idx **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_connection_signal` **(** :ref:`int` idx **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`NodePath` | :ref:`get_connection_source` **(** :ref:`int` idx **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`NodePath` | :ref:`get_connection_target` **(** :ref:`int` idx **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_node_count` **(** **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PoolStringArray` | :ref:`get_node_groups` **(** :ref:`int` idx **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedScene` | :ref:`get_node_instance` **(** :ref:`int` idx **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_node_instance_placeholder` **(** :ref:`int` idx **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_node_name` **(** :ref:`int` idx **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`NodePath` | :ref:`get_node_owner_path` **(** :ref:`int` idx **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`NodePath` | :ref:`get_node_path` **(** :ref:`int` idx, :ref:`bool` for_parent=null **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_node_property_count` **(** :ref:`int` idx **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_node_property_name` **(** :ref:`int` idx, :ref:`int` prop_idx **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Variant` | :ref:`get_node_property_value` **(** :ref:`int` idx, :ref:`int` prop_idx **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_node_type` **(** :ref:`int` idx **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_node_instance_placeholder` **(** :ref:`int` idx **)** const | +------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ Numeric Constants ----------------- - **GEN_EDIT_STATE_DISABLED** = **0** - **GEN_EDIT_STATE_INSTANCE** = **1** - **GEN_EDIT_STATE_MAIN** = **2** Member Function Description --------------------------- .. _class_SceneState_get_connection_binds: - :ref:`Array` **get_connection_binds** **(** :ref:`int` idx **)** const .. _class_SceneState_get_connection_count: - :ref:`int` **get_connection_count** **(** **)** const .. _class_SceneState_get_connection_flags: - :ref:`int` **get_connection_flags** **(** :ref:`int` idx **)** const .. _class_SceneState_get_connection_method: - :ref:`String` **get_connection_method** **(** :ref:`int` idx **)** const .. _class_SceneState_get_connection_signal: - :ref:`String` **get_connection_signal** **(** :ref:`int` idx **)** const .. _class_SceneState_get_connection_source: - :ref:`NodePath` **get_connection_source** **(** :ref:`int` idx **)** const .. _class_SceneState_get_connection_target: - :ref:`NodePath` **get_connection_target** **(** :ref:`int` idx **)** const .. _class_SceneState_get_node_count: - :ref:`int` **get_node_count** **(** **)** const .. _class_SceneState_get_node_groups: - :ref:`PoolStringArray` **get_node_groups** **(** :ref:`int` idx **)** const .. _class_SceneState_get_node_instance: - :ref:`PackedScene` **get_node_instance** **(** :ref:`int` idx **)** const .. _class_SceneState_get_node_instance_placeholder: - :ref:`String` **get_node_instance_placeholder** **(** :ref:`int` idx **)** const .. _class_SceneState_get_node_name: - :ref:`String` **get_node_name** **(** :ref:`int` idx **)** const .. _class_SceneState_get_node_owner_path: - :ref:`NodePath` **get_node_owner_path** **(** :ref:`int` idx **)** const .. _class_SceneState_get_node_path: - :ref:`NodePath` **get_node_path** **(** :ref:`int` idx, :ref:`bool` for_parent=null **)** const .. _class_SceneState_get_node_property_count: - :ref:`int` **get_node_property_count** **(** :ref:`int` idx **)** const .. _class_SceneState_get_node_property_name: - :ref:`String` **get_node_property_name** **(** :ref:`int` idx, :ref:`int` prop_idx **)** const .. _class_SceneState_get_node_property_value: - :ref:`Variant` **get_node_property_value** **(** :ref:`int` idx, :ref:`int` prop_idx **)** const .. _class_SceneState_get_node_type: - :ref:`String` **get_node_type** **(** :ref:`int` idx **)** const .. _class_SceneState_is_node_instance_placeholder: - :ref:`bool` **is_node_instance_placeholder** **(** :ref:`int` idx **)** const