Function set_object_door_destination_cell

Source
pub fn set_object_door_destination_cell(cell_description: &str)
Expand description

Set the door destination cell of the temporary object stored on the server.

The cell is determined to be an exterior cell if it fits the pattern of a number followed
by a comma followed by another number.

cell_description The description of the cell.

Returns void