blob: 9be180f593976aab1061551d8d6a619faa5bc49f [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra7ea4a032019-11-26 20:11:40 +01002 int valid_query_snoop(object ob)
MG Mud User88f12472016-06-24 23:31:02 +02003
4DESCRIPTION
Zesstra7ea4a032019-11-26 20:11:40 +01005 Should return 1 if previous_object() (the one that called the
6 efun query_snoop()) is allowed to query whether ob is being
7 snooped, 0 if not.
MG Mud User88f12472016-06-24 23:31:02 +02008
Zesstra7ea4a032019-11-26 20:11:40 +01009 The master object is always allowed to use query_snoop().
MG Mud User88f12472016-06-24 23:31:02 +020010
11SEE ALSO
Zesstra7ea4a032019-11-26 20:11:40 +010012 valid_snoop(M), query_snoop(E), snoop(E)