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

Method _setBitmaps

Engine/source/gui/controls/guiPopUpCtrl.cpp:313–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313bool GuiPopUpMenuCtrl::_setBitmaps(void* obj, const char* index, const char* data)
314{
315 GuiPopUpMenuCtrl* object = static_cast<GuiPopUpMenuCtrl*>(obj);
316
317 object->setBitmap(data);
318 return true;
319}
320
321//------------------------------------------------------------------------------
322DefineEngineMethod( GuiPopUpMenuCtrl, add, void, (const char * name, S32 idNum, U32 scheme), ("", -1, 0), "(string name, int idNum, int scheme=0)")

Callers

nothing calls this directly

Calls 1

setBitmapMethod · 0.45

Tested by

no test coverage detected