mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-04-21 15:00:47 +00:00
mention used standard fields
This commit is contained in:
parent
7771777a15
commit
9a6aa658d5
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
|||
|
||||
@interface Bot: Entity
|
||||
{
|
||||
//model modelindex
|
||||
//frame angles colormap effects
|
||||
//owner
|
||||
|
||||
//movetype solid touch <size> watertype flags think nextthink
|
||||
|
||||
integer keys, oldkeys;
|
||||
integer buttons, impulse;
|
||||
vector v_angle, b_angle;
|
||||
|
|
Loading…
Reference in a new issue