MCPcopy Create free account
hub / github.com/cuberite/cuberite / SetProperty

Method SetProperty

src/UI/Window.cpp:753–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751
752
753void cWindow::SetProperty(int a_Property, int a_Value)
754{
755 cCSLock Lock(m_CS);
756 for (cPlayerList::iterator itr = m_OpenedBy.begin(), end = m_OpenedBy.end(); itr != end; ++itr)
757 {
758 (*itr)->GetClientHandle()->SendWindowProperty(*this, a_Property, a_Value);
759 } // for itr - m_OpenedBy[]
760}
761
762
763

Callers

nothing calls this directly

Calls 4

beginMethod · 0.80
endMethod · 0.80
GetClientHandleMethod · 0.80
SendWindowPropertyMethod · 0.45

Tested by

no test coverage detected