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

Method _setBitmaps

Engine/source/gui/controls/guiPopUpCtrlEx.cpp:367–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367bool GuiPopUpMenuCtrlEx::_setBitmaps(void* obj, const char* index, const char* data)
368{
369 GuiPopUpMenuCtrlEx* object = static_cast<GuiPopUpMenuCtrlEx*>(obj);
370
371 object->setBitmap(data);
372 return true;
373}
374
375//------------------------------------------------------------------------------
376ConsoleDocFragment _GuiPopUpMenuCtrlExAdd(

Callers

nothing calls this directly

Calls 1

setBitmapMethod · 0.45

Tested by

no test coverage detected