GetIsListening(object)
Check whether an object is listening for something.
int GetIsListening( object oObject );
Parameters
oObject
The object to check for listening patterns.
Description
Returns TRUE if oObject is listening for something, otherwise FALSE.
Version
1.22
See Also
functions: | SetListening | SetListenPattern |
categories: | Get Data from Creature Functions |
author: Tom Cassiotis, editor: Kristian Markon