MCPcopy Create free account
hub / github.com/GlobedGD/globed2 / sendUpdateMessage

Method sendUpdateMessage

src/ui/admin/ModUserPopup.cpp:452–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452void ModUserPopup::sendUpdateMessage() {
453 NetworkManagerImpl::get().sendAdminUpdateUser(
454 m_data->accountId,
455 m_score->m_userName,
456 m_score->m_playerCube,
457 m_score->m_color1,
458 m_score->m_color2,
459 m_score->m_glowEnabled ? (uint16_t)m_score->m_color3 : (uint16_t)-1
460 );
461}
462
463void ModUserPopup::getUserInfoFinished(GJUserScore* p0) {
464 this->onUserInfoLoaded(Ok(p0));

Callers 1

onUserInfoLoadedMethod · 0.95

Calls 2

sendAdminUpdateUserMethod · 0.80
getFunction · 0.50

Tested by

no test coverage detected