quakeforge/cs-code/string_def.qc

4 lines
172 B
C++
Raw Normal View History

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;