C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

LinkTarget::BreakAllLinks

Defined in:  C4Link.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