From 90f11c6dc653bdbcc798ae1d7b1a96f579b096f5 Mon Sep 17 00:00:00 2001 From: Amorilia <amorilia@users.sourceforge.net> Date: Fri, 26 Nov 2010 22:11:19 +0000 Subject: [PATCH] Updated documentation. --- include/obj/NiNode.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/obj/NiNode.h b/include/obj/NiNode.h index c7dceb0e..73a06db2 100644 --- a/include/obj/NiNode.h +++ b/include/obj/NiNode.h @@ -71,12 +71,14 @@ public: /*! * Removes an AV Object child from this node. This is a sub-leaf in the scene graph contained in a NIF file. Each AV Object can only be the child of one node. + * The caller is responsible that the child is no longer weakly linked elsewhere, for instance, as a skin influence. * \param[in] obj The AV Object to remove as a child from this node. */ NIFLIB_API void RemoveChild( Ref<NiAVObject> obj ); /*! * Removes all AV Object children from this node. These are a sub-leafs in the scene graph contained in a NIF file. Each AV Object can only be the child of one node. + * The caller is responsible that no child is still weakly linked elsewhere, for instance, as a skin influence. */ NIFLIB_API void ClearChildren(); -- GitLab