mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-01 06:59:20 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
@@ -86,6 +86,7 @@ public:
|
||||
unsigned int GetVehicleType( void ) { return m_nVehicleType; }
|
||||
|
||||
// CBaseEntity
|
||||
virtual void Precache();
|
||||
void Spawn( void );
|
||||
virtual int Restore( IRestore &restore );
|
||||
void VPhysicsUpdate( IPhysicsObject *pPhysics );
|
||||
@@ -180,7 +181,7 @@ public:
|
||||
virtual void VehicleAngleVectors( const QAngle &angles, Vector *pForward, Vector *pRight, Vector *pUp );
|
||||
virtual void Use( CBaseEntity *pActivator, CBaseEntity *pCaller, USE_TYPE useType, float value );
|
||||
virtual void Think( void );
|
||||
virtual void TraceAttack( const CTakeDamageInfo &info, const Vector &vecDir, trace_t *ptr, CDmgAccumulator *pAccumulator );
|
||||
virtual void TraceAttack( const CTakeDamageInfo &info, const Vector &vecDir, trace_t *ptr );
|
||||
virtual void Event_KilledOther( CBaseEntity *pVictim, const CTakeDamageInfo &info );
|
||||
|
||||
// Vehicle handling
|
||||
|
||||
Reference in New Issue
Block a user