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

Method DoButton_CheckBox

src/game/client/components/menus.cpp:480–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480int CMenus::DoButton_CheckBox(const void *pId, const char *pText, int Checked, const CUIRect *pRect)
481{
482 return DoButton_CheckBox_Common(pId, pText, Checked ? "X" : "", pRect, BUTTONFLAG_LEFT);
483}
484
485int CMenus::DoButton_CheckBox_Number(const void *pId, const char *pText, int Checked, const CUIRect *pRect)
486{

Callers 3

RenderPreviewSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected