Skip to main content

event_dest_me

Discworld events help

event_dest_me

Name

event_dest_me - Called when an object is dested.

Syntax

void event_dest_me(object ob);

Description

This function is called on any objects in the environment of the object being dested.

Examples:

void event_dest_me(object ob) {
printf("The object %O was just dested.\n", ob);
} /* event_dest_me() */

See also

dest_me, dwep, event_destruct