C4 Engine
C4 Engine API Documentation

Shared::Release

Defined in:  TSTools.h
Decrements an object's reference count.
Prototype

virtual int32 Release(void);

Description
The Release function decrements the reference count. If the reference count becomes zero, then the object is destroyed. The return value of the Release function is the new reference count.
See Also

Shared::GetReferenceCount

Shared::Retain