LinkTarget::BreakAllLinks
Defined in:
Breaks all links that point to an object.
TSLink.h
Prototype
void BreakAllLinks(void);
Description
The BreakAllLinks
function breaks all links that any objects have to a link target. After calling BreakAllLinks
for a particular link target, the LinkTarget::GetFirstLink
function returns nullptr
.
See Also