MCPcopy Create free account
hub / github.com/ddnet/ddnet / YesNoButtons

Method YesNoButtons

src/game/client/ui.cpp:1826–1830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1824}
1825
1826void CUi::SConfirmPopupContext::YesNoButtons()
1827{
1828 str_copy(m_aPositiveButtonLabel, Localize("Yes"));
1829 str_copy(m_aNegativeButtonLabel, Localize("No"));
1830}
1831
1832void CUi::ShowPopupConfirm(float X, float Y, SConfirmPopupContext *pContext)
1833{

Callers 3

PopupMenuToolsMethod · 0.80
OnInputMethod · 0.80

Calls 2

LocalizeFunction · 0.85
str_copyFunction · 0.50

Tested by

no test coverage detected