17void(
float keynr,
float ascii) m_keydown;
172void sprint(
float clientnum,
string text,...) = #6;
184void cmd(
string command, ...) = #13;
202float stof(
string val,...) = #21;
247void fputs(
float fhandle,
string s) = #51;
272float mod(
float val,
float m) = #70;
274float search_begin(
string pattern,
float caseinsensitive,
float quiet) = #74;
279string chr(
float ascii) = #78;
342string(
float key,
float bindmap) getkeybind_bindmap = #342;
343float(
float key,
string bind,
float bindmap) setkeybind_bindmap = #630;
346string(
string command,
float bindmap) findkeysforcommand = #610;
347float(
string key) stringtokeynum = #341;
356string(
string serveraddress) crypto_getkeyfp = #633;
357string(
string serveraddress) crypto_getidfp = #634;
358float(
string serveraddress) crypto_getidstatus = #643;
359string(
string serveraddress) crypto_getencryptlevel = #635;
361string(
float i) crypto_getmyidfp = #637;
366float(
float i) crypto_getmyidstatus = #641;
367float(
string url,
float id,
string content_type,
string delim,
float buf,
float keyid) crypto_uri_postbuf = #513;
399float(
string str,
string sub,
float startpos) strstrofs = #221;
402string(
float ccase,
float calpha,
float cnum,
string s, ...) strconv =
#224;
403string(
float chars,
string s, ...) strpad =
#225;
405string(
string info,
string key) infoget = #227;
406float(
string s1,
string s2) strcmp = #228;
407float(
string s1,
string s2,
float len) strncmp = #228;
408float(
string s1,
string s2) strcasecmp = #229;
409float(
string s1,
string s2,
float len) strncasecmp = #230;
425float(
float caseinsensitive,
string s, ...) crc16 =
#494;
440float() buf_create =
#440;
441void(
float bufhandle) buf_del = #441;
442float(
float bufhandle) buf_getsize = #442;
443void(
float bufhandle_from,
float bufhandle_to) buf_copy = #443;
444void(
float bufhandle,
float sortpower,
float backward) buf_sort = #444;
445string(
float bufhandle,
string glue) buf_implode = #445;
446string(
float bufhandle,
float string_index) bufstr_get = #446;
447void(
float bufhandle,
float string_index,
string str) bufstr_set = #447;
448float(
float bufhandle,
string str,
float order) bufstr_add = #448;
449void(
float bufhandle,
float string_index) bufstr_free = #449;
450void(
float bufhandle,
string pattern,
string antipattern) buf_cvarlist = #517;
456string(
string s) strtolower = #480;
457string(
string s) strtoupper = #481;
485string(
string filename) whichpack = #503;
495string(
string in) uri_escape = #510;
496string(
string in) uri_unescape = #511;
511float(
string url,
float id) uri_get = #513;
518float(
string url,
float id,
string content_type,
string data) uri_post = #513;
519float(
string url,
float id,
string content_type,
string delim,
float buf) uri_postbuf = #513;
525float() numentityfields =
#496;
526string(
float fieldnum) entityfieldname = #497;
527float(
float fieldnum) entityfieldtype = #498;
529float(
float fieldnum,
entity ent,
string s) putentityfieldstring = #500;
556float(
string pattern,
float caseinsensitive,
float quiet,
string packfile) search_packfile_begin = #74;
562string(
string,
float) netaddress_resolve = #625;
563string(
string search,
string replace,
string subject) strreplace = #484;
564string(
string search,
string replace,
string subject) strireplace = #485;
565string(
float uselocaltime,
string format, ...) strftime =
#478;
566float(
string s) tokenize_console = #514;
567float(
float i) argv_start_index = #515;
568float(
float i) argv_end_index = #516;
569string(
float,
float) getgamedirinfo = #626;
570#define GETGAMEDIRINFO_NAME 0
571#define GETGAMEDIRINFO_DESCRIPTION 1
574string(
string s) strdecolorize = #477;
577float(
string s,
string separator1, ...) tokenizebyseparator =
#479;
GLenum GLsizei GLsizei height
GLubyte GLubyte GLubyte GLubyte w
GLint GLint GLint GLint GLint GLint GLint GLbitfield mask
GLsizei const GLfloat * value
GLsizei const GLchar ** string
GLenum GLuint GLenum GLsizei length
GLint GLint GLint GLsizei GLsizei GLenum format
GLint GLenum GLint GLint y
GLsizeiptr const GLvoid * data
GLenum GLuint GLenum GLsizei const GLchar * buf
#define bound(min, num, max)