MCPcopy Create free account
hub / github.com/axmolengine/axmol / removeElement

Method removeElement

core/ui/UIRichText.cpp:1361–1365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1359}
1360
1361void RichText::removeElement(int index)
1362{
1363 _richElements.erase(index);
1364 _formatTextDirty = true;
1365}
1366
1367void RichText::removeElement(RichElement* element)
1368{

Callers 1

Calls 2

eraseObjectMethod · 0.80
eraseMethod · 0.45

Tested by

no test coverage detected