Link::GetTarget
Defined in: C4Link.h
Returns the target to which a link points.
Prototype
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.
|