node_destroy

Name

node_destroy -- Destroy a node.

Parameter Format

The following table shows how the command is encoded for network transmission:

TypeNameDescription
uint8id = 10The command byte that identifies this command. Since this command is an alias for node_create, this value is shared with that command. To identify it as an alias, certain fields are given specific values, see below.
VNodeIDnode_id (Ignored for this aliased command, but must still be present.)
VNodeTypetype (Ignored for this aliased command, but must still be present.)
VNodeOwnerowner (Ignored for this aliased command, but must still be present.)

Description

Asks a host to destroy a node. If granted, it will be acknowledged with a node_destroy being sent out by the host to all connected clients that are listening to the node type in question.