Phantasmal MUD Lib for DGD

Phantasmal Site > Phantasmal API > API Listing > from_unq

API Function: from_unq

Summary:
parse the UNQable object from parsed UNQ data

Defined In LPC Object:
/usr/common/lib/dtd_unqable.c

Prototype:
void from_unq(mixed *unq_data)

Can Be Called By:
Anybody

Description:

Parse the object from UNQ data. For more information about parsed UNQ format, see basic_unq_parse in the basic_unq_parser object. The default implementation of this method calls from_dtd_unq in the given object, so you should override this method or that one (or both).

This function isn't access-protected. You should access-protect your version of this and all other inherited functions, including upgraded() and destructed().

Return Value:

Nothing.

Errors:
Usually none.

See Also:
from_unq_text , from_dtd_unq , basic_unq_parse , dtd_unqable:get_parse_error_stack