cphVisitNextNode
cphVisitNextNode(
g_physConfigID
)
=> t / nil
Description
Moves the visitor to the next occurrence as defined by the start mode specified in cphVisitStart. The start mode defines which nodes are visited, but not order in which they are visited.
Arguments
Value Returned
Example
cphVisitNextNode(physConfigID)
Return to top