class_graphedit - ScyDev/godot GitHub Wiki
GraphEdit
####Inherits: Control ####Category: Core
Brief Description
Member Functions
- Error connect_node ( String from, int from_port, String to, int to_port )
- bool is_node_connected ( String from, int from_port, String to, int to_port )
- void disconnect_node ( String from, int from_port, String to, int to_port )
- Array get_connection_list ( ) const
- void set_right_disconnects ( bool enable )
- bool is_right_disconnects_enabled ( ) const
Signals
- disconnection_request ( String from, int from_slot, String to, int to_slot )
- connection_request ( String from, int from_slot, String to, int to_slot )