MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OldEditSetText

Function OldEditSetText

Descent3/multi_dll_mgr.cpp:946–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

944 return newoldedit;
945}
946void OldEditSetText(UIEdit *item, const char *newtext) { item->SetText(newtext); }
947void OldEditGetText(UIEdit *item, char *buff, int len) { item->GetText(buff, len); }
948static void (*DLLInit_old_ui_callback)() = NULL;
949void ToggleUICallback(int state) {

Callers

nothing calls this directly

Calls 1

SetTextMethod · 0.45

Tested by

no test coverage detected