getReentryNode() public method

public getReentryNode ( int p_id ) : Node
p_id int
return Node
 // Sets up the conversation so that when the player returns, the
 // conversation continues properly
 public override void endConversation()
 {
     currentNode = g.getReentryNode(currentNode.getId());
 }