1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Sync with latest source-sdk-2013.

This commit is contained in:
Nicholas Hastings
2014-10-30 12:30:57 -04:00
parent 6abc7fddca
commit aa5841f220
407 changed files with 6784 additions and 10498 deletions

View File

@ -2107,6 +2107,37 @@ typedef enum
ACT_SPELL_VM_ARM,
ACT_SPELL_VM_FIRE,
// Bread Monster Sapper
ACT_BREADSAPPER_VM_DRAW,
ACT_BREADSAPPER_VM_IDLE,
// Bread Gloves
ACT_BREADGLOVES_VM_HITLEFT,
ACT_BREADGLOVES_VM_HITRIGHT,
ACT_BREADGLOVES_VM_SWINGHARD,
ACT_BREADGLOVES_VM_IDLE,
ACT_BREADGLOVES_VM_DRAW,
ACT_BREADMONSTER_GLOVES_IDLE,
ACT_BREADMONSTER_GLOVES_HITRIGHT,
ACT_BREADMONSTER_GLOVES_HITUP,
ACT_BREADMONSTER_VM_DRAW,
ACT_BREADMONSTER_VM_IDLE,
ACT_BREADMONSTER_VM_PRIMARYATTACK,
ACT_PARACHUTE_DEPLOY,
ACT_PARACHUTE_DEPLOY_IDLE,
ACT_PARACHUTE_RETRACT,
ACT_PARACHUTE_RETRACT_IDLE,
ACT_BOT_SPAWN,
ACT_BOT_PANIC,
ACT_BOT_PRIMARY_MOVEMENT,
ACT_BOT_GESTURE_FLINCH,
ACT_BOT_PANIC_START,
ACT_BOT_PANIC_END,
// this is the end of the global activities, private per-monster activities start here.
LAST_SHARED_ACTIVITY,
} Activity;