//új útvonal igénylése adott target-hez void getNewPath(Node target) { pathRequestPending = true; server.requestNewPath(this, target, OnPathFound); }