#include <nnsys/g3d/util.h>
const u8* NNS_G3dGetParentNodeID( int* parentID, const u8* sbc, u32 nodeID );
| parentID | Parent ID |
| sbc | Pointer to the SBC code string |
| nodeID | The node ID |
Returns the pointer to the NODEDESC command that configures the nodeID.
Stores the ID (*parentID) of the node that will be the nodeID parent. The return value is the pointer to the NODEDESC command that configures nodeID. If no parent ID is found, a NULL is returned and the *parentID does not change.
08/02/2004 Initial version.