Mount Fuji Engine  0.8b
int MFScript_Release ( MFScriptObject pObject)

Decrease the reference count of a script object.

Parameters
pObjectAn object belonging to the script to have its ref count decreased.
Returns
The internal reference count.
Remarks
If the internal reference count is reduced to zero, the object becomes a candidate for garbage collection.