KeyValues.GoBack Method

Jumps back to the previous position. Returns false if there are no previous positions (i.e., at the root node). This should be called once for each successful Jump call, in order to return to the top node. This function pops one node off the internal traversal stack.

bool GoBack()

Return Value

True on success, false if there is no higher node.