mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +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;
|