MCPcopy Create free account
hub / github.com/Syncplay/syncplay / updateRoomName

Method updateRoomName

syncplay/ui/gui.py:61–62  ·  view source on GitHub ↗
(self, room="")

Source from the content-addressed store, hash-verified

59 self._syncplayClient.ui.showErrorMessage(message, criticalerror)
60
61 def updateRoomName(self, room=""): #bob
62 self._syncplayClient.ui.updateRoomName(room)
63
64 def getUserlist(self):
65 self._syncplayClient.showUserList(self)

Callers

nothing calls this directly

Calls 1

updateRoomNameMethod · 0.45

Tested by

no test coverage detected