Add VScript function for checking last hit group on CBaseCombatCharacter

This commit is contained in:
ALLEN-PC\acj30 2024-08-10 13:47:53 -05:00
parent 471a840ed9
commit 178a262032

View File

@ -193,6 +193,8 @@ BEGIN_ENT_SCRIPTDESC( CBaseCombatCharacter, CBaseFlex, "The base class shared by
DEFINE_SCRIPTFUNC( EyeDirection2D, "Get the eyes' 2D direction." )
DEFINE_SCRIPTFUNC( EyeDirection3D, "Get the eyes' 3D direction." )
DEFINE_SCRIPTFUNC( LastHitGroup, "Get the last hitgroup." )
//
// Hooks
//