2005-05-01 11:48:36 +00:00
|
|
|
void (string str) print = #0;
|
2011-03-25 07:46:32 +00:00
|
|
|
int () errno = #0;
|
|
|
|
string (int err) strerror = #0;
|
|
|
|
int (...) open = #0; // string path, float flags[, float mode]
|
|
|
|
int (int handle) close = #0;
|
|
|
|
string (int handle, int count, int []result) read = #0;
|
|
|
|
int (int handle, string buffer, int count) write = #0;
|
|
|
|
int (int handle, int pos, int whence) seek = #0;
|
2005-05-01 11:48:36 +00:00
|
|
|
|
2005-05-06 23:25:06 +00:00
|
|
|
void() traceon = #0; // turns statment trace on
|
|
|
|
void() traceoff = #0;
|
2005-05-01 11:48:36 +00:00
|
|
|
|
|
|
|
void (...) printf = #0;
|
|
|
|
|
|
|
|
|
|
|
|
float time;
|
|
|
|
entity self;
|
|
|
|
|
|
|
|
.float nextthink;
|
|
|
|
.void() think;
|
|
|
|
.float frame;
|
|
|
|
.vector origin;
|