Hey all,
As of yesterday, orxObject_GetParent(), as well as other hierarchy query functions such as orxObject_GetChild(), orxObject_GetSibling(), orxCamera_GetParent() and orxSpawner_GetParent(), are (finally!) now supported.
The ownership that already existed for objects and spawners has been extended to the underlying orxSTRUCTURE with orxStructure_GetOwner() / orxStructure_SetOwner().
I also added the matching Object commands: Object.GetParent, Object.GetChild & Object.GetSibling.
Lemme know if you have any questions.
Cheers,
Rom