aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/shared/vphysicsupdateai.h
blob: 02ce7e1c13957068209682f565bfb57c738c8da2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
//=============================================================================

#ifndef VPHYSICSUPDATEAI_H
#define VPHYSICSUPDATEAI_H
#ifdef _WIN32
#pragma once
#endif


// this is used to temporarily allow the vphysics shadow object to update the entity's position
// for entities that typically ignore those updates.
struct vphysicsupdateai_t
{
	float	startUpdateTime;
	float	stopUpdateTime;
	float	savedShadowControllerMaxSpeed;
};


#endif // VPHYSICSUPDATEAI_H