Phantasmal MUD Lib for DGD

Phantasmal Site > Phantasmal API > API Listing > to_dtd_unq

API Function: to_dtd_unq

Summary:
serialize the UNQable object into a data structure

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

Prototype:
mixed *to_dtd_unq(void)

Can Be Called By:
Anybody

Description:

Serialize the object to the equivalent of DTD-parsed UNQ. This object has a default stub that causes an error, so you'll need to implement it if you want it. For more about the format of preparsed UNQ, see parse_to_dtd in the UNQ_DTD object.

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:
to_unq_text , from_unq , parse_to_dtd