bot_utils.h 319 B

1234567891011
  1. // Copyright (c) ZeniMax Media Inc.
  2. // Licensed under the GNU General Public License 2.0.
  3. #pragma once
  4. void Entity_UpdateState( edict_t * edict );
  5. const edict_t * FindLocalPlayer();
  6. const edict_t * FindFirstBot();
  7. const edict_t * FindFirstMonster();
  8. const edict_t * FindActorUnderCrosshair( const edict_t * player );