mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-12 23:44:27 +00:00
11 lines
368 B
C
11 lines
368 B
C
@extern void() BotInit;
|
|
@extern void() BotFrame;
|
|
@extern void() BotPreFrame;
|
|
@extern void () BotImpulses;
|
|
@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;
|