mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
12 lines
358 B
R
12 lines
358 B
R
#include "string.h"
|
|
|
|
void (entity client, string s) sprint = #24;
|
|
string (float f) ftos = #26;
|
|
string (vector v) vtos = #27;
|
|
float (string s) stof = #81;
|
|
float (string s) strlen = #100;
|
|
float (string goal, string s) charcount = #101;
|
|
string (...) sprintf = #109;
|
|
string (integer i) itos = #112;
|
|
integer (string s) stoi = #113;
|
|
vector (string s) stov = #114;
|