NetworkObject.move_node
- NetworkObject.move_node(node)[source]
Move a single node of the network object and update the data structure accordingly.
- Parameters
node (int) – The identifier of the node.
- Returns
bool – True if the operation was successful. False otherwise.