mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 16:37:30 +00:00
2ac4ab161a
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;
|