MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / isItemChecked

Method isItemChecked

Engine/source/gui/editor/popupMenu.cpp:258–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258bool PopupMenu::isItemChecked(S32 pos)
259{
260 if (mMenuItems.empty() || mMenuItems.size() < pos || pos < 0)
261 return false;
262
263 return mMenuItems[pos].mIsChecked;
264}
265
266U32 PopupMenu::getItemCount()
267{

Callers 1

popupMenu.cppFile · 0.80

Calls 2

emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected