mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-10 22:52:05 +00:00
12 lines
372 B
C
12 lines
372 B
C
|
@extern void() BotInit;
|
||
|
@extern void() BotFrame;
|
||
|
@extern float () BotPreFrame;
|
||
|
@extern float () BotPostFrame;
|
||
|
@extern void() ClientInRankings;
|
||
|
@extern void() ClientDisconnected;
|
||
|
@extern void() ClientFixRankings;
|
||
|
|
||
|
@extern void(entity e) setspawnparms;
|
||
|
@extern vector(entity e, float sped) aim;
|
||
|
@extern void(entity e, float chan, string samp, float vol, float atten) sound;
|