Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1361
void RichText::removeElement(int index)
1362
{
1363
_richElements.erase(index);
1364
_formatTextDirty = true;
1365
}
1366
1367
void RichText::removeElement(RichElement* element)
1368
{
Callers
1
lua_ax_ui_RichText_removeElement
Function · 0.80
Calls
2
eraseObject
Method · 0.80
erase
Method · 0.45
Tested by
no test coverage detected