MCPcopy Create free account
hub / github.com/MyGUI/mygui / clearItemDataAt

Method clearItemDataAt

MyGUIEngine/src/MyGUI_ItemBox.cpp:893–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

891 }
892
893 void ItemBox::clearItemDataAt(size_t _index)
894 {
895 setItemDataAt(_index, Any::Null);
896 }
897
898 bool ItemBox::getVerticalAlignment() const
899 {

Callers 6

ClearItemDataAtFunction · 0.45
ClearItemDataAtFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected