Added EnableCrouch input for npc_strider

This commit is contained in:
Blixibon 2021-03-16 18:26:04 -05:00
parent d44d94a43c
commit 6b2f8fce7a

View File

@ -1522,6 +1522,7 @@
input StopShootingMinigunForSeconds(float) : "Stop shooting the minigun for a period of time (specify seconds as parameter)"
input DisableCrouch(void) : "Prevent the Strider from crouching"
input EnableCrouch(void) : "Allow the Strider to crouch again if it was prevented before"
input DisableMoveToLOS(void) : "Prevent the Strider from seeking Line of Sight to target. (Hold position)"
input DisableCollisionWith(target_destination) : "Disable collision with a given object."