MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / GUI_SetElementsFrom

Method GUI_SetElementsFrom

Source/GUI_Element.cpp:1599–1610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1597}
1598
1599void cFodder::GUI_SetElementsFrom(sGUI_Element* pTo, sGUI_Element* pFrom) {
1600
1601 while (pFrom->field_0 != 0) {
1602 *pTo = *pFrom;
1603
1604 ++pTo;
1605 ++pFrom;
1606 }
1607
1608 GUI_ClearElement(pTo);
1609
1610}
1611
1612void cFodder::GUI_ClearElement(sGUI_Element *pData20) {
1613

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected