Phantasmal MUD Lib for DGD

Phantasmal Site > Phantasmal API > API Listing > set_dtd_text

API Function: set_dtd_text

Summary:
set the DTD's text for the UNQable object

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

Prototype:
void set_dtd_text(string new_dtd_text)

Can Be Called By:
Anybody

Description:

Set the text of the DTD of the object to the text specified. That's so the UNQable object can use that DTD for parsing and for automatic upgrade.

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:
set_dtd , set_dtd_file