Added SetViewtarget function to VScript

This commit is contained in:
Blixibon 2021-11-21 00:14:13 -06:00
parent 79ff53ecdf
commit 1130a40d1e

View File

@ -102,6 +102,10 @@ BEGIN_ENT_SCRIPTDESC( CBaseFlex, CBaseAnimating, "Animated characters who have v
#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." )
#ifdef MAPBASE
DEFINE_SCRIPTFUNC( SetViewtarget, "Sets the entity's eye target." )
#endif
END_SCRIPTDESC();