1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-22 17:47:38 +08:00
hl2sdk/game/shared/vphysicsupdateai.h
2013-06-26 15:22:04 -07:00

25 lines
587 B
C

//========= 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