User Tools

Site Tools


DzRefCountedItem

Detailed Description

Instances of DzRefCountedItem are objects that are intended to be shared between multiple owners. Each owner references the object when taking ownership, and dereference the object when it no longer needs the object. The object keeps an internal reference count, and when no other objects are referencing the object (i.e. the reference count reaches zero) the object will delete itself.

Attention:

  • Although this class is not directly exposed to DAZ Script, it is important to document the existence of it - for a proper understanding of the classes that also derive from it.