mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-10 14:41:57 +00:00
17ca25a64a
bot sees the player (treating entity as an object: oops)
10 lines
340 B
C
10 lines
340 B
C
@extern void() BotInit;
|
|
@extern void() BotFrame;
|
|
@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;
|