GetObjectHeard(object, object)

Determines if an object can hear another object.

int GetObjectHeard(
    object oTarget,
    object oSource = OBJECT_SELF
);

Parameters

oTarget

The object that may be heard.

oSource

The object that is doing the listening (Default: OBJECT_SELF)


Description

Determines whether oSource hears oTarget.



Version

1.22

See Also

categories: Perception Functions


 author: Tom Cassiotis
 Send comments on this topic.