css_enhanced_waf/game/shared/vphysicsupdateai.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

24 lines
563 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