mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-07 00:11:39 +00:00
the control-binding-submenu works a lot better now too. I added some string-functions for the API.
3 lines
172 B
C++
3 lines
172 B
C++
string (integer old, integer new, string str) String_ReplaceChar = #0;
|
|
string (integer pos, integer len, string str) String_Cut = #0;
|
|
integer (string str) String_Len = #0;
|