upload "kind" alien swarm

This commit is contained in:
nillerusr
2023-10-03 17:23:56 +03:00
parent b7bd94c52e
commit 7d3c0d8b5a
4229 changed files with 462900 additions and 495155 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
//========= Copyright Valve Corporation, All rights reserved. ============//
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose: An NPC's memory of potential enemies
//
@@ -40,6 +40,7 @@ struct AI_EnemyInfo_t
float timeValidEnemy; // First time can be selected (reaction delay)
float timeLastReceivedDamageFrom;
float timeAtFirstHand; // Time at which the enemy was seen firsthand
int nFaction; // The faction the enemy belongs to
bool bDangerMemory; // Memory of danger position w/o Enemy pointer
bool bEludedMe; // True if enemy not at last known location
bool bUnforgettable;