[][src]Function tes3mp_plugin::plugin::generated::set_object_door_destination_cell

pub fn set_object_door_destination_cell(cell_description: &str)

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