C4 Engine
C4 Engine API Documentation

LinkTarget::BreakAllLinks

Defined in:  TSLink.h
Breaks all links that point to an object.
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

LinkTarget::GetFirstLink