diff --git a/include/obj/NiObject.h b/include/obj/NiObject.h index ce0ad3e91d2456c0418e5e61673dc1cf678ef89c..9c4cad0723af27647335b3bc59cd77a75947a02a 100644 --- a/include/obj/NiObject.h +++ b/include/obj/NiObject.h @@ -109,7 +109,10 @@ public: NIFLIB_API virtual string GetIDString() const; - + /*! + * Returns the total number of NIF objects of any kind that have been allocated by Niflib for any reason. This is for debugging or informational purpouses. Mostly usful for tracking down memory leaks. + * \return The total number of NIF objects that have been allocated. + */ NIFLIB_API static unsigned int NumObjectsInMemory(); //Reference Counting