Disable Parenting?

I bet this is a noob question, but idc… Is it possible to disable parenting between two objects via Python in the game engine? I can’t seem to find it in the API.

there is the parent actuator ;).

It’s funny because right after posting this, I thought about the actuator… then tried deleting the thread… and finally just gave up lol.

or setparent(false)

you mean KX_GameObject.removeParent(), don’t you?