Skip to content
Snippets Groups Projects
Commit 65eeeee9 authored by Shon Ferguson's avatar Shon Ferguson
Browse files

Forgot to document one function in NiObject.

parent ab382224
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment