.DT
can_find_match_reference_inside_object
DW_wibble creator help
can_find_match_reference_inside_object

.SH Name
.SP 5 5
can_find_match_reference_inside_object -  This method checks to see if the find match code can actually reference this object inside us.
.EP

.SH Syntax
.SI 5
int can_find_match_reference_inside_object(object thing,
                                           object looker)
.EI

.SH Parameters
.SI 5
%^BOLD%^thing%^RESET%^ - the thing to reference
%^BOLD%^looker%^RESET%^ - the person looking at it
.EI

.SH Returns
.SI 5
1 if they can, 0 if they cannot
.EI

.SH Defined in
.SI 5
/std/container.c
.EI

.SH Description
.SP 5 5

This method checks to see if the find match code can actually
reference this object inside us.
.EP

