[Package Index | Mudlib Index | Effect Index]
.
class obj_match match_object_in_array(string input, object * ob_list, int type, object player)Find an object in the given array that matches the given words. This will only return a correct match if the entire string matches. If it gets a partial match then nothing will be returned. The return array is of the format:
({ flag, class obj_match info })The flag can be one of:
string match_objects_failed_mess(class obj_match failed_match)This method returns the failed message for the specified failed match string.
object * match_objects_for_existence(string input, object * env_list, object player)This method checks for existance of the specified objects. It will return any ambiguous matches as well as real matches. This should only be used in cases in the code where it is not nessessary to distinguish between different objects of the same type.
class obj_match match_objects_in_environments(string input, mixed env_list, int type, object player)Find an object in the given environments that match the given words. This will only return a correct match if the entire string matches. If it gets a partial match then nothing will be returned. The return array is of the format:
({ flag, class obj_match info })The flag can be one of: