mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-02-26 13:41:11 +03:00
Added VScript functions for NPC crouching
This commit is contained in:
parent
5a8c6350bb
commit
c1f28c4550
@ -12331,6 +12331,10 @@ BEGIN_ENT_SCRIPTDESC( CAI_BaseNPC, CBaseCombatCharacter, "The base class all NPC
|
|||||||
DEFINE_SCRIPTFUNC( IsInSquad, "Returns true if the NPC is in a squad." )
|
DEFINE_SCRIPTFUNC( IsInSquad, "Returns true if the NPC is in a squad." )
|
||||||
DEFINE_SCRIPTFUNC( NumWeaponsInSquad, "Get the number of weapons in a squad." )
|
DEFINE_SCRIPTFUNC( NumWeaponsInSquad, "Get the number of weapons in a squad." )
|
||||||
|
|
||||||
|
DEFINE_SCRIPTFUNC( IsCrouching, "Returns true if the NPC is crouching." )
|
||||||
|
DEFINE_SCRIPTFUNC( Crouch, "Tells the NPC to crouch." )
|
||||||
|
DEFINE_SCRIPTFUNC( Stand, "Tells the NPC to stand if it is crouching." )
|
||||||
|
|
||||||
//
|
//
|
||||||
// Hooks
|
// Hooks
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user