forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_graphedit
Lukas Sägesser edited this page Jun 22, 2015
·
1 revision
####Inherits: Control ####Category: Core
- 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