Connector::GetConnectorKey
Defined in:
Returns the key value for a connector.
C4Connector.h
Prototype
const ConnectorKey& GetConnectorKey(void) const;
Description
The GetConnectorKey
function returns the key value for a connector. This is the same key used to identify a connector by the Node::GetConnectedNode
function.
See Also