MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / editor_getUniqueLabel

Function editor_getUniqueLabel

TheForceEngine/TFE_Editor/editor.cpp:1315–1320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1313 }
1314
1315 const char* editor_getUniqueLabel(const char* label)
1316 {
1317 sprintf(s_uidBuffer, "%s##%d", label, s_uid);
1318 s_uid++;
1319 return s_uidBuffer;
1320 }
1321
1322 s32 editor_getUniqueId()
1323 {

Callers 15

optionCheckboxFunction · 0.85
editor_buttonFunction · 0.85
historyViewFunction · 0.85
editor_beginListFunction · 0.85
editor_comboBoxInternalFunction · 0.85
editor_infSelectElevTypeFunction · 0.85
setOrClearBitsCheckboxesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected