nofollow
propSYNOPSIS
mixed P_NOFOLLOW "NoFollow"
mixed Set(P_NOFOLLOW, mixed value)
mixed Query(P_NOFOLLOW)
DESCRIPTION
If this property is set to a non-zero value, this object will not
follow an other object, even if it's in that other objects P_FOLLOWERS
listed. I.e.: calls to follow() will silently be ignored.
EXAMPLE
Set(P_NOFOLLOW, 1);
AVAILABILITY
Include: <properties.h>
Availability: /std/thing(/moving) and descendants.
SEE ALSO
thing(S), moving(C), followers(P)