LLNode has a wonderful NodePath() to return the path of a node as "A:B:C". Is there a function to do the opposite - take "A:B:C" and return a node or nodeID?
I need to be able to get the matching nodeID on another server based on the path. I don't want to re-invent the wheel if there is already a way to do this.
Thanks!
Bobby