SceneState¶
Category: Core
Brief Description¶
Member Functions¶
Array | get_connection_binds ( int idx ) const |
int | get_connection_count ( ) const |
int | get_connection_flags ( int idx ) const |
String | get_connection_method ( int idx ) const |
String | get_connection_signal ( int idx ) const |
NodePath | get_connection_source ( int idx ) const |
NodePath | get_connection_target ( int idx ) const |
int | get_node_count ( ) const |
PoolStringArray | get_node_groups ( int idx ) const |
PackedScene | get_node_instance ( int idx ) const |
String | get_node_instance_placeholder ( int idx ) const |
String | get_node_name ( int idx ) const |
NodePath | get_node_owner_path ( int idx ) const |
NodePath | get_node_path ( int idx, bool for_parent=null ) const |
int | get_node_property_count ( int idx ) const |
String | get_node_property_name ( int idx, int prop_idx ) const |
Variant | get_node_property_value ( int idx, int prop_idx ) const |
String | get_node_type ( int idx ) const |
bool | is_node_instance_placeholder ( int idx ) const |
Numeric Constants¶
- GEN_EDIT_STATE_DISABLED = 0
- GEN_EDIT_STATE_INSTANCE = 1
- GEN_EDIT_STATE_MAIN = 2
Member Function Description¶
- int get_connection_count ( ) const
- int get_node_count ( ) const
- PoolStringArray get_node_groups ( int idx ) const
- PackedScene get_node_instance ( int idx ) const