Link::GetTarget
Defined in:  
Returns the target to which a link points.
TSLink.hPrototype
type *GetTarget(void) const;
Description
The GetTarget function returns a pointer to the target to which a link points. If the Link object does not point to a target, then GetTarget returns nullptr.
