Exposed CBaseAnimatingOverlay to VScript

This commit is contained in:
Blixibon
2021-10-10 19:47:10 -05:00
parent 138d6c52aa
commit 046296569d
4 changed files with 128 additions and 2 deletions

View File

@@ -95,7 +95,11 @@ BEGIN_DATADESC( CBaseFlex )
END_DATADESC()
#ifdef MAPBASE_VSCRIPT
BEGIN_ENT_SCRIPTDESC( CBaseFlex, CBaseAnimatingOverlay, "Animated characters who have vertex flex capability." )
#else
BEGIN_ENT_SCRIPTDESC( CBaseFlex, CBaseAnimating, "Animated characters who have vertex flex capability." )
#endif
DEFINE_SCRIPTFUNC_NAMED( ScriptGetOldestScene, "GetCurrentScene", "Returns the instance of the oldest active scene entity (if any)." )
DEFINE_SCRIPTFUNC_NAMED( ScriptGetSceneByIndex, "GetSceneByIndex", "Returns the instance of the scene entity at the specified index." )
END_SCRIPTDESC();