{
  "name": "Enum Reference",
  "description": "Every enum member Garry's Mod documents, in one searchable list rather than a hundred pages. Search the constant you half remember, copy the exact name, and see which realm it belongs to.",
  "platform": "Garry's Mod",
  "url": "https://devtoolsgg.com/gmod/list/enums",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "attribution": "Compiled by https://devtoolsgg.com",
  "sources": [
    {
      "name": "Garry's Mod Wiki",
      "url": "https://wiki.facepunch.com/gmod/Enums"
    }
  ],
  "columns": [
    {
      "key": "name",
      "label": "Constant"
    },
    {
      "key": "value",
      "label": "Value"
    },
    {
      "key": "family",
      "label": "Family"
    },
    {
      "key": "realm",
      "label": "Realm"
    },
    {
      "key": "description",
      "label": "What it means"
    }
  ],
  "count": 2998,
  "rows": [
    {
      "name": "ACT_INVALID",
      "value": "-1",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RESET",
      "value": "0",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE",
      "value": "1",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_TRANSITION",
      "value": "2",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_COVER",
      "value": "3",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_COVER_MED",
      "value": "4",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_COVER_LOW",
      "value": "5",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK",
      "value": "6",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_AIM",
      "value": "7",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_CROUCH",
      "value": "8",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_CROUCH_AIM",
      "value": "9",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN",
      "value": "10",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_AIM",
      "value": "11",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_CROUCH",
      "value": "12",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_CROUCH_AIM",
      "value": "13",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_PROTECTED",
      "value": "14",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SCRIPT_CUSTOM_MOVE",
      "value": "15",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK1",
      "value": "16",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK2",
      "value": "17",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK1_LOW",
      "value": "18",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK2_LOW",
      "value": "19",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DIESIMPLE",
      "value": "20",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DIEBACKWARD",
      "value": "21",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DIEFORWARD",
      "value": "22",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DIEVIOLENT",
      "value": "23",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DIERAGDOLL",
      "value": "24",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_FLY",
      "value": "25",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HOVER",
      "value": "26",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GLIDE",
      "value": "27",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SWIM",
      "value": "28",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SWIM_IDLE",
      "value": "29",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_JUMP",
      "value": "30",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HOP",
      "value": "31",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_LEAP",
      "value": "32",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_LAND",
      "value": "33",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CLIMB_UP",
      "value": "34",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CLIMB_DOWN",
      "value": "35",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CLIMB_DISMOUNT",
      "value": "36",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SHIPLADDER_UP",
      "value": "37",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SHIPLADDER_DOWN",
      "value": "38",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_STRAFE_LEFT",
      "value": "39",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_STRAFE_RIGHT",
      "value": "40",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_ROLL_LEFT",
      "value": "41",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_ROLL_RIGHT",
      "value": "42",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_TURN_LEFT",
      "value": "43",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_TURN_RIGHT",
      "value": "44",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CROUCH",
      "value": "45",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CROUCHIDLE",
      "value": "46",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_STAND",
      "value": "47",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_USE",
      "value": "48",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SIGNAL1",
      "value": "49",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SIGNAL2",
      "value": "50",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SIGNAL3",
      "value": "51",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SIGNAL_ADVANCE",
      "value": "52",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SIGNAL_FORWARD",
      "value": "53",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SIGNAL_GROUP",
      "value": "54",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SIGNAL_HALT",
      "value": "55",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SIGNAL_LEFT",
      "value": "56",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SIGNAL_RIGHT",
      "value": "57",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SIGNAL_TAKECOVER",
      "value": "58",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_LOOKBACK_RIGHT",
      "value": "59",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_LOOKBACK_LEFT",
      "value": "60",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_COWER",
      "value": "61",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SMALL_FLINCH",
      "value": "62",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BIG_FLINCH",
      "value": "63",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MELEE_ATTACK1",
      "value": "64",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MELEE_ATTACK2",
      "value": "65",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RELOAD",
      "value": "66",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RELOAD_START",
      "value": "67",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RELOAD_FINISH",
      "value": "68",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RELOAD_LOW",
      "value": "69",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_ARM",
      "value": "70",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DISARM",
      "value": "71",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DROP_WEAPON",
      "value": "72",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DROP_WEAPON_SHOTGUN",
      "value": "73",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_PICKUP_GROUND",
      "value": "74",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_PICKUP_RACK",
      "value": "75",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_ANGRY",
      "value": "76",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_RELAXED",
      "value": "77",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_STIMULATED",
      "value": "78",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_AGITATED",
      "value": "79",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_STEALTH",
      "value": "80",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_HURT",
      "value": "81",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_RELAXED",
      "value": "82",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_STIMULATED",
      "value": "83",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_AGITATED",
      "value": "84",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_STEALTH",
      "value": "85",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_RELAXED",
      "value": "86",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_STIMULATED",
      "value": "87",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_AGITATED",
      "value": "88",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_STEALTH",
      "value": "89",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_AIM_RELAXED",
      "value": "90",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_AIM_STIMULATED",
      "value": "91",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_AIM_AGITATED",
      "value": "92",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_AIM_STEALTH",
      "value": "93",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_AIM_RELAXED",
      "value": "94",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_AIM_STIMULATED",
      "value": "95",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_AIM_AGITATED",
      "value": "96",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_AIM_STEALTH",
      "value": "97",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_AIM_RELAXED",
      "value": "98",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_AIM_STIMULATED",
      "value": "99",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_AIM_AGITATED",
      "value": "100",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_AIM_STEALTH",
      "value": "101",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CROUCHIDLE_STIMULATED",
      "value": "102",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CROUCHIDLE_AIM_STIMULATED",
      "value": "103",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CROUCHIDLE_AGITATED",
      "value": "104",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_HURT",
      "value": "105",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_HURT",
      "value": "106",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SPECIAL_ATTACK1",
      "value": "107",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SPECIAL_ATTACK2",
      "value": "108",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_COMBAT_IDLE",
      "value": "109",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_SCARED",
      "value": "110",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_SCARED",
      "value": "111",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VICTORY_DANCE",
      "value": "112",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DIE_HEADSHOT",
      "value": "113",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DIE_CHESTSHOT",
      "value": "114",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DIE_GUTSHOT",
      "value": "115",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DIE_BACKSHOT",
      "value": "116",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_FLINCH_HEAD",
      "value": "117",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_FLINCH_CHEST",
      "value": "118",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_FLINCH_STOMACH",
      "value": "119",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_FLINCH_LEFTARM",
      "value": "120",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_FLINCH_RIGHTARM",
      "value": "121",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_FLINCH_LEFTLEG",
      "value": "122",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_FLINCH_RIGHTLEG",
      "value": "123",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_FLINCH_PHYSICS",
      "value": "124",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_ON_FIRE",
      "value": "125",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_ON_FIRE",
      "value": "126",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_ON_FIRE",
      "value": "127",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RAPPEL_LOOP",
      "value": "128",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_180_LEFT",
      "value": "129",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_180_RIGHT",
      "value": "130",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_90_LEFT",
      "value": "131",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_90_RIGHT",
      "value": "132",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_STEP_LEFT",
      "value": "133",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_STEP_RIGHT",
      "value": "134",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_STEP_BACK",
      "value": "135",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_STEP_FORE",
      "value": "136",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK1",
      "value": "137",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK2",
      "value": "138",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_MELEE_ATTACK1",
      "value": "139",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_MELEE_ATTACK2",
      "value": "140",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK1_LOW",
      "value": "141",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK2_LOW",
      "value": "142",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MELEE_ATTACK_SWING_GESTURE",
      "value": "143",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_SMALL_FLINCH",
      "value": "144",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_BIG_FLINCH",
      "value": "145",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_FLINCH_BLAST",
      "value": "146",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_FLINCH_BLAST_SHOTGUN",
      "value": "147",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_FLINCH_BLAST_DAMAGED",
      "value": "148",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_FLINCH_BLAST_DAMAGED_SHOTGUN",
      "value": "149",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_FLINCH_HEAD",
      "value": "150",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_FLINCH_CHEST",
      "value": "151",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_FLINCH_STOMACH",
      "value": "152",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_FLINCH_LEFTARM",
      "value": "153",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_FLINCH_RIGHTARM",
      "value": "154",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_FLINCH_LEFTLEG",
      "value": "155",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_FLINCH_RIGHTLEG",
      "value": "156",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_TURN_LEFT",
      "value": "157",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_TURN_RIGHT",
      "value": "158",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_TURN_LEFT45",
      "value": "159",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_TURN_RIGHT45",
      "value": "160",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_TURN_LEFT90",
      "value": "161",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_TURN_RIGHT90",
      "value": "162",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_TURN_LEFT45_FLAT",
      "value": "163",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_TURN_RIGHT45_FLAT",
      "value": "164",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_TURN_LEFT90_FLAT",
      "value": "165",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_TURN_RIGHT90_FLAT",
      "value": "166",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BARNACLE_HIT",
      "value": "167",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BARNACLE_PULL",
      "value": "168",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BARNACLE_CHOMP",
      "value": "169",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BARNACLE_CHEW",
      "value": "170",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DO_NOT_DISTURB",
      "value": "171",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DRAW",
      "value": "172",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_HOLSTER",
      "value": "173",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE",
      "value": "174",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_FIDGET",
      "value": "175",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PULLBACK",
      "value": "176",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PULLBACK_HIGH",
      "value": "177",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PULLBACK_LOW",
      "value": "178",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_THROW",
      "value": "179",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PULLPIN",
      "value": "180",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK",
      "value": "181",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_SECONDARYATTACK",
      "value": "182",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_RELOAD",
      "value": "183",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DRYFIRE",
      "value": "186",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_HITLEFT",
      "value": "187",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_HITLEFT2",
      "value": "188",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_HITRIGHT",
      "value": "189",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_HITRIGHT2",
      "value": "190",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_HITCENTER",
      "value": "191",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_HITCENTER2",
      "value": "192",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_MISSLEFT",
      "value": "193",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_MISSLEFT2",
      "value": "194",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_MISSRIGHT",
      "value": "195",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_MISSRIGHT2",
      "value": "196",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_MISSCENTER",
      "value": "197",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_MISSCENTER2",
      "value": "198",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_HAULBACK",
      "value": "199",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_SWINGHARD",
      "value": "200",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_SWINGMISS",
      "value": "201",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_SWINGHIT",
      "value": "202",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_TO_LOWERED",
      "value": "203",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_LOWERED",
      "value": "204",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_LOWERED_TO_IDLE",
      "value": "205",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_RECOIL1",
      "value": "206",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_RECOIL2",
      "value": "207",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_RECOIL3",
      "value": "208",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PICKUP",
      "value": "209",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_RELEASE",
      "value": "210",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_ATTACH_SILENCER",
      "value": "211",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DETACH_SILENCER",
      "value": "212",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_STICKWALL_IDLE",
      "value": "229",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_STICKWALL_ND_IDLE",
      "value": "230",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_STICKWALL_ATTACH",
      "value": "231",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_STICKWALL_ATTACH2",
      "value": "232",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_STICKWALL_ND_ATTACH",
      "value": "233",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_STICKWALL_ND_ATTACH2",
      "value": "234",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_STICKWALL_DETONATE",
      "value": "235",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_STICKWALL_DETONATOR_HOLSTER",
      "value": "236",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_STICKWALL_DRAW",
      "value": "237",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_STICKWALL_ND_DRAW",
      "value": "238",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_STICKWALL_TO_THROW",
      "value": "239",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_STICKWALL_TO_THROW_ND",
      "value": "240",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_STICKWALL_TO_TRIPMINE_ND",
      "value": "241",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_THROW_IDLE",
      "value": "242",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_THROW_ND_IDLE",
      "value": "243",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_THROW_THROW",
      "value": "244",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_THROW_THROW2",
      "value": "245",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_THROW_THROW_ND",
      "value": "246",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_THROW_THROW_ND2",
      "value": "247",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_THROW_DRAW",
      "value": "248",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_THROW_ND_DRAW",
      "value": "249",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_THROW_TO_STICKWALL",
      "value": "250",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_THROW_TO_STICKWALL_ND",
      "value": "251",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_THROW_DETONATE",
      "value": "252",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_THROW_DETONATOR_HOLSTER",
      "value": "253",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_THROW_TO_TRIPMINE_ND",
      "value": "254",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_TRIPMINE_IDLE",
      "value": "255",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_TRIPMINE_DRAW",
      "value": "256",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_TRIPMINE_ATTACH",
      "value": "257",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_TRIPMINE_ATTACH2",
      "value": "258",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_TRIPMINE_TO_STICKWALL_ND",
      "value": "259",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_TRIPMINE_TO_THROW_ND",
      "value": "260",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_DETONATOR_IDLE",
      "value": "261",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_DETONATOR_DRAW",
      "value": "262",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_DETONATOR_DETONATE",
      "value": "263",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_DETONATOR_HOLSTER",
      "value": "264",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_DETONATOR_STICKWALL_DRAW",
      "value": "265",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SLAM_DETONATOR_THROW_DRAW",
      "value": "266",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SHOTGUN_RELOAD_START",
      "value": "267",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SHOTGUN_RELOAD_FINISH",
      "value": "268",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SHOTGUN_PUMP",
      "value": "269",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SMG2_IDLE2",
      "value": "270",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SMG2_FIRE2",
      "value": "271",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SMG2_DRAW2",
      "value": "272",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SMG2_RELOAD2",
      "value": "273",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SMG2_DRYFIRE2",
      "value": "274",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SMG2_TOAUTO",
      "value": "275",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SMG2_TOBURST",
      "value": "276",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_PHYSCANNON_UPGRADE",
      "value": "277",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_AR1",
      "value": "278",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_AR2",
      "value": "279",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_AR2_LOW",
      "value": "280",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_AR2_GRENADE",
      "value": "281",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_HMG1",
      "value": "282",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_ML",
      "value": "283",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_SMG1",
      "value": "284",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_SMG1_LOW",
      "value": "285",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_SMG2",
      "value": "286",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_SHOTGUN",
      "value": "287",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_SHOTGUN_LOW",
      "value": "288",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_PISTOL",
      "value": "289",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_PISTOL_LOW",
      "value": "290",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_SLAM",
      "value": "291",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_TRIPWIRE",
      "value": "292",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_THROW",
      "value": "293",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_SNIPER_RIFLE",
      "value": "294",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_ATTACK_RPG",
      "value": "295",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MELEE_ATTACK_SWING",
      "value": "296",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_AIM_LOW",
      "value": "297",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_AIM_SMG1_LOW",
      "value": "298",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_AIM_PISTOL_LOW",
      "value": "299",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RANGE_AIM_AR2_LOW",
      "value": "300",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_COVER_PISTOL_LOW",
      "value": "301",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_COVER_SMG1_LOW",
      "value": "302",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK_AR1",
      "value": "303",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK_AR2",
      "value": "304",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK_AR2_GRENADE",
      "value": "305",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK_HMG1",
      "value": "306",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK_ML",
      "value": "307",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK_SMG1",
      "value": "308",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK_SMG1_LOW",
      "value": "309",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK_SMG2",
      "value": "310",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK_SHOTGUN",
      "value": "311",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK_PISTOL",
      "value": "312",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK_PISTOL_LOW",
      "value": "313",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK_SLAM",
      "value": "314",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK_TRIPWIRE",
      "value": "315",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK_THROW",
      "value": "316",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RANGE_ATTACK_SNIPER_RIFLE",
      "value": "317",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_MELEE_ATTACK_SWING",
      "value": "318",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_RIFLE",
      "value": "319",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_SMG1",
      "value": "320",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_ANGRY_SMG1",
      "value": "321",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_PISTOL",
      "value": "322",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_ANGRY_PISTOL",
      "value": "323",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_ANGRY_SHOTGUN",
      "value": "324",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_STEALTH_PISTOL",
      "value": "325",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_PACKAGE",
      "value": "326",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_PACKAGE",
      "value": "327",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_SUITCASE",
      "value": "328",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_SUITCASE",
      "value": "329",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_SMG1_RELAXED",
      "value": "330",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_SMG1_STIMULATED",
      "value": "331",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_RIFLE_RELAXED",
      "value": "332",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_RIFLE_RELAXED",
      "value": "333",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_RIFLE_STIMULATED",
      "value": "334",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_RIFLE_STIMULATED",
      "value": "335",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_AIM_RIFLE_STIMULATED",
      "value": "336",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_AIM_RIFLE_STIMULATED",
      "value": "337",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_AIM_RIFLE_STIMULATED",
      "value": "338",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_SHOTGUN_RELAXED",
      "value": "339",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_SHOTGUN_STIMULATED",
      "value": "340",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_SHOTGUN_AGITATED",
      "value": "341",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_ANGRY",
      "value": "342",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_POLICE_HARASS1",
      "value": "343",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_POLICE_HARASS2",
      "value": "344",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_MANNEDGUN",
      "value": "345",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_MELEE",
      "value": "346",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_ANGRY_MELEE",
      "value": "347",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_RPG_RELAXED",
      "value": "348",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_RPG",
      "value": "349",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_ANGRY_RPG",
      "value": "350",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_COVER_LOW_RPG",
      "value": "351",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_RPG",
      "value": "352",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_RPG",
      "value": "353",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_CROUCH_RPG",
      "value": "354",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_CROUCH_RPG",
      "value": "355",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_RPG_RELAXED",
      "value": "356",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_RPG_RELAXED",
      "value": "357",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_RIFLE",
      "value": "358",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_AIM_RIFLE",
      "value": "359",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_CROUCH_RIFLE",
      "value": "360",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_CROUCH_AIM_RIFLE",
      "value": "361",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_RIFLE",
      "value": "362",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_AIM_RIFLE",
      "value": "363",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_CROUCH_RIFLE",
      "value": "364",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_CROUCH_AIM_RIFLE",
      "value": "365",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_STEALTH_PISTOL",
      "value": "366",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_AIM_SHOTGUN",
      "value": "367",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_AIM_SHOTGUN",
      "value": "368",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_PISTOL",
      "value": "369",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_PISTOL",
      "value": "370",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_AIM_PISTOL",
      "value": "371",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_AIM_PISTOL",
      "value": "372",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_STEALTH_PISTOL",
      "value": "373",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_AIM_STEALTH_PISTOL",
      "value": "374",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUN_AIM_STEALTH_PISTOL",
      "value": "375",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RELOAD_PISTOL",
      "value": "376",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RELOAD_PISTOL_LOW",
      "value": "377",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RELOAD_SMG1",
      "value": "378",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RELOAD_SMG1_LOW",
      "value": "379",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RELOAD_SHOTGUN",
      "value": "380",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RELOAD_SHOTGUN_LOW",
      "value": "381",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RELOAD",
      "value": "382",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RELOAD_PISTOL",
      "value": "383",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RELOAD_SMG1",
      "value": "384",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_RELOAD_SHOTGUN",
      "value": "385",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BUSY_LEAN_LEFT",
      "value": "386",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BUSY_LEAN_LEFT_ENTRY",
      "value": "387",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BUSY_LEAN_LEFT_EXIT",
      "value": "388",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BUSY_LEAN_BACK",
      "value": "389",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BUSY_LEAN_BACK_ENTRY",
      "value": "390",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BUSY_LEAN_BACK_EXIT",
      "value": "391",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BUSY_SIT_GROUND",
      "value": "392",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BUSY_SIT_GROUND_ENTRY",
      "value": "393",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BUSY_SIT_GROUND_EXIT",
      "value": "394",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BUSY_SIT_CHAIR",
      "value": "395",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BUSY_SIT_CHAIR_ENTRY",
      "value": "396",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BUSY_SIT_CHAIR_EXIT",
      "value": "397",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BUSY_STAND",
      "value": "398",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_BUSY_QUEUE",
      "value": "399",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DUCK_DODGE",
      "value": "400",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DIE_BARNACLE_SWALLOW",
      "value": "401",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GESTURE_BARNACLE_STRANGLE",
      "value": "402",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_PHYSCANNON_DETACH",
      "value": "403",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_PHYSCANNON_ANIMATE",
      "value": "404",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_PHYSCANNON_ANIMATE_PRE",
      "value": "405",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_PHYSCANNON_ANIMATE_POST",
      "value": "406",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DIE_FRONTSIDE",
      "value": "407",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DIE_RIGHTSIDE",
      "value": "408",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DIE_BACKSIDE",
      "value": "409",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DIE_LEFTSIDE",
      "value": "410",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_OPEN_DOOR",
      "value": "411",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DI_ALYX_ZOMBIE_MELEE",
      "value": "412",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DI_ALYX_ZOMBIE_TORSO_MELEE",
      "value": "413",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DI_ALYX_HEADCRAB_MELEE",
      "value": "414",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DI_ALYX_ANTLION",
      "value": "415",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DI_ALYX_ZOMBIE_SHOTGUN64",
      "value": "416",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DI_ALYX_ZOMBIE_SHOTGUN26",
      "value": "417",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_READINESS_RELAXED_TO_STIMULATED",
      "value": "418",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_READINESS_RELAXED_TO_STIMULATED_WALK",
      "value": "419",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_READINESS_AGITATED_TO_STIMULATED",
      "value": "420",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_READINESS_STIMULATED_TO_RELAXED",
      "value": "421",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_READINESS_PISTOL_RELAXED_TO_STIMULATED",
      "value": "422",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_READINESS_PISTOL_RELAXED_TO_STIMULATED_WALK",
      "value": "423",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_READINESS_PISTOL_AGITATED_TO_STIMULATED",
      "value": "424",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_READINESS_PISTOL_STIMULATED_TO_RELAXED",
      "value": "425",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLE_CARRY",
      "value": "426",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_WALK_CARRY",
      "value": "427",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_STARTDYING",
      "value": "428",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DYINGLOOP",
      "value": "429",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DYINGTODEAD",
      "value": "430",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RIDE_MANNED_GUN",
      "value": "431",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_SPRINT_ENTER",
      "value": "432",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_SPRINT_IDLE",
      "value": "433",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_SPRINT_LEAVE",
      "value": "434",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_FIRE_START",
      "value": "435",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_FIRE_LOOP",
      "value": "436",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_FIRE_END",
      "value": "437",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CROUCHING_GRENADEIDLE",
      "value": "438",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CROUCHING_GRENADEREADY",
      "value": "439",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CROUCHING_PRIMARYATTACK",
      "value": "440",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_OVERLAY_GRENADEIDLE",
      "value": "441",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_OVERLAY_GRENADEREADY",
      "value": "442",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_OVERLAY_PRIMARYATTACK",
      "value": "443",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_OVERLAY_SHIELD_UP",
      "value": "444",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_OVERLAY_SHIELD_DOWN",
      "value": "445",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_OVERLAY_SHIELD_UP_IDLE",
      "value": "446",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_OVERLAY_SHIELD_ATTACK",
      "value": "447",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_OVERLAY_SHIELD_KNOCKBACK",
      "value": "448",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SHIELD_UP",
      "value": "449",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SHIELD_DOWN",
      "value": "450",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SHIELD_UP_IDLE",
      "value": "451",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SHIELD_ATTACK",
      "value": "452",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SHIELD_KNOCKBACK",
      "value": "453",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CROUCHING_SHIELD_UP",
      "value": "454",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CROUCHING_SHIELD_DOWN",
      "value": "455",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CROUCHING_SHIELD_UP_IDLE",
      "value": "456",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CROUCHING_SHIELD_ATTACK",
      "value": "457",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CROUCHING_SHIELD_KNOCKBACK",
      "value": "458",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_TURNRIGHT45",
      "value": "459",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_TURNLEFT45",
      "value": "460",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_TURN",
      "value": "461",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_OBJ_ASSEMBLING",
      "value": "462",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_OBJ_DISMANTLING",
      "value": "463",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_OBJ_STARTUP",
      "value": "464",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_OBJ_RUNNING",
      "value": "465",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_OBJ_IDLE",
      "value": "466",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_OBJ_PLACING",
      "value": "467",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_OBJ_DETERIORATING",
      "value": "468",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_OBJ_UPGRADING",
      "value": "469",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DEPLOY",
      "value": "470",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DEPLOY_IDLE",
      "value": "471",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_UNDEPLOY",
      "value": "472",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GRENADE_ROLL",
      "value": "473",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GRENADE_TOSS",
      "value": "474",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HANDGRENADE_THROW1",
      "value": "475",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HANDGRENADE_THROW2",
      "value": "476",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HANDGRENADE_THROW3",
      "value": "477",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SHOTGUN_IDLE_DEEP",
      "value": "478",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SHOTGUN_IDLE4",
      "value": "479",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GLOCK_SHOOTEMPTY",
      "value": "480",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GLOCK_SHOOT_RELOAD",
      "value": "481",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RPG_DRAW_UNLOADED",
      "value": "482",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RPG_HOLSTER_UNLOADED",
      "value": "483",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RPG_IDLE_UNLOADED",
      "value": "484",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RPG_FIDGET_UNLOADED",
      "value": "485",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CROSSBOW_DRAW_UNLOADED",
      "value": "486",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CROSSBOW_IDLE_UNLOADED",
      "value": "487",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CROSSBOW_FIDGET_UNLOADED",
      "value": "488",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GAUSS_SPINUP",
      "value": "489",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GAUSS_SPINCYCLE",
      "value": "490",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_TRIPMINE_GROUND",
      "value": "491",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_TRIPMINE_WORLD",
      "value": "492",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_SILENCED",
      "value": "493",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_RELOAD_SILENCED",
      "value": "494",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DRYFIRE_SILENCED",
      "value": "495",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_SILENCED",
      "value": "496",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DRAW_SILENCED",
      "value": "497",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_EMPTY_LEFT",
      "value": "498",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DRYFIRE_LEFT",
      "value": "499",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_PLAYER_IDLE_FIRE",
      "value": "500",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_PLAYER_CROUCH_FIRE",
      "value": "501",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_PLAYER_CROUCH_WALK_FIRE",
      "value": "502",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_PLAYER_WALK_FIRE",
      "value": "503",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_PLAYER_RUN_FIRE",
      "value": "504",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_IDLETORUN",
      "value": "505",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_RUNTOIDLE",
      "value": "506",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_SPRINT",
      "value": "507",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GET_DOWN_STAND",
      "value": "508",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GET_UP_STAND",
      "value": "509",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GET_DOWN_CROUCH",
      "value": "510",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GET_UP_CROUCH",
      "value": "511",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_PRONE_FORWARD",
      "value": "512",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_PRONE_IDLE",
      "value": "513",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DEEPIDLE1",
      "value": "514",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DEEPIDLE2",
      "value": "515",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DEEPIDLE3",
      "value": "516",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DEEPIDLE4",
      "value": "517",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_RELOAD_DEPLOYED",
      "value": "518",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_RELOAD_IDLE",
      "value": "519",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DRAW_DEPLOYED",
      "value": "520",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DRAW_EMPTY",
      "value": "521",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_EMPTY",
      "value": "522",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_RELOAD_EMPTY",
      "value": "523",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_EMPTY",
      "value": "524",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_DEPLOYED_EMPTY",
      "value": "525",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_8",
      "value": "526",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_7",
      "value": "527",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_6",
      "value": "528",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_5",
      "value": "529",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_4",
      "value": "530",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_3",
      "value": "531",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_2",
      "value": "532",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_1",
      "value": "533",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_DEPLOYED",
      "value": "534",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_DEPLOYED_8",
      "value": "535",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_DEPLOYED_7",
      "value": "536",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_DEPLOYED_6",
      "value": "537",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_DEPLOYED_5",
      "value": "538",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_DEPLOYED_4",
      "value": "539",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_DEPLOYED_3",
      "value": "540",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_DEPLOYED_2",
      "value": "541",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_DEPLOYED_1",
      "value": "542",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_UNDEPLOY",
      "value": "543",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_UNDEPLOY_8",
      "value": "544",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_UNDEPLOY_7",
      "value": "545",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_UNDEPLOY_6",
      "value": "546",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_UNDEPLOY_5",
      "value": "547",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_UNDEPLOY_4",
      "value": "548",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_UNDEPLOY_3",
      "value": "549",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_UNDEPLOY_2",
      "value": "550",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_UNDEPLOY_1",
      "value": "551",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_UNDEPLOY_EMPTY",
      "value": "552",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOY",
      "value": "553",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOY_8",
      "value": "554",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOY_7",
      "value": "555",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOY_6",
      "value": "556",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOY_5",
      "value": "557",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOY_4",
      "value": "558",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOY_3",
      "value": "559",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOY_2",
      "value": "560",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOY_1",
      "value": "561",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOY_EMPTY",
      "value": "562",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_8",
      "value": "563",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_7",
      "value": "564",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_6",
      "value": "565",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_5",
      "value": "566",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_4",
      "value": "567",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_3",
      "value": "568",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_2",
      "value": "569",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_1",
      "value": "570",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_DEPLOYED",
      "value": "571",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_DEPLOYED_8",
      "value": "572",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_DEPLOYED_7",
      "value": "573",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_DEPLOYED_6",
      "value": "574",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_DEPLOYED_5",
      "value": "575",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_DEPLOYED_4",
      "value": "576",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_DEPLOYED_3",
      "value": "577",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_DEPLOYED_2",
      "value": "578",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_DEPLOYED_1",
      "value": "579",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PRIMARYATTACK_DEPLOYED_EMPTY",
      "value": "580",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_DEPLOYED",
      "value": "581",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_DEPLOYED",
      "value": "582",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_IDLE_ZOOMED",
      "value": "583",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_ZOOMED",
      "value": "584",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_ZOOMED",
      "value": "585",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_ZOOMED",
      "value": "586",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_ZOOMED",
      "value": "587",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_FORWARD_ZOOMED",
      "value": "588",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_DEPLOYED",
      "value": "589",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_DEPLOYED",
      "value": "590",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_DEPLOYED",
      "value": "591",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_DEPLOYED",
      "value": "592",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE",
      "value": "593",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SECONDARYATTACK_PRONE",
      "value": "594",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_CROUCH",
      "value": "595",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE",
      "value": "596",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_IDLE",
      "value": "597",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM",
      "value": "598",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_IDLE",
      "value": "599",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM",
      "value": "600",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_IDLE",
      "value": "601",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM",
      "value": "602",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_IDLE",
      "value": "603",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM",
      "value": "604",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_IDLE",
      "value": "605",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM",
      "value": "606",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM_PISTOL",
      "value": "607",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM_PISTOL",
      "value": "608",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM_PISTOL",
      "value": "609",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM_PISTOL",
      "value": "610",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM_PISTOL",
      "value": "611",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_AIM_PISTOL",
      "value": "612",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_IDLE_PISTOL",
      "value": "613",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_IDLE_PISTOL",
      "value": "614",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_IDLE_PISTOL",
      "value": "615",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_IDLE_PISTOL",
      "value": "616",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_IDLE_PISTOL",
      "value": "617",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_IDLE_PISTOL",
      "value": "618",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_IDLE_PISTOL",
      "value": "619",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM_C96",
      "value": "620",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM_C96",
      "value": "621",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM_C96",
      "value": "622",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM_C96",
      "value": "623",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM_C96",
      "value": "624",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_AIM_C96",
      "value": "625",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_IDLE_C96",
      "value": "626",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_IDLE_C96",
      "value": "627",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_IDLE_C96",
      "value": "628",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_IDLE_C96",
      "value": "629",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_IDLE_C96",
      "value": "630",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_IDLE_C96",
      "value": "631",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_IDLE_C96",
      "value": "632",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM_RIFLE",
      "value": "633",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM_RIFLE",
      "value": "634",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM_RIFLE",
      "value": "635",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM_RIFLE",
      "value": "636",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM_RIFLE",
      "value": "637",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_AIM_RIFLE",
      "value": "638",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_IDLE_RIFLE",
      "value": "639",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_IDLE_RIFLE",
      "value": "640",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_IDLE_RIFLE",
      "value": "641",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_IDLE_RIFLE",
      "value": "642",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_IDLE_RIFLE",
      "value": "643",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_IDLE_RIFLE",
      "value": "644",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_IDLE_RIFLE",
      "value": "645",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM_BOLT",
      "value": "646",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM_BOLT",
      "value": "647",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM_BOLT",
      "value": "648",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM_BOLT",
      "value": "649",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM_BOLT",
      "value": "650",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_AIM_BOLT",
      "value": "651",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_IDLE_BOLT",
      "value": "652",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_IDLE_BOLT",
      "value": "653",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_IDLE_BOLT",
      "value": "654",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_IDLE_BOLT",
      "value": "655",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_IDLE_BOLT",
      "value": "656",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_IDLE_BOLT",
      "value": "657",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_IDLE_BOLT",
      "value": "658",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM_TOMMY",
      "value": "659",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM_TOMMY",
      "value": "660",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM_TOMMY",
      "value": "661",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM_TOMMY",
      "value": "662",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM_TOMMY",
      "value": "663",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_AIM_TOMMY",
      "value": "664",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_IDLE_TOMMY",
      "value": "665",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_IDLE_TOMMY",
      "value": "666",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_IDLE_TOMMY",
      "value": "667",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_IDLE_TOMMY",
      "value": "668",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_IDLE_TOMMY",
      "value": "669",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_IDLE_TOMMY",
      "value": "670",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_IDLE_TOMMY",
      "value": "671",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM_MP40",
      "value": "672",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM_MP40",
      "value": "673",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM_MP40",
      "value": "674",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM_MP40",
      "value": "675",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM_MP40",
      "value": "676",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_AIM_MP40",
      "value": "677",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_IDLE_MP40",
      "value": "678",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_IDLE_MP40",
      "value": "679",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_IDLE_MP40",
      "value": "680",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_IDLE_MP40",
      "value": "681",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_IDLE_MP40",
      "value": "682",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_IDLE_MP40",
      "value": "683",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_IDLE_MP40",
      "value": "684",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM_MP44",
      "value": "685",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM_MP44",
      "value": "686",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM_MP44",
      "value": "687",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM_MP44",
      "value": "688",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM_MP44",
      "value": "689",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_AIM_MP44",
      "value": "690",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_IDLE_MP44",
      "value": "691",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_IDLE_MP44",
      "value": "692",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_IDLE_MP44",
      "value": "693",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_IDLE_MP44",
      "value": "694",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_IDLE_MP44",
      "value": "695",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_IDLE_MP44",
      "value": "696",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_IDLE_MP44",
      "value": "697",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM_GREASE",
      "value": "698",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM_GREASE",
      "value": "699",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM_GREASE",
      "value": "700",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM_GREASE",
      "value": "701",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM_GREASE",
      "value": "702",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_AIM_GREASE",
      "value": "703",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_IDLE_GREASE",
      "value": "704",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_IDLE_GREASE",
      "value": "705",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_IDLE_GREASE",
      "value": "706",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_IDLE_GREASE",
      "value": "707",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_IDLE_GREASE",
      "value": "708",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_IDLE_GREASE",
      "value": "709",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_IDLE_GREASE",
      "value": "710",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM_MG",
      "value": "711",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM_MG",
      "value": "712",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM_MG",
      "value": "713",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM_MG",
      "value": "714",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM_MG",
      "value": "715",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_AIM_MG",
      "value": "716",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_IDLE_MG",
      "value": "717",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_IDLE_MG",
      "value": "718",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_IDLE_MG",
      "value": "719",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_IDLE_MG",
      "value": "720",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_IDLE_MG",
      "value": "721",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_IDLE_MG",
      "value": "722",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_IDLE_MG",
      "value": "723",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM_30CAL",
      "value": "724",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM_30CAL",
      "value": "725",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM_30CAL",
      "value": "726",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM_30CAL",
      "value": "727",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM_30CAL",
      "value": "728",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_AIM_30CAL",
      "value": "729",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_IDLE_30CAL",
      "value": "730",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_IDLE_30CAL",
      "value": "731",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_IDLE_30CAL",
      "value": "732",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_IDLE_30CAL",
      "value": "733",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_IDLE_30CAL",
      "value": "734",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_IDLE_30CAL",
      "value": "735",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_IDLE_30CAL",
      "value": "736",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM_GREN_FRAG",
      "value": "737",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM_GREN_FRAG",
      "value": "738",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM_GREN_FRAG",
      "value": "739",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM_GREN_FRAG",
      "value": "740",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM_GREN_FRAG",
      "value": "741",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_AIM_GREN_FRAG",
      "value": "742",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_AIM_GREN_FRAG",
      "value": "743",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_AIM_GREN_FRAG",
      "value": "744",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM_GREN_STICK",
      "value": "745",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM_GREN_STICK",
      "value": "746",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM_GREN_STICK",
      "value": "747",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM_GREN_STICK",
      "value": "748",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM_GREN_STICK",
      "value": "749",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_AIM_GREN_STICK",
      "value": "750",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_AIM_GREN_STICK",
      "value": "751",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_AIM_GREN_STICK",
      "value": "752",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM_KNIFE",
      "value": "753",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM_KNIFE",
      "value": "754",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM_KNIFE",
      "value": "755",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM_KNIFE",
      "value": "756",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM_KNIFE",
      "value": "757",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_AIM_KNIFE",
      "value": "758",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_AIM_KNIFE",
      "value": "759",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_AIM_KNIFE",
      "value": "760",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM_SPADE",
      "value": "761",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM_SPADE",
      "value": "762",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM_SPADE",
      "value": "763",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM_SPADE",
      "value": "764",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM_SPADE",
      "value": "765",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_AIM_SPADE",
      "value": "766",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_AIM_SPADE",
      "value": "767",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_AIM_SPADE",
      "value": "768",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM_BAZOOKA",
      "value": "769",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM_BAZOOKA",
      "value": "770",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM_BAZOOKA",
      "value": "771",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM_BAZOOKA",
      "value": "772",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM_BAZOOKA",
      "value": "773",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_AIM_BAZOOKA",
      "value": "774",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_IDLE_BAZOOKA",
      "value": "775",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_IDLE_BAZOOKA",
      "value": "776",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_IDLE_BAZOOKA",
      "value": "777",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_IDLE_BAZOOKA",
      "value": "778",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_IDLE_BAZOOKA",
      "value": "779",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_IDLE_BAZOOKA",
      "value": "780",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_IDLE_BAZOOKA",
      "value": "781",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM_PSCHRECK",
      "value": "782",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM_PSCHRECK",
      "value": "783",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM_PSCHRECK",
      "value": "784",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM_PSCHRECK",
      "value": "785",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM_PSCHRECK",
      "value": "786",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_AIM_PSCHRECK",
      "value": "787",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_IDLE_PSCHRECK",
      "value": "788",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_IDLE_PSCHRECK",
      "value": "789",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_IDLE_PSCHRECK",
      "value": "790",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_IDLE_PSCHRECK",
      "value": "791",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_IDLE_PSCHRECK",
      "value": "792",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_IDLE_PSCHRECK",
      "value": "793",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_IDLE_PSCHRECK",
      "value": "794",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_AIM_BAR",
      "value": "795",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_AIM_BAR",
      "value": "796",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_AIM_BAR",
      "value": "797",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_AIM_BAR",
      "value": "798",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_AIM_BAR",
      "value": "799",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_AIM_BAR",
      "value": "800",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_IDLE_BAR",
      "value": "801",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_IDLE_BAR",
      "value": "802",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_IDLE_BAR",
      "value": "803",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_IDLE_BAR",
      "value": "804",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_IDLE_BAR",
      "value": "805",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_IDLE_BAR",
      "value": "806",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_IDLE_BAR",
      "value": "807",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_ZOOM_RIFLE",
      "value": "808",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_ZOOM_RIFLE",
      "value": "809",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_ZOOM_RIFLE",
      "value": "810",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_ZOOM_RIFLE",
      "value": "811",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_ZOOM_RIFLE",
      "value": "812",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_ZOOM_RIFLE",
      "value": "813",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_ZOOM_BOLT",
      "value": "814",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_ZOOM_BOLT",
      "value": "815",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_ZOOM_BOLT",
      "value": "816",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_ZOOM_BOLT",
      "value": "817",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_ZOOM_BOLT",
      "value": "818",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_ZOOM_BOLT",
      "value": "819",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_ZOOM_BAZOOKA",
      "value": "820",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_ZOOM_BAZOOKA",
      "value": "821",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_ZOOM_BAZOOKA",
      "value": "822",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_ZOOM_BAZOOKA",
      "value": "823",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_ZOOM_BAZOOKA",
      "value": "824",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_ZOOM_BAZOOKA",
      "value": "825",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_ZOOM_PSCHRECK",
      "value": "826",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_ZOOM_PSCHRECK",
      "value": "827",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_ZOOM_PSCHRECK",
      "value": "828",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_ZOOM_PSCHRECK",
      "value": "829",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_ZOOM_PSCHRECK",
      "value": "830",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_ZOOM_PSCHRECK",
      "value": "831",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_DEPLOY_RIFLE",
      "value": "832",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_DEPLOY_TOMMY",
      "value": "833",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_DEPLOY_MG",
      "value": "834",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_DEPLOY_30CAL",
      "value": "835",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_DEPLOY_RIFLE",
      "value": "836",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_DEPLOY_TOMMY",
      "value": "837",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_DEPLOY_MG",
      "value": "838",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_DEPLOY_30CAL",
      "value": "839",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_RIFLE",
      "value": "840",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SECONDARYATTACK_RIFLE",
      "value": "841",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_RIFLE",
      "value": "842",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SECONDARYATTACK_PRONE_RIFLE",
      "value": "843",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_DEPLOYED_RIFLE",
      "value": "844",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_DEPLOYED_RIFLE",
      "value": "845",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_BOLT",
      "value": "846",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SECONDARYATTACK_BOLT",
      "value": "847",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_BOLT",
      "value": "848",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SECONDARYATTACK_PRONE_BOLT",
      "value": "849",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_TOMMY",
      "value": "850",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_TOMMY",
      "value": "851",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SECONDARYATTACK_TOMMY",
      "value": "852",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SECONDARYATTACK_PRONE_TOMMY",
      "value": "853",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_MP40",
      "value": "854",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_MP40",
      "value": "855",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SECONDARYATTACK_MP40",
      "value": "856",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SECONDARYATTACK_PRONE_MP40",
      "value": "857",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_MP44",
      "value": "858",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_MP44",
      "value": "859",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_GREASE",
      "value": "860",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_GREASE",
      "value": "861",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PISTOL",
      "value": "862",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_PISTOL",
      "value": "863",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_C96",
      "value": "864",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_C96",
      "value": "865",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_MG",
      "value": "866",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_MG",
      "value": "867",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_DEPLOYED_MG",
      "value": "868",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_DEPLOYED_MG",
      "value": "869",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_30CAL",
      "value": "870",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_30CAL",
      "value": "871",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_DEPLOYED_30CAL",
      "value": "872",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_DEPLOYED_30CAL",
      "value": "873",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_GREN_FRAG",
      "value": "874",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_GREN_FRAG",
      "value": "875",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_GREN_STICK",
      "value": "876",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_GREN_STICK",
      "value": "877",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_KNIFE",
      "value": "878",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_KNIFE",
      "value": "879",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_SPADE",
      "value": "880",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_SPADE",
      "value": "881",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_BAZOOKA",
      "value": "882",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_BAZOOKA",
      "value": "883",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PSCHRECK",
      "value": "884",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_PSCHRECK",
      "value": "885",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_BAR",
      "value": "886",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_PRONE_BAR",
      "value": "887",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_GARAND",
      "value": "888",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_K43",
      "value": "889",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_BAR",
      "value": "890",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_MP40",
      "value": "891",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_MP44",
      "value": "892",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_BOLT",
      "value": "893",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_M1CARBINE",
      "value": "894",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_TOMMY",
      "value": "895",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_GREASEGUN",
      "value": "896",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PISTOL",
      "value": "897",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_FG42",
      "value": "898",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_RIFLE",
      "value": "899",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_RIFLEGRENADE",
      "value": "900",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_C96",
      "value": "901",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_CROUCH_BAR",
      "value": "902",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_CROUCH_RIFLE",
      "value": "903",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_CROUCH_RIFLEGRENADE",
      "value": "904",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_CROUCH_BOLT",
      "value": "905",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_CROUCH_MP44",
      "value": "906",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_CROUCH_MP40",
      "value": "907",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_CROUCH_TOMMY",
      "value": "908",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_CROUCH_BAZOOKA",
      "value": "909",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_CROUCH_PSCHRECK",
      "value": "910",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_CROUCH_PISTOL",
      "value": "911",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_CROUCH_M1CARBINE",
      "value": "912",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_CROUCH_C96",
      "value": "913",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_BAZOOKA",
      "value": "914",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_ZOOMLOAD_BAZOOKA",
      "value": "915",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PSCHRECK",
      "value": "916",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_ZOOMLOAD_PSCHRECK",
      "value": "917",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_DEPLOYED_FG42",
      "value": "918",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_DEPLOYED_30CAL",
      "value": "919",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_DEPLOYED_MG",
      "value": "920",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_DEPLOYED_MG34",
      "value": "921",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_DEPLOYED_BAR",
      "value": "922",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_PISTOL",
      "value": "923",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_GARAND",
      "value": "924",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_M1CARBINE",
      "value": "925",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_BOLT",
      "value": "926",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_K43",
      "value": "927",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_MP40",
      "value": "928",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_MP44",
      "value": "929",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_BAR",
      "value": "930",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_GREASEGUN",
      "value": "931",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_TOMMY",
      "value": "932",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_FG42",
      "value": "933",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_RIFLE",
      "value": "934",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_RIFLEGRENADE",
      "value": "935",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_C96",
      "value": "936",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_BAZOOKA",
      "value": "937",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_ZOOMLOAD_PRONE_BAZOOKA",
      "value": "938",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_PSCHRECK",
      "value": "939",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_ZOOMLOAD_PRONE_PSCHRECK",
      "value": "940",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_DEPLOYED_BAR",
      "value": "941",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_DEPLOYED_FG42",
      "value": "942",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_DEPLOYED_30CAL",
      "value": "943",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_DEPLOYED_MG",
      "value": "944",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RELOAD_PRONE_DEPLOYED_MG34",
      "value": "945",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_ZOOM_FORWARD_RIFLE",
      "value": "946",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_ZOOM_FORWARD_BOLT",
      "value": "947",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_ZOOM_FORWARD_BAZOOKA",
      "value": "948",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONE_ZOOM_FORWARD_PSCHRECK",
      "value": "949",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_CROUCH",
      "value": "950",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_CROUCH_SPADE",
      "value": "951",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_CROUCH_KNIFE",
      "value": "952",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_CROUCH_GREN_FRAG",
      "value": "953",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRIMARYATTACK_CROUCH_GREN_STICK",
      "value": "954",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SECONDARYATTACK_CROUCH",
      "value": "955",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SECONDARYATTACK_CROUCH_TOMMY",
      "value": "956",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SECONDARYATTACK_CROUCH_MP40",
      "value": "957",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_IDLE",
      "value": "958",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_CROUCH",
      "value": "959",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_IDLE_30CAL",
      "value": "960",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_IDLE_BAZOOKA",
      "value": "961",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_IDLE_PSCHRECK",
      "value": "962",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_IDLE_KNIFE",
      "value": "963",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_IDLE_MG42",
      "value": "964",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_IDLE_PISTOL",
      "value": "965",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_IDLE_STICKGRENADE",
      "value": "966",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_IDLE_TOMMY",
      "value": "967",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_IDLE_MP44",
      "value": "968",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_IDLE_K98",
      "value": "969",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_CROUCH_30CAL",
      "value": "970",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_CROUCH_BAZOOKA",
      "value": "971",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_CROUCH_PSCHRECK",
      "value": "972",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_CROUCH_KNIFE",
      "value": "973",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_CROUCH_MG42",
      "value": "974",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_CROUCH_PISTOL",
      "value": "975",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_CROUCH_STICKGRENADE",
      "value": "976",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_CROUCH_TOMMY",
      "value": "977",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_CROUCH_MP44",
      "value": "978",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_HS_CROUCH_K98",
      "value": "979",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_STAND_IDLE_TNT",
      "value": "980",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCH_IDLE_TNT",
      "value": "981",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_CROUCHWALK_IDLE_TNT",
      "value": "982",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_WALK_IDLE_TNT",
      "value": "983",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_RUN_IDLE_TNT",
      "value": "984",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_SPRINT_IDLE_TNT",
      "value": "985",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PRONEWALK_IDLE_TNT",
      "value": "986",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_PLANT_TNT",
      "value": "987",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DOD_DEFUSE_TNT",
      "value": "988",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_FIZZLE",
      "value": "989",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_STAND_IDLE",
      "value": "990",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_CROUCH_IDLE",
      "value": "991",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_CROUCH_DEPLOYED_IDLE",
      "value": "992",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_CROUCH_DEPLOYED",
      "value": "993",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_DEPLOYED_IDLE",
      "value": "995",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RUN",
      "value": "996",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_WALK",
      "value": "997",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_AIRWALK",
      "value": "998",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_CROUCHWALK",
      "value": "999",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_SPRINT",
      "value": "1000",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP",
      "value": "1001",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_START",
      "value": "1002",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_FLOAT",
      "value": "1003",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_LAND",
      "value": "1004",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_DOUBLEJUMP",
      "value": "1005",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_SWIM",
      "value": "1006",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_DEPLOYED",
      "value": "1007",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_SWIM_DEPLOYED",
      "value": "1008",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_VCD",
      "value": "1009",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_SWIM_IDLE",
      "value": "1010",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_PRIMARYFIRE",
      "value": "1011",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_PRIMARYFIRE_DEPLOYED",
      "value": "1012",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_SECONDARYFIRE",
      "value": "1013",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_GRENADE",
      "value": "1014",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_CROUCH_PRIMARYFIRE",
      "value": "1015",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_CROUCH_PRIMARYFIRE_DEPLOYED",
      "value": "1016",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_CROUCH_SECONDARYFIRE",
      "value": "1017",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_CROUCH_GRENADE",
      "value": "1018",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_SWIM_PRIMARYFIRE",
      "value": "1019",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_SWIM_SECONDARYFIRE",
      "value": "1020",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_SWIM_GRENADE",
      "value": "1021",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_AIRWALK_PRIMARYFIRE",
      "value": "1022",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_AIRWALK_SECONDARYFIRE",
      "value": "1023",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_AIRWALK_GRENADE",
      "value": "1024",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_STAND",
      "value": "1025",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_STAND_LOOP",
      "value": "1026",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_STAND_END",
      "value": "1027",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_CROUCH",
      "value": "1028",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_CROUCH_LOOP",
      "value": "1029",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_CROUCH_END",
      "value": "1030",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_SWIM",
      "value": "1031",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_SWIM_LOOP",
      "value": "1032",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_SWIM_END",
      "value": "1033",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_AIRWALK",
      "value": "1034",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_AIRWALK_LOOP",
      "value": "1035",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_AIRWALK_END",
      "value": "1036",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_PREFIRE",
      "value": "1037",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_POSTFIRE",
      "value": "1038",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_STARTFIRE",
      "value": "1039",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_CROUCH_PREFIRE",
      "value": "1040",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_CROUCH_POSTFIRE",
      "value": "1041",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_SWIM_PREFIRE",
      "value": "1042",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_SWIM_POSTFIRE",
      "value": "1043",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_STAND_PRIMARY",
      "value": "1044",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_CROUCH_PRIMARY",
      "value": "1045",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RUN_PRIMARY",
      "value": "1046",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_WALK_PRIMARY",
      "value": "1047",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_AIRWALK_PRIMARY",
      "value": "1048",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_CROUCHWALK_PRIMARY",
      "value": "1049",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_PRIMARY",
      "value": "1050",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_START_PRIMARY",
      "value": "1051",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_FLOAT_PRIMARY",
      "value": "1052",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_LAND_PRIMARY",
      "value": "1053",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_SWIM_PRIMARY",
      "value": "1054",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_DEPLOYED_PRIMARY",
      "value": "1055",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_SWIM_DEPLOYED_PRIMARY",
      "value": "1056",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_PRIMARY",
      "value": "1059",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_PRIMARY_DEPLOYED",
      "value": "1060",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_CROUCH_PRIMARY",
      "value": "1061",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_CROUCH_PRIMARY_DEPLOYED",
      "value": "1062",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_SWIM_PRIMARY",
      "value": "1063",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_AIRWALK_PRIMARY",
      "value": "1064",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_STAND_PRIMARY",
      "value": "1065",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_STAND_PRIMARY_LOOP",
      "value": "1066",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_STAND_PRIMARY_END",
      "value": "1067",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_CROUCH_PRIMARY",
      "value": "1068",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_CROUCH_PRIMARY_LOOP",
      "value": "1069",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_CROUCH_PRIMARY_END",
      "value": "1070",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_SWIM_PRIMARY",
      "value": "1071",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_SWIM_PRIMARY_LOOP",
      "value": "1072",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_SWIM_PRIMARY_END",
      "value": "1073",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_AIRWALK_PRIMARY",
      "value": "1074",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_AIRWALK_PRIMARY_LOOP",
      "value": "1075",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_AIRWALK_PRIMARY_END",
      "value": "1076",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_GRENADE_PRIMARY",
      "value": "1105",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_CROUCH_GRENADE_PRIMARY",
      "value": "1106",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_SWIM_GRENADE_PRIMARY",
      "value": "1107",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_AIRWALK_GRENADE_PRIMARY",
      "value": "1108",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_STAND_SECONDARY",
      "value": "1109",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_CROUCH_SECONDARY",
      "value": "1110",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RUN_SECONDARY",
      "value": "1111",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_WALK_SECONDARY",
      "value": "1112",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_AIRWALK_SECONDARY",
      "value": "1113",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_CROUCHWALK_SECONDARY",
      "value": "1114",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_SECONDARY",
      "value": "1115",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_START_SECONDARY",
      "value": "1116",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_FLOAT_SECONDARY",
      "value": "1117",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_LAND_SECONDARY",
      "value": "1118",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_SWIM_SECONDARY",
      "value": "1119",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_SECONDARY",
      "value": "1120",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_CROUCH_SECONDARY",
      "value": "1121",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_SWIM_SECONDARY",
      "value": "1122",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_AIRWALK_SECONDARY",
      "value": "1123",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_STAND_SECONDARY",
      "value": "1124",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_STAND_SECONDARY_LOOP",
      "value": "1125",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_STAND_SECONDARY_END",
      "value": "1126",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_CROUCH_SECONDARY",
      "value": "1127",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_CROUCH_SECONDARY_LOOP",
      "value": "1128",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_CROUCH_SECONDARY_END",
      "value": "1129",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_SWIM_SECONDARY",
      "value": "1130",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_SWIM_SECONDARY_LOOP",
      "value": "1131",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_SWIM_SECONDARY_END",
      "value": "1132",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_AIRWALK_SECONDARY",
      "value": "1133",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_AIRWALK_SECONDARY_LOOP",
      "value": "1134",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RELOAD_AIRWALK_SECONDARY_END",
      "value": "1135",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_GRENADE_SECONDARY",
      "value": "1140",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_CROUCH_GRENADE_SECONDARY",
      "value": "1141",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_SWIM_GRENADE_SECONDARY",
      "value": "1142",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_AIRWALK_GRENADE_SECONDARY",
      "value": "1143",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_STAND_MELEE",
      "value": "1171",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_CROUCH_MELEE",
      "value": "1172",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RUN_MELEE",
      "value": "1173",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_WALK_MELEE",
      "value": "1174",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_AIRWALK_MELEE",
      "value": "1175",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_CROUCHWALK_MELEE",
      "value": "1176",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_MELEE",
      "value": "1177",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_START_MELEE",
      "value": "1178",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_FLOAT_MELEE",
      "value": "1179",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_LAND_MELEE",
      "value": "1180",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_SWIM_MELEE",
      "value": "1181",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_MELEE",
      "value": "1182",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_MELEE_SECONDARY",
      "value": "1183",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_CROUCH_MELEE",
      "value": "1184",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_CROUCH_MELEE_SECONDARY",
      "value": "1185",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_SWIM_MELEE",
      "value": "1186",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_AIRWALK_MELEE",
      "value": "1187",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_GRENADE_MELEE",
      "value": "1188",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_CROUCH_GRENADE_MELEE",
      "value": "1189",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_SWIM_GRENADE_MELEE",
      "value": "1190",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_AIRWALK_GRENADE_MELEE",
      "value": "1191",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_FLINCH",
      "value": "1258",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_FLINCH_PRIMARY",
      "value": "1259",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_FLINCH_SECONDARY",
      "value": "1260",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_FLINCH_MELEE",
      "value": "1261",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_FLINCH_HEAD",
      "value": "1264",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_FLINCH_CHEST",
      "value": "1265",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_FLINCH_STOMACH",
      "value": "1266",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_FLINCH_LEFTARM",
      "value": "1267",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_FLINCH_RIGHTARM",
      "value": "1268",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_FLINCH_LEFTLEG",
      "value": "1269",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_FLINCH_RIGHTLEG",
      "value": "1270",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GRENADE1_DRAW",
      "value": "1271",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GRENADE1_IDLE",
      "value": "1272",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GRENADE1_ATTACK",
      "value": "1273",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GRENADE2_DRAW",
      "value": "1274",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GRENADE2_IDLE",
      "value": "1275",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GRENADE2_ATTACK",
      "value": "1276",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_PRIMARY_GRENADE1_DRAW",
      "value": "1277",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_PRIMARY_GRENADE1_IDLE",
      "value": "1278",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_PRIMARY_GRENADE1_ATTACK",
      "value": "1279",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_PRIMARY_GRENADE2_DRAW",
      "value": "1280",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_PRIMARY_GRENADE2_IDLE",
      "value": "1281",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_PRIMARY_GRENADE2_ATTACK",
      "value": "1282",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_SECONDARY_GRENADE1_DRAW",
      "value": "1283",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_SECONDARY_GRENADE1_IDLE",
      "value": "1284",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_SECONDARY_GRENADE1_ATTACK",
      "value": "1285",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_SECONDARY_GRENADE2_DRAW",
      "value": "1286",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_SECONDARY_GRENADE2_IDLE",
      "value": "1287",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_SECONDARY_GRENADE2_ATTACK",
      "value": "1288",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_MELEE_GRENADE1_DRAW",
      "value": "1289",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_MELEE_GRENADE1_IDLE",
      "value": "1290",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_MELEE_GRENADE1_ATTACK",
      "value": "1291",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_MELEE_GRENADE2_DRAW",
      "value": "1292",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_MELEE_GRENADE2_IDLE",
      "value": "1293",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_MELEE_GRENADE2_ATTACK",
      "value": "1294",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_STAND_BUILDING",
      "value": "1307",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_CROUCH_BUILDING",
      "value": "1308",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RUN_BUILDING",
      "value": "1309",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_WALK_BUILDING",
      "value": "1310",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_AIRWALK_BUILDING",
      "value": "1311",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_CROUCHWALK_BUILDING",
      "value": "1312",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_BUILDING",
      "value": "1313",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_START_BUILDING",
      "value": "1314",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_FLOAT_BUILDING",
      "value": "1315",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_LAND_BUILDING",
      "value": "1316",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_SWIM_BUILDING",
      "value": "1317",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_BUILDING",
      "value": "1318",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_CROUCH_BUILDING",
      "value": "1319",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_SWIM_BUILDING",
      "value": "1320",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_AIRWALK_BUILDING",
      "value": "1321",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_GRENADE_BUILDING",
      "value": "1322",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_CROUCH_GRENADE_BUILDING",
      "value": "1323",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_SWIM_GRENADE_BUILDING",
      "value": "1324",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_AIRWALK_GRENADE_BUILDING",
      "value": "1325",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_STAND_PDA",
      "value": "1345",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_CROUCH_PDA",
      "value": "1346",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_RUN_PDA",
      "value": "1347",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_WALK_PDA",
      "value": "1348",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_AIRWALK_PDA",
      "value": "1349",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_CROUCHWALK_PDA",
      "value": "1350",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_PDA",
      "value": "1351",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_START_PDA",
      "value": "1352",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_FLOAT_PDA",
      "value": "1353",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_JUMP_LAND_PDA",
      "value": "1354",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_SWIM_PDA",
      "value": "1355",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_STAND_PDA",
      "value": "1356",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_ATTACK_SWIM_PDA",
      "value": "1357",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_HANDMOUTH",
      "value": "1377",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_FINGERPOINT",
      "value": "1378",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_FISTPUMP",
      "value": "1379",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_THUMBSUP",
      "value": "1380",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_NODYES",
      "value": "1381",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_NODNO",
      "value": "1382",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_HANDMOUTH_PRIMARY",
      "value": "1383",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_FINGERPOINT_PRIMARY",
      "value": "1384",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_FISTPUMP_PRIMARY",
      "value": "1385",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_THUMBSUP_PRIMARY",
      "value": "1386",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_NODYES_PRIMARY",
      "value": "1387",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_NODNO_PRIMARY",
      "value": "1388",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_HANDMOUTH_SECONDARY",
      "value": "1389",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_FINGERPOINT_SECONDARY",
      "value": "1390",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_FISTPUMP_SECONDARY",
      "value": "1391",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_THUMBSUP_SECONDARY",
      "value": "1392",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_NODYES_SECONDARY",
      "value": "1393",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_NODNO_SECONDARY",
      "value": "1394",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_HANDMOUTH_MELEE",
      "value": "1395",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_FINGERPOINT_MELEE",
      "value": "1396",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_FISTPUMP_MELEE",
      "value": "1397",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_THUMBSUP_MELEE",
      "value": "1398",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_NODYES_MELEE",
      "value": "1399",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_NODNO_MELEE",
      "value": "1400",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_HANDMOUTH_BUILDING",
      "value": "1413",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_FINGERPOINT_BUILDING",
      "value": "1414",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_FISTPUMP_BUILDING",
      "value": "1415",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_THUMBSUP_BUILDING",
      "value": "1416",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_NODYES_BUILDING",
      "value": "1417",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_NODNO_BUILDING",
      "value": "1418",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_HANDMOUTH_PDA",
      "value": "1419",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_FINGERPOINT_PDA",
      "value": "1420",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_FISTPUMP_PDA",
      "value": "1421",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_THUMBSUP_PDA",
      "value": "1422",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_NODYES_PDA",
      "value": "1423",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_MP_GESTURE_VC_NODNO_PDA",
      "value": "1424",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_UNUSABLE",
      "value": "1428",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_UNUSABLE_TO_USABLE",
      "value": "1429",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_USABLE_TO_UNUSABLE",
      "value": "1430",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_GESTURE_AGREE",
      "value": "1610",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_GESTURE_BECON",
      "value": "1611",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_GESTURE_BOW",
      "value": "1612",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_GESTURE_DISAGREE",
      "value": "1613",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_TAUNT_SALUTE",
      "value": "1614",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_GESTURE_WAVE",
      "value": "1615",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_TAUNT_PERSISTENCE",
      "value": "1616",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_TAUNT_MUSCLE",
      "value": "1617",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_TAUNT_LAUGH",
      "value": "1618",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_GESTURE_POINT",
      "value": "1619",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_TAUNT_CHEER",
      "value": "1620",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_FAST",
      "value": "1621",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_CHARGING",
      "value": "1622",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_PANICKED",
      "value": "1623",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_PROTECTED",
      "value": "1624",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_MELEE_ANGRY",
      "value": "1625",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_ZOMBIE_SLUMP_IDLE",
      "value": "1626",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_ZOMBIE_SLUMP_RISE",
      "value": "1627",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_ZOMBIE_01",
      "value": "1628",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_ZOMBIE_02",
      "value": "1629",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_ZOMBIE_03",
      "value": "1630",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_ZOMBIE_04",
      "value": "1631",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_ZOMBIE_05",
      "value": "1632",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_ZOMBIE_01",
      "value": "1633",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_ZOMBIE_02",
      "value": "1634",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_ZOMBIE_03",
      "value": "1635",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_ZOMBIE_04",
      "value": "1636",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_ZOMBIE_05",
      "value": "1637",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_ZOMBIE_01",
      "value": "1638",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_ZOMBIE_02",
      "value": "1639",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_GESTURE_RANGE_ZOMBIE",
      "value": "1640",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_GESTURE_TAUNT_ZOMBIE",
      "value": "1641",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_TAUNT_DANCE",
      "value": "1642",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_TAUNT_ROBOT",
      "value": "1643",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_GESTURE_RANGE_ZOMBIE_SPECIAL",
      "value": "1644",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_GESTURE_RANGE_FRENZY",
      "value": "1645",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_ZOMBIE_FAST",
      "value": "1646",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_ZOMBIE_06",
      "value": "1647",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_ZOMBIE_LEAP_START",
      "value": "1648",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_ZOMBIE_LEAPING",
      "value": "1649",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_ZOMBIE_CLIMB_UP",
      "value": "1650",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_ZOMBIE_CLIMB_START",
      "value": "1651",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_ZOMBIE_CLIMB_END",
      "value": "1652",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_MAGIC",
      "value": "1653",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_MAGIC",
      "value": "1654",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_MAGIC",
      "value": "1655",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_MAGIC",
      "value": "1656",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_MAGIC",
      "value": "1657",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_MAGIC",
      "value": "1658",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_MAGIC",
      "value": "1659",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_MAGIC",
      "value": "1660",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_MAGIC",
      "value": "1661",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_MAGIC",
      "value": "1662",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_REVOLVER",
      "value": "1663",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_REVOLVER",
      "value": "1664",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_REVOLVER",
      "value": "1665",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_REVOLVER",
      "value": "1666",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_REVOLVER",
      "value": "1667",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_REVOLVER",
      "value": "1668",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_REVOLVER",
      "value": "1669",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_REVOLVER",
      "value": "1670",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_REVOLVER",
      "value": "1671",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_REVOLVER",
      "value": "1672",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CAMERA",
      "value": "1673",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CAMERA",
      "value": "1674",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_CAMERA",
      "value": "1675",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_CAMERA",
      "value": "1676",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_CAMERA",
      "value": "1677",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_CAMERA",
      "value": "1678",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_CAMERA",
      "value": "1679",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_CAMERA",
      "value": "1680",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_CAMERA",
      "value": "1681",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_CAMERA",
      "value": "1682",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_ANGRY",
      "value": "1683",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_ANGRY",
      "value": "1684",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_ANGRY",
      "value": "1685",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_ANGRY",
      "value": "1686",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_ANGRY",
      "value": "1687",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_ANGRY",
      "value": "1688",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_ANGRY",
      "value": "1689",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_ANGRY",
      "value": "1690",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_ANGRY",
      "value": "1691",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_ANGRY",
      "value": "1692",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_SCARED",
      "value": "1693",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_SCARED",
      "value": "1694",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_SCARED",
      "value": "1695",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_SCARED",
      "value": "1696",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_SCARED",
      "value": "1697",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_SCARED",
      "value": "1698",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_SCARED",
      "value": "1699",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_SCARED",
      "value": "1700",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_SCARED",
      "value": "1701",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_SCARED",
      "value": "1702",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_ZOMBIE",
      "value": "1703",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_ZOMBIE",
      "value": "1704",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_ZOMBIE",
      "value": "1705",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_ZOMBIE",
      "value": "1706",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_ZOMBIE",
      "value": "1707",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_ZOMBIE",
      "value": "1708",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_ZOMBIE",
      "value": "1709",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_ZOMBIE",
      "value": "1710",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_ZOMBIE",
      "value": "1711",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_ZOMBIE",
      "value": "1712",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_SUITCASE",
      "value": "1713",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_SUITCASE",
      "value": "1714",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_SUITCASE",
      "value": "1715",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_SUITCASE",
      "value": "1716",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_SUITCASE",
      "value": "1717",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_SUITCASE",
      "value": "1718",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_SUITCASE",
      "value": "1719",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_SUITCASE",
      "value": "1720",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_SUITCASE",
      "value": "1721",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_SUITCASE",
      "value": "1722",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE",
      "value": "1777",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK",
      "value": "1778",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN",
      "value": "1779",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH",
      "value": "1780",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH",
      "value": "1781",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK",
      "value": "1782",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD",
      "value": "1783",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP",
      "value": "1784",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM",
      "value": "1786",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_PISTOL",
      "value": "1787",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_PISTOL",
      "value": "1788",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_PISTOL",
      "value": "1789",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_PISTOL",
      "value": "1790",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_PISTOL",
      "value": "1791",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_PISTOL",
      "value": "1792",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_PISTOL",
      "value": "1793",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_PISTOL",
      "value": "1794",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_PISTOL",
      "value": "1795",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_PISTOL",
      "value": "1796",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_SMG1",
      "value": "1797",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_SMG1",
      "value": "1798",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_SMG1",
      "value": "1799",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_SMG1",
      "value": "1800",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_SMG1",
      "value": "1801",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_SMG1",
      "value": "1802",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_SMG1",
      "value": "1803",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_SMG1",
      "value": "1804",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_SMG1",
      "value": "1805",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_SMG1",
      "value": "1806",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_AR2",
      "value": "1807",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_AR2",
      "value": "1808",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_AR2",
      "value": "1809",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_AR2",
      "value": "1810",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_AR2",
      "value": "1811",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_AR2",
      "value": "1812",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_AR2",
      "value": "1813",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_AR2",
      "value": "1814",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_AR2",
      "value": "1815",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_AR2",
      "value": "1816",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_SHOTGUN",
      "value": "1817",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_SHOTGUN",
      "value": "1818",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_SHOTGUN",
      "value": "1819",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_SHOTGUN",
      "value": "1820",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_SHOTGUN",
      "value": "1821",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_SHOTGUN",
      "value": "1822",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_SHOTGUN",
      "value": "1823",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_SHOTGUN",
      "value": "1824",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_SHOTGUN",
      "value": "1825",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_SHOTGUN",
      "value": "1826",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_RPG",
      "value": "1827",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_RPG",
      "value": "1828",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_RPG",
      "value": "1829",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_RPG",
      "value": "1830",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_RPG",
      "value": "1831",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_RPG",
      "value": "1832",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_RPG",
      "value": "1833",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_RPG",
      "value": "1834",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_RPG",
      "value": "1835",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_RPG",
      "value": "1836",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_GRENADE",
      "value": "1837",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_GRENADE",
      "value": "1838",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_GRENADE",
      "value": "1839",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_GRENADE",
      "value": "1840",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_GRENADE",
      "value": "1841",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_GRENADE",
      "value": "1842",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_GRENADE",
      "value": "1843",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_GRENADE",
      "value": "1844",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_GRENADE",
      "value": "1845",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_GRENADE",
      "value": "1846",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_DUEL",
      "value": "1847",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_DUEL",
      "value": "1848",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_DUEL",
      "value": "1849",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_DUEL",
      "value": "1850",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_DUEL",
      "value": "1851",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_DUEL",
      "value": "1852",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_DUEL",
      "value": "1853",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_DUEL",
      "value": "1854",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_DUEL",
      "value": "1855",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_DUEL",
      "value": "1856",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_PHYSGUN",
      "value": "1857",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_PHYSGUN",
      "value": "1858",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_PHYSGUN",
      "value": "1859",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_PHYSGUN",
      "value": "1860",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_PHYSGUN",
      "value": "1861",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_PHYSGUN",
      "value": "1862",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_PHYSGUN",
      "value": "1863",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_PHYSGUN",
      "value": "1864",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_PHYSGUN",
      "value": "1865",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_PHYSGUN",
      "value": "1866",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROSSBOW",
      "value": "1867",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROSSBOW",
      "value": "1868",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_CROSSBOW",
      "value": "1869",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_CROSSBOW",
      "value": "1870",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_CROSSBOW",
      "value": "1871",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_CROSSBOW",
      "value": "1872",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_CROSSBOW",
      "value": "1873",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_CROSSBOW",
      "value": "1874",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_CROSSBOW",
      "value": "1875",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_CROSSBOW",
      "value": "1876",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_MELEE",
      "value": "1877",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_MELEE",
      "value": "1878",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_MELEE",
      "value": "1879",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_MELEE",
      "value": "1880",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_MELEE",
      "value": "1881",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_MELEE",
      "value": "1882",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_MELEE",
      "value": "1883",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_MELEE",
      "value": "1884",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_MELEE",
      "value": "1885",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_MELEE",
      "value": "1886",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_SLAM",
      "value": "1887",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_SLAM",
      "value": "1888",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_SLAM",
      "value": "1889",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_SLAM",
      "value": "1890",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_SLAM",
      "value": "1891",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_SLAM",
      "value": "1892",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_SLAM",
      "value": "1893",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_SLAM",
      "value": "1894",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_SLAM",
      "value": "1895",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_SLAM",
      "value": "1896",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_CRAWL",
      "value": "1897",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_CRAWL_EMPTY",
      "value": "1898",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_HOLSTER_EMPTY",
      "value": "1899",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DOWN",
      "value": "1900",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DOWN_EMPTY",
      "value": "1901",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_READY",
      "value": "1902",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_ISHOOT",
      "value": "1903",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IIN",
      "value": "1904",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IIN_EMPTY",
      "value": "1905",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IIDLE",
      "value": "1906",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IIDLE_EMPTY",
      "value": "1907",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IOUT",
      "value": "1908",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IOUT_EMPTY",
      "value": "1909",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_PULLBACK_HIGH_BAKE",
      "value": "1910",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_HITKILL",
      "value": "1911",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOYED_IN",
      "value": "1912",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOYED_IDLE",
      "value": "1913",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOYED_FIRE",
      "value": "1914",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOYED_DRYFIRE",
      "value": "1915",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOYED_RELOAD",
      "value": "1916",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOYED_RELOAD_EMPTY",
      "value": "1917",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOYED_OUT",
      "value": "1918",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOYED_IRON_IN",
      "value": "1919",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOYED_IRON_IDLE",
      "value": "1920",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOYED_IRON_FIRE",
      "value": "1921",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOYED_IRON_DRYFIRE",
      "value": "1922",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOYED_IRON_OUT",
      "value": "1923",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOYED_LIFTED_IN",
      "value": "1924",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOYED_LIFTED_IDLE",
      "value": "1925",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DEPLOYED_LIFTED_OUT",
      "value": "1926",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_RELOADEMPTY",
      "value": "1927",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IRECOIL1",
      "value": "1928",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IRECOIL2",
      "value": "1929",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_FIREMODE",
      "value": "1930",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_ISHOOT_LAST",
      "value": "1931",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IFIREMODE",
      "value": "1932",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DFIREMODE",
      "value": "1933",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DIFIREMODE",
      "value": "1934",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_SHOOTLAST",
      "value": "1935",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_ISHOOTDRY",
      "value": "1936",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DRAW_M203",
      "value": "1937",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DRAWFULL_M203",
      "value": "1938",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_READY_M203",
      "value": "1939",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IDLE_M203",
      "value": "1940",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_RELOAD_M203",
      "value": "1941",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_HOLSTER_M203",
      "value": "1942",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_HOLSTERFULL_M203",
      "value": "1943",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IIN_M203",
      "value": "1944",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IIDLE_M203",
      "value": "1945",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_IOUT_M203",
      "value": "1946",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_CRAWL_M203",
      "value": "1947",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_DOWN_M203",
      "value": "1948",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_ISHOOT_M203",
      "value": "1949",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_RELOAD_INSERT",
      "value": "1950",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_RELOAD_INSERT_PULL",
      "value": "1951",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_RELOAD_END",
      "value": "1952",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_RELOAD_END_EMPTY",
      "value": "1953",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_RELOAD_INSERT_EMPTY",
      "value": "1954",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_CROSSBOW_HOLSTER_UNLOADED",
      "value": "1955",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_FIRE_TO_EMPTY",
      "value": "1956",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_UNLOAD",
      "value": "1957",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_VM_RELOAD2",
      "value": "1958",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_NOCLIP_LAYER",
      "value": "1959",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_FIST",
      "value": "1960",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_FIST",
      "value": "1961",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_FIST",
      "value": "1962",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_FIST",
      "value": "1963",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_FIST",
      "value": "1964",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_FIST",
      "value": "1965",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_FIST",
      "value": "1966",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_FIST",
      "value": "1967",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_FIST",
      "value": "1968",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_FIST",
      "value": "1969",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SIT",
      "value": "1970",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_FIST_BLOCK",
      "value": "1971",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DRIVE_AIRBOAT",
      "value": "1972",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DRIVE_JEEP",
      "value": "1973",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_SIT_ROLLERCOASTER",
      "value": "1974",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_KNIFE",
      "value": "1975",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_KNIFE",
      "value": "1976",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_KNIFE",
      "value": "1977",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_KNIFE",
      "value": "1978",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_KNIFE",
      "value": "1979",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_KNIFE",
      "value": "1980",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_KNIFE",
      "value": "1981",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_KNIFE",
      "value": "1982",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_KNIFE",
      "value": "1983",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_KNIFE",
      "value": "1984",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_PASSIVE",
      "value": "1985",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_PASSIVE",
      "value": "1986",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_PASSIVE",
      "value": "1987",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_PASSIVE",
      "value": "1988",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_PASSIVE",
      "value": "1989",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_PASSIVE",
      "value": "1990",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_PASSIVE",
      "value": "1991",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_PASSIVE",
      "value": "1992",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_PASSIVE",
      "value": "1993",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_PASSIVE",
      "value": "1994",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_MELEE2",
      "value": "1995",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_MELEE2",
      "value": "1996",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_RUN_MELEE2",
      "value": "1997",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_CROUCH_MELEE2",
      "value": "1998",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_WALK_CROUCH_MELEE2",
      "value": "1999",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RANGE_ATTACK_MELEE2",
      "value": "2000",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_GESTURE_RELOAD_MELEE2",
      "value": "2001",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_JUMP_MELEE2",
      "value": "2002",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE_MELEE2",
      "value": "2003",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_MELEE2",
      "value": "2004",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SIT_PISTOL",
      "value": "2005",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SIT_SHOTGUN",
      "value": "2006",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SIT_SMG1",
      "value": "2007",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SIT_AR2",
      "value": "2008",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SIT_PHYSGUN",
      "value": "2009",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SIT_GRENADE",
      "value": "2010",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SIT_RPG",
      "value": "2011",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SIT_CROSSBOW",
      "value": "2012",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SIT_MELEE",
      "value": "2013",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SIT_SLAM",
      "value": "2014",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SIT_FIST",
      "value": "2015",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_IN_CHAT",
      "value": "2019",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_GESTURE_ITEM_GIVE",
      "value": "2020",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_GESTURE_ITEM_DROP",
      "value": "2021",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_GESTURE_ITEM_PLACE",
      "value": "2022",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_GESTURE_ITEM_THROW",
      "value": "2023",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_GESTURE_MELEE_SHOVE_2HAND",
      "value": "2024",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_GESTURE_MELEE_SHOVE_1HAND",
      "value": "2025",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SWIM_IDLE",
      "value": "2026",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_IDLE_COWER",
      "value": "2027",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_DEATH",
      "value": "2028",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_DRIVE_POD",
      "value": "2029",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_FLINCH",
      "value": "2030",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_FLINCH_BACK",
      "value": "2031",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_FLINCH_SHOULDER_LEFT",
      "value": "2032",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_FLINCH_SHOULDER_RIGHT",
      "value": "2033",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SIT_CAMERA",
      "value": "2034",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_SIT_PASSIVE",
      "value": "2035",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_ZOMBIE_SLUMP_ALT_IDLE",
      "value": "2036",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_ZOMBIE_SLUMP_ALT_RISE_FAST",
      "value": "2037",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_HL2MP_ZOMBIE_SLUMP_ALT_RISE_SLOW",
      "value": "2038",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_SHOWOFF_STAND_01",
      "value": "2039",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_SHOWOFF_STAND_02",
      "value": "2040",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_SHOWOFF_STAND_03",
      "value": "2041",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_SHOWOFF_STAND_04",
      "value": "2042",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_SHOWOFF_DUCK_01",
      "value": "2043",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "ACT_GMOD_SHOWOFF_DUCK_02",
      "value": "2044",
      "family": "ACT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "LAST_SHARED_ACTIVITY",
      "value": "2045",
      "family": "ACT",
      "realm": "shared",
      "description": "The last shared activity number. IDs after this are \"private\" activities registered at runtime, and will have random IDs associated with specific ACTivities."
    },
    {
      "name": "AIMR_ILLEGAL",
      "value": "-4",
      "family": "AIMR",
      "realm": "server",
      "description": "Move is illegal for some reason."
    },
    {
      "name": "AIMR_BLOCKED_NPC",
      "value": "-3",
      "family": "AIMR",
      "realm": "server",
      "description": "Move was blocked by an NPC."
    },
    {
      "name": "AIMR_BLOCKED_WORLD",
      "value": "-2",
      "family": "AIMR",
      "realm": "server",
      "description": "Move was blocked by the world."
    },
    {
      "name": "AIMR_BLOCKED_ENTITY",
      "value": "-1",
      "family": "AIMR",
      "realm": "server",
      "description": "Move was blocked by an entity."
    },
    {
      "name": "AIMR_OK",
      "value": "0",
      "family": "AIMR",
      "realm": "server",
      "description": "Move op was ok."
    },
    {
      "name": "AIMR_CHANGE_TYPE",
      "value": "1",
      "family": "AIMR",
      "realm": "server",
      "description": "Locomotion method has changed."
    },
    {
      "name": "AMMO_FORCE_DROP_IF_CARRIED",
      "value": "1",
      "family": "AMMO",
      "realm": "shared",
      "description": "Forces player to drop the object they are carrying if the object was hit by this ammo type."
    },
    {
      "name": "AMMO_INTERPRET_PLRDAMAGE_AS_DAMAGE_TO_PLAYER",
      "value": "2",
      "family": "AMMO",
      "realm": "shared",
      "description": "Uses Structures/AmmoData.plydmg of the ammo type as the damage to deal to shot players instead of Structures/Bullet.Damage."
    },
    {
      "name": "ANALOG_MOUSE_X",
      "value": "0",
      "family": "ANALOG",
      "realm": "client",
      "description": ""
    },
    {
      "name": "ANALOG_MOUSE_Y",
      "value": "1",
      "family": "ANALOG",
      "realm": "client",
      "description": ""
    },
    {
      "name": "ANALOG_MOUSE_WHEEL",
      "value": "3",
      "family": "ANALOG",
      "realm": "client",
      "description": ""
    },
    {
      "name": "ANALOG_JOY_X",
      "value": "4",
      "family": "ANALOG",
      "realm": "client",
      "description": ""
    },
    {
      "name": "ANALOG_JOY_Y",
      "value": "5",
      "family": "ANALOG",
      "realm": "client",
      "description": ""
    },
    {
      "name": "ANALOG_JOY_Z",
      "value": "6",
      "family": "ANALOG",
      "realm": "client",
      "description": ""
    },
    {
      "name": "ANALOG_JOY_R",
      "value": "7",
      "family": "ANALOG",
      "realm": "client",
      "description": ""
    },
    {
      "name": "ANALOG_JOY_U",
      "value": "8",
      "family": "ANALOG",
      "realm": "client",
      "description": ""
    },
    {
      "name": "ANALOG_JOY_V",
      "value": "9",
      "family": "ANALOG",
      "realm": "client",
      "description": ""
    },
    {
      "name": "BLEND_ZERO",
      "value": "0",
      "family": "BLEND",
      "realm": "client",
      "description": "The Multiplier will be `r=0`, `g=0`, `b=0`, `a=0` This is useful for removing the Source or Destination from the final pixel color."
    },
    {
      "name": "BLEND_ONE",
      "value": "1",
      "family": "BLEND",
      "realm": "client",
      "description": "The Multiplier will be `r=1`, `g=1`, `b=1`, `a=1` This is useful for keeping the Source or Destination as their starting values."
    },
    {
      "name": "BLEND_DST_COLOR",
      "value": "2",
      "family": "BLEND",
      "realm": "client",
      "description": "The Multiplier will be the same as the Destination color and alpha."
    },
    {
      "name": "BLEND_ONE_MINUS_DST_COLOR",
      "value": "3",
      "family": "BLEND",
      "realm": "client",
      "description": "Each color and alpha channel value of the Destination is subtracted from `1`. **Example:** If your Destination channels are: `r=1`, `g=0.25`, `b=0.1`, `a=1` They will be modified by: `r=1-1`, `g=1-..."
    },
    {
      "name": "BLEND_SRC_ALPHA",
      "value": "4",
      "family": "BLEND",
      "realm": "client",
      "description": "All color and alpha channels will be the same as the Source alpha value. **Example:** If your Source channels are: `r=0.1`, `g=0`, `b=1`, `a=0.5` The final Multiplier value will be: `r=0.5`, `g=0.5..."
    },
    {
      "name": "BLEND_ONE_MINUS_SRC_ALPHA",
      "value": "5",
      "family": "BLEND",
      "realm": "client",
      "description": "All color and alpha channels will be set to the Source alpha value subtracted from `1`. **Example:** If your Source channels are: `r=0`, `g=0.23`, `b=1`, `a=0.6` The alpha channel will be modified..."
    },
    {
      "name": "BLEND_DST_ALPHA",
      "value": "6",
      "family": "BLEND",
      "realm": "client",
      "description": "All color and alpha channels will be set to the the Destination alpha value. **Example:** If your Destination channels are: `r=0.1`, `g=0`, `b=1`, `a=0.5` The final Multiplier value will be: `r=0.5..."
    },
    {
      "name": "BLEND_ONE_MINUS_DST_ALPHA",
      "value": "7",
      "family": "BLEND",
      "realm": "client",
      "description": "All color and alpha channels will be set to the Destination alpha value subtracted from `1`. **Example:** If your Destination channels are: `r=0`, `g=0.23`, `b=1`, `a=0.6` The alpha channel will be..."
    },
    {
      "name": "BLEND_SRC_ALPHA_SATURATE",
      "value": "8",
      "family": "BLEND",
      "realm": "client",
      "description": "First, the Source alpha is compared against the Destination alpha value subtracted from `1` and the smaller of the two is kept. Then, the Source color channels are multiplied by the value from the..."
    },
    {
      "name": "BLEND_SRC_COLOR",
      "value": "9",
      "family": "BLEND",
      "realm": "client",
      "description": "The Multiplier will be the same as the Source color and alpha."
    },
    {
      "name": "BLEND_ONE_MINUS_SRC_COLOR",
      "value": "10",
      "family": "BLEND",
      "realm": "client",
      "description": "Each color and alpha channel value of the Source is subtracted from `1`. **Example:** If your Source channels are: `r=1`, `g=0.25`, `b=0.1`, `a=1` They will be modified by: `r=1-1`, `g=1-0.25`, `b=..."
    },
    {
      "name": "BLENDFUNC_ADD",
      "value": "0",
      "family": "BLENDFUNC",
      "realm": "shared, menu",
      "description": "**Source + Destination** Adds each channel of the Source with the same channel of the Destination. **Example:** Using the Source channels: `r=0.0`, `g=0.25`, `b=0.1`, `a=0.9` With Destination chann..."
    },
    {
      "name": "BLENDFUNC_SUBTRACT",
      "value": "1",
      "family": "BLENDFUNC",
      "realm": "shared, menu",
      "description": "**Source - Destination** Subtracts each channel of the Destination from the same channel of the Source. **Example:** Using the Source channels: `r=0.0`, `g=0.25`, `b=1.0`, `a=0.9` With Destination..."
    },
    {
      "name": "BLENDFUNC_REVERSE_SUBTRACT",
      "value": "2",
      "family": "BLENDFUNC",
      "realm": "shared, menu",
      "description": "**Destination - Source** Subtracts each channel of the Source from the same channel of the Destination. **Example:** Using the Source channels: `r=0.0`, `g=0.25`, `b=1.0`, `a=0.9` With Destination..."
    },
    {
      "name": "BLENDFUNC_MIN",
      "value": "3",
      "family": "BLENDFUNC",
      "realm": "shared, menu",
      "description": "**Min(Source, Destination** All of the Source channels are added together and compared to all of the Destination channels added together and the smaller of the two is used as the final pixel color."
    },
    {
      "name": "BLENDFUNC_MAX",
      "value": "4",
      "family": "BLENDFUNC",
      "realm": "shared, menu",
      "description": "**Max(Source, Destination** All of the Source channels are added together and compared to all of the Destination channels added together and the larger of the two is used as the final pixel color."
    },
    {
      "name": "DONT_BLEED",
      "value": "-1",
      "family": "BLOOD_COLOR",
      "realm": "shared",
      "description": "No blood"
    },
    {
      "name": "BLOOD_COLOR_RED",
      "value": "0",
      "family": "BLOOD_COLOR",
      "realm": "shared",
      "description": "Normal red blood"
    },
    {
      "name": "BLOOD_COLOR_YELLOW",
      "value": "1",
      "family": "BLOOD_COLOR",
      "realm": "shared",
      "description": "Yellow blood"
    },
    {
      "name": "BLOOD_COLOR_GREEN",
      "value": "2",
      "family": "BLOOD_COLOR",
      "realm": "shared",
      "description": "Green-red blood"
    },
    {
      "name": "BLOOD_COLOR_MECH",
      "value": "3",
      "family": "BLOOD_COLOR",
      "realm": "shared",
      "description": "Sparks"
    },
    {
      "name": "BLOOD_COLOR_ANTLION",
      "value": "4",
      "family": "BLOOD_COLOR",
      "realm": "shared",
      "description": "Yellow blood"
    },
    {
      "name": "BLOOD_COLOR_ZOMBIE",
      "value": "5",
      "family": "BLOOD_COLOR",
      "realm": "shared",
      "description": "Green-red blood"
    },
    {
      "name": "BLOOD_COLOR_ANTLION_WORKER",
      "value": "6",
      "family": "BLOOD_COLOR",
      "realm": "shared",
      "description": "Bright green blood"
    },
    {
      "name": "BONE_PHYSICALLY_SIMULATED",
      "value": "1",
      "family": "BONE",
      "realm": "shared",
      "description": "Bone is physically simulated when physics are active"
    },
    {
      "name": "BONE_PHYSICS_PROCEDURAL",
      "value": "2",
      "family": "BONE",
      "realm": "shared",
      "description": "Procedural when physics is active"
    },
    {
      "name": "BONE_ALWAYS_PROCEDURAL",
      "value": "4",
      "family": "BONE",
      "realm": "shared",
      "description": "Bone is always procedurally animated"
    },
    {
      "name": "BONE_SCREEN_ALIGN_SPHERE",
      "value": "8",
      "family": "BONE",
      "realm": "shared",
      "description": "Bone aligns to the screen, not constrained in motion."
    },
    {
      "name": "BONE_SCREEN_ALIGN_CYLINDER",
      "value": "16",
      "family": "BONE",
      "realm": "shared",
      "description": "Bone aligns to the screen, constrained by it's own axis."
    },
    {
      "name": "BONE_CALCULATE_MASK",
      "value": "31",
      "family": "BONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "BONE_USED_BY_HITBOX",
      "value": "256",
      "family": "BONE",
      "realm": "shared",
      "description": "A hitbox is attached to this bone"
    },
    {
      "name": "BONE_USED_BY_ATTACHMENT",
      "value": "512",
      "family": "BONE",
      "realm": "shared",
      "description": "An attachment is attached to this bone"
    },
    {
      "name": "BONE_USED_BY_VERTEX_LOD0",
      "value": "1024",
      "family": "BONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "BONE_USED_BY_VERTEX_LOD1",
      "value": "2048",
      "family": "BONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "BONE_USED_BY_VERTEX_LOD2",
      "value": "4096",
      "family": "BONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "BONE_USED_BY_VERTEX_LOD3",
      "value": "8192",
      "family": "BONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "BONE_USED_BY_VERTEX_LOD4",
      "value": "16384",
      "family": "BONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "BONE_USED_BY_VERTEX_LOD5",
      "value": "32768",
      "family": "BONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "BONE_USED_BY_VERTEX_LOD6",
      "value": "65536",
      "family": "BONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "BONE_USED_BY_VERTEX_LOD7",
      "value": "131072",
      "family": "BONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "BONE_USED_BY_VERTEX_MASK",
      "value": "261120",
      "family": "BONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "BONE_USED_BY_BONE_MERGE",
      "value": "262144",
      "family": "BONE",
      "realm": "shared",
      "description": "Bone is available for bone merge to occur against it"
    },
    {
      "name": "BONE_USED_BY_ANYTHING",
      "value": "524032",
      "family": "BONE",
      "realm": "shared",
      "description": "Is this bone used by anything? ( If any BONE_USED_BY_* flags are true )"
    },
    {
      "name": "BONE_USED_MASK",
      "value": "524032",
      "family": "BONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "BOUNDS_COLLISION",
      "value": "0",
      "family": "BOUNDS",
      "realm": "shared",
      "description": "Sets the bounds in relation to the entity's collision bounds."
    },
    {
      "name": "BOUNDS_HITBOXES",
      "value": "2",
      "family": "BOUNDS",
      "realm": "shared",
      "description": "Sets the bounds to fit all hitboxes of the entity's model."
    },
    {
      "name": "BOX_FRONT",
      "value": "0",
      "family": "BOX",
      "realm": "shared, menu",
      "description": "Place the light from the front"
    },
    {
      "name": "BOX_BACK",
      "value": "1",
      "family": "BOX",
      "realm": "shared, menu",
      "description": "Place the light behind"
    },
    {
      "name": "BOX_RIGHT",
      "value": "2",
      "family": "BOX",
      "realm": "shared, menu",
      "description": "Place the light to the right"
    },
    {
      "name": "BOX_LEFT",
      "value": "3",
      "family": "BOX",
      "realm": "shared, menu",
      "description": "Place the light to the left"
    },
    {
      "name": "BOX_TOP",
      "value": "4",
      "family": "BOX",
      "realm": "shared, menu",
      "description": "Place the light to the top"
    },
    {
      "name": "BOX_BOTTOM",
      "value": "5",
      "family": "BOX",
      "realm": "shared, menu",
      "description": "Place the light to the bottom"
    },
    {
      "name": "BUTTON_CODE_INVALID",
      "value": "-1",
      "family": "BUTTON_CODE",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "BUTTON_CODE_NONE",
      "value": "0",
      "family": "BUTTON_CODE",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "BUTTON_CODE_LAST",
      "value": "171",
      "family": "BUTTON_CODE",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "BUTTON_CODE_COUNT",
      "value": "172",
      "family": "BUTTON_CODE",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "CAP_SIMPLE_RADIUS_DAMAGE",
      "value": "-2147483648",
      "family": "CAP",
      "realm": "server",
      "description": "When hit by an explosion, we'll simply block it instead of spilling it to entities behind us, the sv_robust_explosions cvar can also enable this globally when set to 0"
    },
    {
      "name": "CAP_MOVE_GROUND",
      "value": "1",
      "family": "CAP",
      "realm": "server",
      "description": "Walk/Run"
    },
    {
      "name": "CAP_MOVE_JUMP",
      "value": "2",
      "family": "CAP",
      "realm": "server",
      "description": "Jump/Leap"
    },
    {
      "name": "CAP_MOVE_FLY",
      "value": "4",
      "family": "CAP",
      "realm": "server",
      "description": "Can fly move all around"
    },
    {
      "name": "CAP_MOVE_CLIMB",
      "value": "8",
      "family": "CAP",
      "realm": "server",
      "description": "climb ladders"
    },
    {
      "name": "CAP_MOVE_SWIM",
      "value": "16",
      "family": "CAP",
      "realm": "server",
      "description": ""
    },
    {
      "name": "CAP_MOVE_CRAWL",
      "value": "32",
      "family": "CAP",
      "realm": "server",
      "description": ""
    },
    {
      "name": "CAP_MOVE_SHOOT",
      "value": "64",
      "family": "CAP",
      "realm": "server",
      "description": "Tries to shoot weapon while moving"
    },
    {
      "name": "CAP_SKIP_NAV_GROUND_CHECK",
      "value": "128",
      "family": "CAP",
      "realm": "server",
      "description": ""
    },
    {
      "name": "CAP_USE",
      "value": "256",
      "family": "CAP",
      "realm": "server",
      "description": "Open doors/push buttons/pull levers"
    },
    {
      "name": "CAP_AUTO_DOORS",
      "value": "1024",
      "family": "CAP",
      "realm": "server",
      "description": "Can trigger auto doors"
    },
    {
      "name": "CAP_OPEN_DOORS",
      "value": "2048",
      "family": "CAP",
      "realm": "server",
      "description": "Can open manual doors"
    },
    {
      "name": "CAP_TURN_HEAD",
      "value": "4096",
      "family": "CAP",
      "realm": "server",
      "description": "Can turn head always bone controller 0"
    },
    {
      "name": "CAP_WEAPON_RANGE_ATTACK1",
      "value": "8192",
      "family": "CAP",
      "realm": "server",
      "description": ""
    },
    {
      "name": "CAP_WEAPON_RANGE_ATTACK2",
      "value": "16384",
      "family": "CAP",
      "realm": "server",
      "description": ""
    },
    {
      "name": "CAP_WEAPON_MELEE_ATTACK1",
      "value": "32768",
      "family": "CAP",
      "realm": "server",
      "description": ""
    },
    {
      "name": "CAP_WEAPON_MELEE_ATTACK2",
      "value": "65536",
      "family": "CAP",
      "realm": "server",
      "description": ""
    },
    {
      "name": "CAP_INNATE_RANGE_ATTACK1",
      "value": "131072",
      "family": "CAP",
      "realm": "server",
      "description": ""
    },
    {
      "name": "CAP_INNATE_RANGE_ATTACK2",
      "value": "262144",
      "family": "CAP",
      "realm": "server",
      "description": ""
    },
    {
      "name": "CAP_INNATE_MELEE_ATTACK1",
      "value": "524288",
      "family": "CAP",
      "realm": "server",
      "description": ""
    },
    {
      "name": "CAP_INNATE_MELEE_ATTACK2",
      "value": "1048576",
      "family": "CAP",
      "realm": "server",
      "description": ""
    },
    {
      "name": "CAP_USE_WEAPONS",
      "value": "2097152",
      "family": "CAP",
      "realm": "server",
      "description": ""
    },
    {
      "name": "CAP_USE_SHOT_REGULATOR",
      "value": "16777216",
      "family": "CAP",
      "realm": "server",
      "description": ""
    },
    {
      "name": "CAP_ANIMATEDFACE",
      "value": "8388608",
      "family": "CAP",
      "realm": "server",
      "description": "Has animated eyes/face"
    },
    {
      "name": "CAP_FRIENDLY_DMG_IMMUNE",
      "value": "33554432",
      "family": "CAP",
      "realm": "server",
      "description": "Don't take damage from npc's that are D_LI"
    },
    {
      "name": "CAP_SQUAD",
      "value": "67108864",
      "family": "CAP",
      "realm": "server",
      "description": "Can form squads"
    },
    {
      "name": "CAP_DUCK",
      "value": "134217728",
      "family": "CAP",
      "realm": "server",
      "description": "Cover and Reload ducking"
    },
    {
      "name": "CAP_NO_HIT_PLAYER",
      "value": "268435456",
      "family": "CAP",
      "realm": "server",
      "description": "Don't hit players"
    },
    {
      "name": "CAP_AIM_GUN",
      "value": "536870912",
      "family": "CAP",
      "realm": "server",
      "description": "Use arms to aim gun, not just body"
    },
    {
      "name": "CAP_NO_HIT_SQUADMATES",
      "value": "1073741824",
      "family": "CAP",
      "realm": "server",
      "description": ""
    },
    {
      "name": "CHAN_REPLACE",
      "value": "-1",
      "family": "CHAN",
      "realm": "shared",
      "description": "Used when playing sounds through console commands."
    },
    {
      "name": "CHAN_AUTO",
      "value": "0",
      "family": "CHAN",
      "realm": "shared",
      "description": "Automatic channel"
    },
    {
      "name": "CHAN_WEAPON",
      "value": "1",
      "family": "CHAN",
      "realm": "shared",
      "description": "Channel for weapon sounds"
    },
    {
      "name": "CHAN_VOICE",
      "value": "2",
      "family": "CHAN",
      "realm": "shared",
      "description": "Channel for NPC voices"
    },
    {
      "name": "CHAN_ITEM",
      "value": "3",
      "family": "CHAN",
      "realm": "shared",
      "description": "Channel for items ( Health kits, etc )"
    },
    {
      "name": "CHAN_BODY",
      "value": "4",
      "family": "CHAN",
      "realm": "shared",
      "description": "Clothing, ragdoll impacts, footsteps, knocking/pounding/punching etc."
    },
    {
      "name": "CHAN_STREAM",
      "value": "5",
      "family": "CHAN",
      "realm": "shared",
      "description": "Stream channel from the static or dynamic area"
    },
    {
      "name": "CHAN_STATIC",
      "value": "6",
      "family": "CHAN",
      "realm": "shared",
      "description": "A constant/background sound that doesn't require any reaction. **This channel allows same sounds files to play multiple times without cutting out.**"
    },
    {
      "name": "CHAN_VOICE2",
      "value": "7",
      "family": "CHAN",
      "realm": "shared",
      "description": "TF2s Announcer dialogue channel"
    },
    {
      "name": "CHAN_VOICE_BASE",
      "value": "8",
      "family": "CHAN",
      "realm": "shared",
      "description": "Channels 8-135 (128 channels) are allocated for player voice chat **This channel allows same sounds files to play multiple times without cutting out.**"
    },
    {
      "name": "CHAN_USER_BASE",
      "value": "136",
      "family": "CHAN",
      "realm": "shared",
      "description": "Channels from this and onwards are allocated to game code"
    },
    {
      "name": "CLASS_NONE",
      "value": "0",
      "family": "CLASS",
      "realm": "server",
      "description": "None - default class for entities."
    },
    {
      "name": "CLASS_PLAYER",
      "value": "1",
      "family": "CLASS",
      "realm": "server",
      "description": "Players"
    },
    {
      "name": "CLASS_PLAYER_ALLY",
      "value": "2",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Allies** - `monster_barney` - `npc_citizen` - `npc_manhack` ( Hacked ) - `npc_turret_floor` ( Friendly )"
    },
    {
      "name": "CLASS_PLAYER_ALLY_VITAL",
      "value": "3",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Vital Allies** - `npc_magnusson` - `npc_gman` - `npc_fisherman` - `npc_eli` - `npc_barney` - `npc_kleiner` - `npc_mossman` - `npc_alyx` - `npc_monk` - `npc_dog` - `npc_vortigaunt` at the en..."
    },
    {
      "name": "CLASS_ANTLION",
      "value": "4",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Antlions** - `npc_antlion` - `npc_antlionguard` - `npc_antlionguard`"
    },
    {
      "name": "CLASS_BARNACLE",
      "value": "5",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Barnacles** - `npc_barnacle`"
    },
    {
      "name": "CLASS_BULLSEYE",
      "value": "6",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Bullseyes** - `npc_bullseye`"
    },
    {
      "name": "CLASS_CITIZEN_PASSIVE",
      "value": "7",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Passive / Non-Rebel Citizens** - `npc_citizen` in the beginning of HL2."
    },
    {
      "name": "CLASS_CITIZEN_REBEL",
      "value": "8",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - Unused"
    },
    {
      "name": "CLASS_COMBINE",
      "value": "9",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Combine Troops** - `npc_combine` - `npc_advisor` - `apc_missile` - `npc_apcdriver` - `npc_turret_floor` ( Hostile ) - `npc_rollermine` ( Hostile ) - `npc_turret_ground` ( Active ) - `npc_tu..."
    },
    {
      "name": "CLASS_COMBINE_GUNSHIP",
      "value": "10",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Combine Aircrafts** - `npc_combinegunship` - `npc_combinedropship` - `npc_helicopter`"
    },
    {
      "name": "CLASS_CONSCRIPT",
      "value": "11",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - Unused"
    },
    {
      "name": "CLASS_HEADCRAB",
      "value": "12",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Headcrabs** - `npc_headcrab` ( Visible )"
    },
    {
      "name": "CLASS_MANHACK",
      "value": "13",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Manhacks** - `npc_manhack` ( Hostile - Not held by the gravity gun )"
    },
    {
      "name": "CLASS_METROPOLICE",
      "value": "14",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Metro Police** - `npc_metropolice` - `npc_vehicledriver`"
    },
    {
      "name": "CLASS_MILITARY",
      "value": "15",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Combine Military Objects** - `func_guntarget` - `npc_spotlight` - `npc_combine_camera` ( Active )"
    },
    {
      "name": "CLASS_SCANNER",
      "value": "16",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Combine Scanners** - `npc_cscanner` - `npc_clawscanner`"
    },
    {
      "name": "CLASS_STALKER",
      "value": "17",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Stalkers** - `npc_stalker`"
    },
    {
      "name": "CLASS_VORTIGAUNT",
      "value": "18",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Vortigaunts** - `npc_vortigaunt` before the end of EP2 ( Controlled by `MakeGameEndAlly` input )"
    },
    {
      "name": "CLASS_ZOMBIE",
      "value": "19",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Zombies** - `npc_zombie` ( Unslumped ) - `npc_poisonzombie` - `npc_fastzombie` - `npc_fastzombie_torso` - `npc_zombine`"
    },
    {
      "name": "CLASS_PROTOSNIPER",
      "value": "20",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Snipers** - `npc_sniper` - `proto_sniper`"
    },
    {
      "name": "CLASS_MISSILE",
      "value": "21",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Missiles** - `rpg_missile` - `apc_missile` - `grenade_pathfollower`"
    },
    {
      "name": "CLASS_FLARE",
      "value": "22",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Flares** - `env_flare`"
    },
    {
      "name": "CLASS_EARTH_FAUNA",
      "value": "23",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Animals** - `npc_crow` - `npc_seagull` - `npc_pigeon`"
    },
    {
      "name": "CLASS_HACKED_ROLLERMINE",
      "value": "24",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Friendly Rollermines** - `npc_rollermine` ( Hacked )"
    },
    {
      "name": "CLASS_COMBINE_HUNTER",
      "value": "25",
      "family": "CLASS",
      "realm": "server",
      "description": "HL2 - **Hunters** - `npc_hunter`"
    },
    {
      "name": "CLASS_MACHINE",
      "value": "26",
      "family": "CLASS",
      "realm": "server",
      "description": "HL:S - **Turrets** - `monster_turret` - `monster_miniturret` - `monster_sentry`"
    },
    {
      "name": "CLASS_HUMAN_PASSIVE",
      "value": "27",
      "family": "CLASS",
      "realm": "server",
      "description": "HL:S - **Friendly Humans** - `monster_scientist`"
    },
    {
      "name": "CLASS_HUMAN_MILITARY",
      "value": "28",
      "family": "CLASS",
      "realm": "server",
      "description": "HL:S - **Human Military** - `monster_human_grunt` - `monster_apache`"
    },
    {
      "name": "CLASS_ALIEN_MILITARY",
      "value": "29",
      "family": "CLASS",
      "realm": "server",
      "description": "HL:S - **Alien Military** - `monster_alien_controller` - `monster_vortigaunt` - `monster_alien_grunt` - `monster_nihilanth` - `monster_snark` if it has an enemy of class `CLASS_PLAYER` , `CLASS_HUM..."
    },
    {
      "name": "CLASS_ALIEN_MONSTER",
      "value": "30",
      "family": "CLASS",
      "realm": "server",
      "description": "HL:S - **Monsters** - `monster_tentacle` - `monster_barnacle` - `monster_zombie` - `monster_gargantua` - `monster_houndeye` - `monster_ichthyosaur` - `monster_bigmomma`"
    },
    {
      "name": "CLASS_ALIEN_PREY",
      "value": "31",
      "family": "CLASS",
      "realm": "server",
      "description": "HL:S - **Headcrabs** - `monster_headcrab`"
    },
    {
      "name": "CLASS_ALIEN_PREDATOR",
      "value": "32",
      "family": "CLASS",
      "realm": "server",
      "description": "HL:S - **Alien Predators** - `monster_bullsquid` - `xen_tree` - `xen_hull`"
    },
    {
      "name": "CLASS_INSECT",
      "value": "33",
      "family": "CLASS",
      "realm": "server",
      "description": "HL:S - **Insects** - `montser_roach` - `monster_leech`"
    },
    {
      "name": "CLASS_PLAYER_BIOWEAPON",
      "value": "34",
      "family": "CLASS",
      "realm": "server",
      "description": "HL:S - **Player Bioweapons** - `hornet` fired by a player"
    },
    {
      "name": "CLASS_ALIEN_BIOWEAPON",
      "value": "35",
      "family": "CLASS",
      "realm": "server",
      "description": "HL:S - **Enemy Bioweapons** - `hornet` fired by anyone but a player - `monster_snark` with no enemy or an enemy without the class `CLASS_PLAYER` , `CLASS_HUMAN_PASSIVE` or `CLASS_HUMAN_MILITARY`"
    },
    {
      "name": "CLASS_PORTAL_TURRET",
      "value": "36",
      "family": "CLASS",
      "realm": "server",
      "description": "Portal - **Portal rocket and normal turrets, and the camera** * `npc_portal_turret_floor` * `npc_rocket_turret` * `npc_security_camera`"
    },
    {
      "name": "COLLISION_GROUP_NONE",
      "value": "0",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Normal"
    },
    {
      "name": "COLLISION_GROUP_DEBRIS",
      "value": "1",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Collides with nothing but world and static stuff"
    },
    {
      "name": "COLLISION_GROUP_DEBRIS_TRIGGER",
      "value": "2",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Same as debris, but hits triggers. Useful for an item that can be shot, but doesn't collide."
    },
    {
      "name": "COLLISION_GROUP_INTERACTIVE_DEBRIS",
      "value": "3",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Collides with everything except other interactive debris or debris"
    },
    {
      "name": "COLLISION_GROUP_INTERACTIVE",
      "value": "4",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Collides with everything except interactive debris or debris"
    },
    {
      "name": "COLLISION_GROUP_PLAYER",
      "value": "5",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Used by players, but NOT for movement collision. Does not collide with COLLISION_GROUP_PASSABLE_DOOR and COLLISION_GROUP_PUSHAWAY"
    },
    {
      "name": "COLLISION_GROUP_BREAKABLE_GLASS",
      "value": "6",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "NPCs can see straight through an Entity with this applied."
    },
    {
      "name": "COLLISION_GROUP_VEHICLE",
      "value": "7",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Used by driveable vehicles. Always collides against COLLISION_GROUP_VEHICLE_CLIP"
    },
    {
      "name": "COLLISION_GROUP_PLAYER_MOVEMENT",
      "value": "8",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "For HL2, same as Collision_Group_Player, for TF2, this filters out other players and CBaseObjects"
    },
    {
      "name": "COLLISION_GROUP_NPC",
      "value": "9",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Generic NPC group"
    },
    {
      "name": "COLLISION_GROUP_IN_VEHICLE",
      "value": "10",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Doesn't collide with anything, no traces"
    },
    {
      "name": "COLLISION_GROUP_WEAPON",
      "value": "11",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Doesn't collide with players and vehicles"
    },
    {
      "name": "COLLISION_GROUP_VEHICLE_CLIP",
      "value": "12",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Only collides with vehicles"
    },
    {
      "name": "COLLISION_GROUP_PROJECTILE",
      "value": "13",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Set on projectiles. Does not collide with other projectiles."
    },
    {
      "name": "COLLISION_GROUP_DOOR_BLOCKER",
      "value": "14",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Blocks entities not permitted to get near moving doors"
    },
    {
      "name": "COLLISION_GROUP_PASSABLE_DOOR",
      "value": "15",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Lets the Player through, nothing else."
    },
    {
      "name": "COLLISION_GROUP_DISSOLVING",
      "value": "16",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Things that are dissolving are in this group"
    },
    {
      "name": "COLLISION_GROUP_PUSHAWAY",
      "value": "17",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Nonsolid on client and server, pushaway in player code"
    },
    {
      "name": "COLLISION_GROUP_NPC_ACTOR",
      "value": "18",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Used so NPCs in scripts ignore the player"
    },
    {
      "name": "COLLISION_GROUP_NPC_SCRIPTED",
      "value": "19",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Used for NPCs in scripts that should not collide with each other"
    },
    {
      "name": "COLLISION_GROUP_WORLD",
      "value": "20",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Doesn't collide with players/props"
    },
    {
      "name": "LAST_SHARED_COLLISION_GROUP",
      "value": "21",
      "family": "COLLISION_GROUP",
      "realm": "shared",
      "description": "Amount of COLLISION_GROUP_ enumerations"
    },
    {
      "name": "COND.BEHIND_ENEMY",
      "value": "29",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.BETTER_WEAPON_AVAILABLE",
      "value": "46",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.CAN_MELEE_ATTACK1",
      "value": "23",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.CAN_MELEE_ATTACK2",
      "value": "24",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.CAN_RANGE_ATTACK1",
      "value": "21",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.CAN_RANGE_ATTACK2",
      "value": "22",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.ENEMY_DEAD",
      "value": "30",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.ENEMY_FACING_ME",
      "value": "28",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.ENEMY_OCCLUDED",
      "value": "13",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.ENEMY_TOO_FAR",
      "value": "27",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.ENEMY_UNREACHABLE",
      "value": "31",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.ENEMY_WENT_NULL",
      "value": "12",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.FLOATING_OFF_GROUND",
      "value": "61",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.GIVE_WAY",
      "value": "48",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.HAVE_ENEMY_LOS",
      "value": "15",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.HAVE_TARGET_LOS",
      "value": "16",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.HEALTH_ITEM_AVAILABLE",
      "value": "47",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.HEAR_BUGBAIT",
      "value": "52",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.HEAR_BULLET_IMPACT",
      "value": "56",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.HEAR_COMBAT",
      "value": "53",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.HEAR_DANGER",
      "value": "50",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.HEAR_MOVE_AWAY",
      "value": "58",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.HEAR_PHYSICS_DANGER",
      "value": "57",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.HEAR_PLAYER",
      "value": "55",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.HEAR_SPOOKY",
      "value": "59",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.HEAR_THUMPER",
      "value": "51",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.HEAR_WORLD",
      "value": "54",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.HEAVY_DAMAGE",
      "value": "18",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.IDLE_INTERRUPT",
      "value": "2",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.IN_PVS",
      "value": "1",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.LIGHT_DAMAGE",
      "value": "17",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.LOST_ENEMY",
      "value": "11",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.LOST_PLAYER",
      "value": "33",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.LOW_PRIMARY_AMMO",
      "value": "3",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.MOBBED_BY_ENEMIES",
      "value": "62",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.NEW_ENEMY",
      "value": "26",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.NO_CUSTOM_INTERRUPTS",
      "value": "70",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.NO_HEAR_DANGER",
      "value": "60",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.NO_PRIMARY_AMMO",
      "value": "4",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.NO_SECONDARY_AMMO",
      "value": "5",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.NO_WEAPON",
      "value": "6",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.NONE",
      "value": "0",
      "family": "COND",
      "realm": "server",
      "description": "No additional conditions are being played"
    },
    {
      "name": "COND.NOT_FACING_ATTACK",
      "value": "40",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.NPC_FREEZE",
      "value": "67",
      "family": "COND",
      "realm": "server",
      "description": "Freezes NPC movement"
    },
    {
      "name": "COND.NPC_UNFREEZE",
      "value": "68",
      "family": "COND",
      "realm": "server",
      "description": "Unfreezes NPC movement"
    },
    {
      "name": "COND.PHYSICS_DAMAGE",
      "value": "19",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.PLAYER_ADDED_TO_SQUAD",
      "value": "64",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.PLAYER_PUSHING",
      "value": "66",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.PLAYER_REMOVED_FROM_SQUAD",
      "value": "65",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.PROVOKED",
      "value": "25",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.RECEIVED_ORDERS",
      "value": "63",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.REPEATED_DAMAGE",
      "value": "20",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.SCHEDULE_DONE",
      "value": "36",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.SEE_DISLIKE",
      "value": "9",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.SEE_ENEMY",
      "value": "10",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.SEE_FEAR",
      "value": "8",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.SEE_HATE",
      "value": "7",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.SEE_NEMESIS",
      "value": "34",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.SEE_PLAYER",
      "value": "32",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.SMELL",
      "value": "37",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.TALKER_RESPOND_TO_QUESTION",
      "value": "69",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.TARGET_OCCLUDED",
      "value": "14",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.TASK_FAILED",
      "value": "35",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.TOO_CLOSE_TO_ATTACK",
      "value": "38",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.TOO_FAR_TO_ATTACK",
      "value": "39",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.WAY_CLEAR",
      "value": "49",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.WEAPON_BLOCKED_BY_FRIEND",
      "value": "42",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.WEAPON_HAS_LOS",
      "value": "41",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.WEAPON_PLAYER_IN_SPREAD",
      "value": "43",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.WEAPON_PLAYER_NEAR_TARGET",
      "value": "44",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "COND.WEAPON_SIGHT_OCCLUDED",
      "value": "45",
      "family": "COND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "CONTENTS_EMPTY",
      "value": "0",
      "family": "CONTENTS",
      "realm": "shared",
      "description": "Things that are not solid"
    },
    {
      "name": "CONTENTS_SOLID",
      "value": "1",
      "family": "CONTENTS",
      "realm": "shared",
      "description": "Things that are solid"
    },
    {
      "name": "CONTENTS_WINDOW",
      "value": "2",
      "family": "CONTENTS",
      "realm": "shared",
      "description": "Glass"
    },
    {
      "name": "CONTENTS_AUX",
      "value": "4",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_GRATE",
      "value": "8",
      "family": "CONTENTS",
      "realm": "shared",
      "description": "Bullets go through, solids don't"
    },
    {
      "name": "CONTENTS_SLIME",
      "value": "16",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_WATER",
      "value": "32",
      "family": "CONTENTS",
      "realm": "shared",
      "description": "Hits world but not skybox"
    },
    {
      "name": "CONTENTS_BLOCKLOS",
      "value": "64",
      "family": "CONTENTS",
      "realm": "shared",
      "description": "Things that block line of sight"
    },
    {
      "name": "CONTENTS_OPAQUE",
      "value": "128",
      "family": "CONTENTS",
      "realm": "shared",
      "description": "Things that block light"
    },
    {
      "name": "CONTENTS_TESTFOGVOLUME",
      "value": "256",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_TEAM4",
      "value": "512",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_TEAM3",
      "value": "1024",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_TEAM1",
      "value": "2048",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_TEAM2",
      "value": "4096",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_IGNORE_NODRAW_OPAQUE",
      "value": "8192",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_MOVEABLE",
      "value": "16384",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_AREAPORTAL",
      "value": "32768",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_PLAYERCLIP",
      "value": "65536",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_MONSTERCLIP",
      "value": "131072",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_CURRENT_0",
      "value": "262144",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_CURRENT_180",
      "value": "1048576",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_CURRENT_270",
      "value": "2097152",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_CURRENT_90",
      "value": "524288",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_CURRENT_DOWN",
      "value": "8388608",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_CURRENT_UP",
      "value": "4194304",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_DEBRIS",
      "value": "67108864",
      "family": "CONTENTS",
      "realm": "shared",
      "description": "Includes, among other things, client-side ragdolls and prop gibs"
    },
    {
      "name": "CONTENTS_DETAIL",
      "value": "134217728",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_HITBOX",
      "value": "1073741824",
      "family": "CONTENTS",
      "realm": "shared",
      "description": "Hitbox"
    },
    {
      "name": "CONTENTS_LADDER",
      "value": "536870912",
      "family": "CONTENTS",
      "realm": "shared",
      "description": "Ladder"
    },
    {
      "name": "CONTENTS_MONSTER",
      "value": "33554432",
      "family": "CONTENTS",
      "realm": "shared",
      "description": "NPCs"
    },
    {
      "name": "CONTENTS_ORIGIN",
      "value": "16777216",
      "family": "CONTENTS",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "CONTENTS_TRANSLUCENT",
      "value": "268435456",
      "family": "CONTENTS",
      "realm": "shared",
      "description": "Hits world but not skybox"
    },
    {
      "name": "LAST_VISIBLE_CONTENTS",
      "value": "128",
      "family": "CONTENTS",
      "realm": "shared",
      "description": "Last visible contents enumeration"
    },
    {
      "name": "ALL_VISIBLE_CONTENTS",
      "value": "255",
      "family": "CONTENTS",
      "realm": "shared",
      "description": "Sum of all the visible contents enumerations"
    },
    {
      "name": "CREATERENDERTARGETFLAGS_HDR",
      "value": "1",
      "family": "CREATERENDERTARGETFLAGS",
      "realm": "client",
      "description": "Makes this render target an HDR render target if the current system supports HDR."
    },
    {
      "name": "CREATERENDERTARGETFLAGS_AUTOMIPMAP",
      "value": "2",
      "family": "CREATERENDERTARGETFLAGS",
      "realm": "client",
      "description": "Does nothing."
    },
    {
      "name": "CREATERENDERTARGETFLAGS_UNFILTERABLE_OK",
      "value": "4",
      "family": "CREATERENDERTARGETFLAGS",
      "realm": "client",
      "description": "Does nothing"
    },
    {
      "name": "CT_DEFAULT",
      "value": "0",
      "family": "CT",
      "realm": "server",
      "description": "Default citizen"
    },
    {
      "name": "CT_DOWNTRODDEN",
      "value": "1",
      "family": "CT",
      "realm": "server",
      "description": "Default citizen(?)"
    },
    {
      "name": "CT_REFUGEE",
      "value": "2",
      "family": "CT",
      "realm": "server",
      "description": "Refugee"
    },
    {
      "name": "CT_REBEL",
      "value": "3",
      "family": "CT",
      "realm": "server",
      "description": "Rebel"
    },
    {
      "name": "CT_UNIQUE",
      "value": "4",
      "family": "CT",
      "realm": "server",
      "description": "Odessa?"
    },
    {
      "name": "D_ER",
      "value": "0",
      "family": "D",
      "realm": "server",
      "description": "Error"
    },
    {
      "name": "D_HT",
      "value": "1",
      "family": "D",
      "realm": "server",
      "description": "Hate"
    },
    {
      "name": "D_FR",
      "value": "2",
      "family": "D",
      "realm": "server",
      "description": "Frightened / Fear"
    },
    {
      "name": "D_LI",
      "value": "3",
      "family": "D",
      "realm": "server",
      "description": "Like"
    },
    {
      "name": "D_NU",
      "value": "4",
      "family": "D",
      "realm": "server",
      "description": "Neutral"
    },
    {
      "name": "DEATH_NOTICE_FRIENDLY_VICTIM",
      "value": "1",
      "family": "DEATH_NOTICE",
      "realm": "shared",
      "description": "Was the victim friendly?"
    },
    {
      "name": "DEATH_NOTICE_FRIENDLY_ATTACKER",
      "value": "2",
      "family": "DEATH_NOTICE",
      "realm": "shared",
      "description": "Was the attacker friendly?"
    },
    {
      "name": "DISPSURF_SURFACE",
      "value": "1",
      "family": "DISPSURF",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "DISPSURF_WALKABLE",
      "value": "2",
      "family": "DISPSURF",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "DISPSURF_BUILDABLE",
      "value": "4",
      "family": "DISPSURF",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "DISPSURF_SURFPROP1",
      "value": "8",
      "family": "DISPSURF",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "DISPSURF_SURFPROP2",
      "value": "16",
      "family": "DISPSURF",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "DMG_GENERIC",
      "value": "0",
      "family": "DMG",
      "realm": "shared",
      "description": "Generic damage (used by weapon_fists)"
    },
    {
      "name": "DMG_CRUSH",
      "value": "1",
      "family": "DMG",
      "realm": "shared",
      "description": "Caused by physics interaction and ignored by airboat drivers. This is used by the Rollermine and an unused animation attack called 'Fireattack' by the Antlion Guard [ACT_RANGE_ATTACK1](https://wiki..."
    },
    {
      "name": "DMG_BULLET",
      "value": "2",
      "family": "DMG",
      "realm": "shared",
      "description": "Bullet damage from Ceiling Turrets, the Strider, Turrets and most guns."
    },
    {
      "name": "DMG_SLASH",
      "value": "4",
      "family": "DMG",
      "realm": "shared",
      "description": "Used by the Stunstick, Manhacks, Antlions, Antlion Guards, Headcrabs, Fast Headcrabs, all Zombies types, Hunter, and potentially other NPCs attacks"
    },
    {
      "name": "DMG_BURN",
      "value": "8",
      "family": "DMG",
      "realm": "shared",
      "description": "Damage from fire"
    },
    {
      "name": "DMG_VEHICLE",
      "value": "16",
      "family": "DMG",
      "realm": "shared",
      "description": "Hit by a vehicle (This will need to be set for passengers of some vehicle to receive damage)"
    },
    {
      "name": "DMG_FALL",
      "value": "32",
      "family": "DMG",
      "realm": "shared",
      "description": "Fall damage"
    },
    {
      "name": "DMG_BLAST",
      "value": "64",
      "family": "DMG",
      "realm": "shared",
      "description": "Explosion damage like grenades, helicopter bombs, combine mines, Will be ignored by most vehicle passengers."
    },
    {
      "name": "DMG_CLUB",
      "value": "128",
      "family": "DMG",
      "realm": "shared",
      "description": "Blunt attacks such as from the Crowbar, Antlion Guard & Hunter"
    },
    {
      "name": "DMG_SHOCK",
      "value": "256",
      "family": "DMG",
      "realm": "shared",
      "description": "Electrical damage, shows smoke at the damage position and its used by Stalkers & Vortigaunts"
    },
    {
      "name": "DMG_SONIC",
      "value": "512",
      "family": "DMG",
      "realm": "shared",
      "description": "Sonic damage, used by the Gargantua and Houndeye NPCs"
    },
    {
      "name": "DMG_ENERGYBEAM",
      "value": "1024",
      "family": "DMG",
      "realm": "shared",
      "description": "Laser damage"
    },
    {
      "name": "DMG_PREVENT_PHYSICS_FORCE",
      "value": "2048",
      "family": "DMG",
      "realm": "shared",
      "description": "Prevent a physics force."
    },
    {
      "name": "DMG_NEVERGIB",
      "value": "4096",
      "family": "DMG",
      "realm": "shared",
      "description": "Crossbow damage, never creates gibs."
    },
    {
      "name": "DMG_ALWAYSGIB",
      "value": "8192",
      "family": "DMG",
      "realm": "shared",
      "description": "Always create gibs"
    },
    {
      "name": "DMG_DROWN",
      "value": "16384",
      "family": "DMG",
      "realm": "shared",
      "description": "Drown damage"
    },
    {
      "name": "DMG_PARALYZE",
      "value": "32768",
      "family": "DMG",
      "realm": "shared",
      "description": "Same as DMG_POISON"
    },
    {
      "name": "DMG_NERVEGAS",
      "value": "65536",
      "family": "DMG",
      "realm": "shared",
      "description": "Neurotoxin damage"
    },
    {
      "name": "DMG_POISON",
      "value": "131072",
      "family": "DMG",
      "realm": "shared",
      "description": "Poison damage used by Antlion Workers & Poison Headcrabs."
    },
    {
      "name": "DMG_RADIATION",
      "value": "262144",
      "family": "DMG",
      "realm": "shared",
      "description": "Radiation damage & it will be ignored by most vehicle passengers"
    },
    {
      "name": "DMG_DROWNRECOVER",
      "value": "524288",
      "family": "DMG",
      "realm": "shared",
      "description": "Damage applied to the player to restore health after drowning"
    },
    {
      "name": "DMG_ACID",
      "value": "1048576",
      "family": "DMG",
      "realm": "shared",
      "description": "Toxic chemical or acid burn damage used by the Antlion Workers"
    },
    {
      "name": "DMG_SLOWBURN",
      "value": "2097152",
      "family": "DMG",
      "realm": "shared",
      "description": "In an oven"
    },
    {
      "name": "DMG_REMOVENORAGDOLL",
      "value": "4194304",
      "family": "DMG",
      "realm": "shared",
      "description": "Don't create a ragdoll on death"
    },
    {
      "name": "DMG_PHYSGUN",
      "value": "8388608",
      "family": "DMG",
      "realm": "shared",
      "description": "Damage done by the gravity gun."
    },
    {
      "name": "DMG_PLASMA",
      "value": "16777216",
      "family": "DMG",
      "realm": "shared",
      "description": "Plasma damage"
    },
    {
      "name": "DMG_AIRBOAT",
      "value": "33554432",
      "family": "DMG",
      "realm": "shared",
      "description": "Airboat gun damage"
    },
    {
      "name": "DMG_DISSOLVE",
      "value": "67108864",
      "family": "DMG",
      "realm": "shared",
      "description": "Forces the entity to dissolve on death. This is what the combine ball uses when it hits a target."
    },
    {
      "name": "DMG_BLAST_SURFACE",
      "value": "134217728",
      "family": "DMG",
      "realm": "shared",
      "description": "This won't hurt the player underwater"
    },
    {
      "name": "DMG_DIRECT",
      "value": "268435456",
      "family": "DMG",
      "realm": "shared",
      "description": "Direct damage to the entity that does not go through any damage value modifications"
    },
    {
      "name": "DMG_BUCKSHOT",
      "value": "536870912",
      "family": "DMG",
      "realm": "shared",
      "description": "The pellets fired from a shotgun"
    },
    {
      "name": "DMG_SNIPER",
      "value": "1073741824",
      "family": "DMG",
      "realm": "shared",
      "description": "Damage from SniperRound/SniperPenetratedRound ammo types"
    },
    {
      "name": "DMG_MISSILEDEFENSE",
      "value": "2147483648",
      "family": "DMG",
      "realm": "shared",
      "description": "Damage from npc_missiledefense, npc_combinegunship, or monster_mortar"
    },
    {
      "name": "NODOCK",
      "value": "0",
      "family": "DOCK",
      "realm": "client, menu",
      "description": "Don't dock"
    },
    {
      "name": "FILL",
      "value": "1",
      "family": "DOCK",
      "realm": "client, menu",
      "description": "Fill parent"
    },
    {
      "name": "LEFT",
      "value": "2",
      "family": "DOCK",
      "realm": "client, menu",
      "description": "Dock to the left"
    },
    {
      "name": "RIGHT",
      "value": "3",
      "family": "DOCK",
      "realm": "client, menu",
      "description": "Dock to the right"
    },
    {
      "name": "TOP",
      "value": "4",
      "family": "DOCK",
      "realm": "client, menu",
      "description": "Dock to the top"
    },
    {
      "name": "BOTTOM",
      "value": "5",
      "family": "DOCK",
      "realm": "client, menu",
      "description": "Dock to the bottom"
    },
    {
      "name": "DOF_OFFSET",
      "value": "256",
      "family": "DOF",
      "realm": "client",
      "description": ""
    },
    {
      "name": "DOF_SPACING",
      "value": "512",
      "family": "DOF",
      "realm": "client",
      "description": ""
    },
    {
      "name": "EF_BONEMERGE",
      "value": "1",
      "family": "EF",
      "realm": "shared",
      "description": "Performs bone merge on client side, merging bone positions of child entities (Entity:SetParent) with those of the parent, by bone names. The skeletons should have identical proportions, however it..."
    },
    {
      "name": "EF_BONEMERGE_FASTCULL",
      "value": "128",
      "family": "EF",
      "realm": "shared",
      "description": "For use with EF_BONEMERGE. If this is set, then it places this ents origin at its parent and uses the parent's bbox + the max extents of the aiment. Otherwise, it sets up the parent's bones every f..."
    },
    {
      "name": "EF_BRIGHTLIGHT",
      "value": "2",
      "family": "EF",
      "realm": "shared",
      "description": "DLIGHT centered at entity origin."
    },
    {
      "name": "EF_DIMLIGHT",
      "value": "4",
      "family": "EF",
      "realm": "shared",
      "description": "Player flashlight."
    },
    {
      "name": "EF_NOINTERP",
      "value": "8",
      "family": "EF",
      "realm": "shared",
      "description": "Seems to have no effect. Has been replaced with [C_BaseEntity::IsNoInterpolationFrame()](https://github.com/ValveSoftware/source-sdk-2013/blob/master/src/game/client/c_baseentity.h#L1331-L1332). Do..."
    },
    {
      "name": "EF_NOSHADOW",
      "value": "16",
      "family": "EF",
      "realm": "shared",
      "description": "Disables shadow."
    },
    {
      "name": "EF_NODRAW",
      "value": "32",
      "family": "EF",
      "realm": "shared",
      "description": "Prevents the entity from drawing and networking."
    },
    {
      "name": "EF_NORECEIVESHADOW",
      "value": "64",
      "family": "EF",
      "realm": "shared",
      "description": "Don't receive shadows."
    },
    {
      "name": "EF_ITEM_BLINK",
      "value": "256",
      "family": "EF",
      "realm": "shared",
      "description": "Makes the entity blink."
    },
    {
      "name": "EF_PARENT_ANIMATES",
      "value": "512",
      "family": "EF",
      "realm": "shared",
      "description": "Always assume that the parent entity is animating."
    },
    {
      "name": "EF_FOLLOWBONE",
      "value": "1024",
      "family": "EF",
      "realm": "shared",
      "description": "Internal flag that is set by Entity:FollowBone."
    },
    {
      "name": "EF_NOFLASHLIGHT",
      "value": "8192",
      "family": "EF",
      "realm": "shared",
      "description": "GMod-specific. Makes the entity not accept being lit by projected textures, including the player's flashlight."
    },
    {
      "name": "EFL_KILLME",
      "value": "1",
      "family": "EFL",
      "realm": "shared",
      "description": "This entity is marked for death -- This allows the game to actually delete ents at a safe time. You should never set this flag manually."
    },
    {
      "name": "EFL_DORMANT",
      "value": "2",
      "family": "EFL",
      "realm": "shared",
      "description": "Entity is dormant, no updates to client"
    },
    {
      "name": "EFL_NOCLIP_ACTIVE",
      "value": "4",
      "family": "EFL",
      "realm": "shared",
      "description": "Lets us know when the noclip command is active"
    },
    {
      "name": "EFL_SETTING_UP_BONES",
      "value": "8",
      "family": "EFL",
      "realm": "shared",
      "description": "Set while a model is setting up its bones"
    },
    {
      "name": "EFL_KEEP_ON_RECREATE_ENTITIES",
      "value": "16",
      "family": "EFL",
      "realm": "shared",
      "description": "This is a special entity that should not be deleted when we respawn entities via game.CleanUpMap."
    },
    {
      "name": "EFL_HAS_PLAYER_CHILD",
      "value": "16",
      "family": "EFL",
      "realm": "shared",
      "description": "One of the child entities is a player"
    },
    {
      "name": "EFL_DIRTY_SHADOWUPDATE",
      "value": "32",
      "family": "EFL",
      "realm": "shared",
      "description": "(Client only) need shadow manager to update the shadow"
    },
    {
      "name": "EFL_NOTIFY",
      "value": "64",
      "family": "EFL",
      "realm": "shared",
      "description": "Another entity is watching events on this entity (used by teleport)"
    },
    {
      "name": "EFL_FORCE_CHECK_TRANSMIT",
      "value": "128",
      "family": "EFL",
      "realm": "shared",
      "description": "The default behavior in ShouldTransmit is to not send an entity if it doesn't have a model. Certain entities want to be sent anyway because all the drawing logic is in the client DLL. They can set..."
    },
    {
      "name": "EFL_BOT_FROZEN",
      "value": "256",
      "family": "EFL",
      "realm": "shared",
      "description": "This is set on bots that are frozen"
    },
    {
      "name": "EFL_SERVER_ONLY",
      "value": "512",
      "family": "EFL",
      "realm": "shared",
      "description": "Non-networked entity"
    },
    {
      "name": "EFL_NO_AUTO_EDICT_ATTACH",
      "value": "1024",
      "family": "EFL",
      "realm": "shared",
      "description": "Don't attach the edict"
    },
    {
      "name": "EFL_DIRTY_ABSTRANSFORM",
      "value": "2048",
      "family": "EFL",
      "realm": "shared",
      "description": "Some 'dirty' bits with respect to absolute computations. Used internally by the engine when an entity's absolute position needs to be recalculated."
    },
    {
      "name": "EFL_DIRTY_ABSVELOCITY",
      "value": "4096",
      "family": "EFL",
      "realm": "shared",
      "description": "Some 'dirty' bits with respect to absolute computations. Used internally by the engine when an entity's absolute velocity needs to be recalculated."
    },
    {
      "name": "EFL_DIRTY_ABSANGVELOCITY",
      "value": "8192",
      "family": "EFL",
      "realm": "shared",
      "description": "Some 'dirty' bits with respect to absolute computations. Used internally by the engine when an entity's absolute angular velocity needs to be recalculated."
    },
    {
      "name": "EFL_DIRTY_SURROUNDING_COLLISION_BOUNDS",
      "value": "16384",
      "family": "EFL",
      "realm": "shared",
      "description": "Marks the entity as having a 'dirty' surrounding box. Used internally by the engine to recompute the entity's collision bounds."
    },
    {
      "name": "EFL_DIRTY_SPATIAL_PARTITION",
      "value": "32768",
      "family": "EFL",
      "realm": "shared",
      "description": "Used internally by the engine when an entity's \"spatial partition\" needs to be recalculated."
    },
    {
      "name": "EFL_IN_SKYBOX",
      "value": "131072",
      "family": "EFL",
      "realm": "shared",
      "description": "This is set if the entity detects that it's in the skybox. This forces it to pass the \"in PVS\" for transmission"
    },
    {
      "name": "EFL_USE_PARTITION_WHEN_NOT_SOLID",
      "value": "262144",
      "family": "EFL",
      "realm": "shared",
      "description": "Entities with this flag set show up in the partition even when not solid"
    },
    {
      "name": "EFL_TOUCHING_FLUID",
      "value": "524288",
      "family": "EFL",
      "realm": "shared",
      "description": "Used to determine if an entity is floating"
    },
    {
      "name": "EFL_IS_BEING_LIFTED_BY_BARNACLE",
      "value": "1048576",
      "family": "EFL",
      "realm": "shared",
      "description": "The entity is currently being lifted by a Barnacle."
    },
    {
      "name": "EFL_NO_ROTORWASH_PUSH",
      "value": "2097152",
      "family": "EFL",
      "realm": "shared",
      "description": "The entity is not affected by 'rotorwash push'--the wind-push effect caused by helicopters close to the ground in Half-Life 2."
    },
    {
      "name": "EFL_NO_THINK_FUNCTION",
      "value": "4194304",
      "family": "EFL",
      "realm": "shared",
      "description": "Avoid executing the entity's Think"
    },
    {
      "name": "EFL_NO_GAME_PHYSICS_SIMULATION",
      "value": "8388608",
      "family": "EFL",
      "realm": "shared",
      "description": "The entity is currently not simulating any physics."
    },
    {
      "name": "EFL_CHECK_UNTOUCH",
      "value": "16777216",
      "family": "EFL",
      "realm": "shared",
      "description": "The entity is about to have its untouch callback checked, e.g. when this entity stops touching another entity."
    },
    {
      "name": "EFL_DONTBLOCKLOS",
      "value": "33554432",
      "family": "EFL",
      "realm": "shared",
      "description": "Entity shouldn't block NPC line-of-sight"
    },
    {
      "name": "EFL_DONTWALKON",
      "value": "67108864",
      "family": "EFL",
      "realm": "shared",
      "description": "NPCs should not walk on this entity"
    },
    {
      "name": "EFL_NO_DISSOLVE",
      "value": "134217728",
      "family": "EFL",
      "realm": "shared",
      "description": "The entity shouldn't dissolve"
    },
    {
      "name": "EFL_NO_MEGAPHYSCANNON_RAGDOLL",
      "value": "268435456",
      "family": "EFL",
      "realm": "shared",
      "description": "Mega physcannon can't ragdoll these guys"
    },
    {
      "name": "EFL_NO_WATER_VELOCITY_CHANGE",
      "value": "536870912",
      "family": "EFL",
      "realm": "shared",
      "description": "Don't adjust this entity's velocity when transitioning into water"
    },
    {
      "name": "EFL_NO_PHYSCANNON_INTERACTION",
      "value": "1073741824",
      "family": "EFL",
      "realm": "shared",
      "description": "Physcannon can't pick these up or punt them"
    },
    {
      "name": "EFL_NO_DAMAGE_FORCES",
      "value": "-2147483648",
      "family": "EFL",
      "realm": "shared",
      "description": "Doesn't accept forces from physics damage"
    },
    {
      "name": "FCVAR_ARCHIVE",
      "value": "128",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "Save the ConVar value into either client.vdf or server.vdf Reported as \"a\" by `cvarlist`, except Lua ConVars"
    },
    {
      "name": "FCVAR_ARCHIVE_XBOX",
      "value": "16777216",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "Save the ConVar value into config.vdf on XBox"
    },
    {
      "name": "FCVAR_CHEAT",
      "value": "16384",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "Requires `sv_cheats` to be enabled to change the ConVar or run the command Reported as \"cheat\" by `cvarlist`"
    },
    {
      "name": "FCVAR_CLIENTCMD_CAN_EXECUTE",
      "value": "1073741824",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "`IVEngineClient::ClientCmd` is allowed to execute this command Reported as \"clientcmd_can_execute\" by `cvarlist`"
    },
    {
      "name": "FCVAR_CLIENTDLL",
      "value": "8",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "ConVar is defined by the client DLL. This flag is set automatically Reported as \"cl\" by `cvarlist`"
    },
    {
      "name": "FCVAR_DEMO",
      "value": "65536",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "Force the ConVar to be recorded by demo recordings. Reported as \"demo\" by `cvarlist`"
    },
    {
      "name": "FCVAR_DONTRECORD",
      "value": "131072",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "Opposite of [FCVAR_DEMO](#FCVAR_DEMO), ensures the ConVar is not recorded in demos Reported as \"norecord\" by `cvarlist`"
    },
    {
      "name": "FCVAR_GAMEDLL",
      "value": "4",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "ConVar is defined by the game DLL. This flag is set automatically Reported as \"sv\" by `cvarlist`"
    },
    {
      "name": "FCVAR_LUA_CLIENT",
      "value": "262144",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "Set automatically on all ConVars and console commands created by the client Lua state. Reported as \"lua_client\" by `cvarlist`"
    },
    {
      "name": "FCVAR_LUA_SERVER",
      "value": "524288",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "Set automatically on all ConVars and console commands created by the server Lua state. Reported as \"lua_server\" by `cvarlist`"
    },
    {
      "name": "FCVAR_NEVER_AS_STRING",
      "value": "4096",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "Tells the engine to never print this variable as a string. This is used for variables which may contain control characters. Reported as \"numeric\" by `cvarlist`"
    },
    {
      "name": "FCVAR_NONE",
      "value": "0",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "No flags"
    },
    {
      "name": "FCVAR_NOTIFY",
      "value": "256",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "For serverside ConVars, notifies all players with blue chat text when the value gets changed, also makes the convar appear in [A2S_RULES](https://developer.valvesoftware.com/wiki/Server_queries#A2S..."
    },
    {
      "name": "FCVAR_NOT_CONNECTED",
      "value": "4194304",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "Makes the ConVar not changeable while connected to a server or in singleplayer"
    },
    {
      "name": "FCVAR_PRINTABLEONLY",
      "value": "1024",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "Forces the ConVar to only have printable characters (No control characters) Reported as \"print\" by `cvarlist`"
    },
    {
      "name": "FCVAR_PROTECTED",
      "value": "32",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "Makes the ConVar value hidden from all clients (For example `sv_password`) Reported as \"prot\" by `cvarlist`"
    },
    {
      "name": "FCVAR_REPLICATED",
      "value": "8192",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "For serverside ConVars, it will enforce its value on all clients. The ConVar with the same name must also exist on the client! Reported as \"rep\" by `cvarlist`"
    },
    {
      "name": "FCVAR_SERVER_CANNOT_QUERY",
      "value": "536870912",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "Prevents the server from querying value of this ConVar"
    },
    {
      "name": "FCVAR_SERVER_CAN_EXECUTE",
      "value": "268435456",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "The server is allowed to execute this command on clients. Reported as \"server_can_execute\" by `cvarlist`"
    },
    {
      "name": "FCVAR_SPONLY",
      "value": "64",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "Executing the command or changing the ConVar is only allowed in singleplayer Reported as \"sp\" by `cvarlist`"
    },
    {
      "name": "FCVAR_UNLOGGED",
      "value": "2048",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "Don't log the ConVar changes to console/log files/users Reported as \"log\" by `cvarlist`"
    },
    {
      "name": "FCVAR_UNREGISTERED",
      "value": "1",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "If this is set, the convar will become anonymous and won't show up in the `find` results."
    },
    {
      "name": "FCVAR_USERINFO",
      "value": "512",
      "family": "FCVAR",
      "realm": "shared, menu",
      "description": "For clientside commands, sends the value to the server Reported as \"user\" by `cvarlist`"
    },
    {
      "name": "FFT_256",
      "value": "0",
      "family": "FFT",
      "realm": "client",
      "description": "128 levels"
    },
    {
      "name": "FFT_512",
      "value": "1",
      "family": "FFT",
      "realm": "client",
      "description": "256 levels"
    },
    {
      "name": "FFT_1024",
      "value": "2",
      "family": "FFT",
      "realm": "client",
      "description": "512 levels"
    },
    {
      "name": "FFT_2048",
      "value": "3",
      "family": "FFT",
      "realm": "client",
      "description": "1024 levels"
    },
    {
      "name": "FFT_4096",
      "value": "4",
      "family": "FFT",
      "realm": "client",
      "description": "2048 levels"
    },
    {
      "name": "FFT_8192",
      "value": "5",
      "family": "FFT",
      "realm": "client",
      "description": "4096 levels"
    },
    {
      "name": "FFT_16384",
      "value": "6",
      "family": "FFT",
      "realm": "client",
      "description": "8192 levels"
    },
    {
      "name": "FFT_32768",
      "value": "7",
      "family": "FFT",
      "realm": "client",
      "description": "16384 levels"
    },
    {
      "name": "FL_ONGROUND",
      "value": "1",
      "family": "FL",
      "realm": "shared",
      "description": "Is the entity on ground or not"
    },
    {
      "name": "FL_DUCKING",
      "value": "2",
      "family": "FL",
      "realm": "shared",
      "description": "Is player ducking or not"
    },
    {
      "name": "FL_ANIMDUCKING",
      "value": "4",
      "family": "FL",
      "realm": "shared",
      "description": "Is the player in the process of ducking or standing up"
    },
    {
      "name": "FL_WATERJUMP",
      "value": "8",
      "family": "FL",
      "realm": "shared",
      "description": "The player is jumping out of water"
    },
    {
      "name": "FL_ONTRAIN",
      "value": "16",
      "family": "FL",
      "realm": "shared",
      "description": "This player is controlling a func_train"
    },
    {
      "name": "FL_INRAIN",
      "value": "32",
      "family": "FL",
      "realm": "shared",
      "description": "Indicates the entity is standing in rain"
    },
    {
      "name": "FL_FROZEN",
      "value": "64",
      "family": "FL",
      "realm": "shared",
      "description": "Completely freezes the player Bots will still be able to look around."
    },
    {
      "name": "FL_ATCONTROLS",
      "value": "128",
      "family": "FL",
      "realm": "shared",
      "description": "This player is controlling something UI related in the world, this prevents his movement, but doesn't freeze mouse movement, jumping, etc."
    },
    {
      "name": "FL_CLIENT",
      "value": "256",
      "family": "FL",
      "realm": "shared",
      "description": "Is this entity a player or not"
    },
    {
      "name": "FL_FAKECLIENT",
      "value": "512",
      "family": "FL",
      "realm": "shared",
      "description": "Bots have this flag"
    },
    {
      "name": "FL_INWATER",
      "value": "1024",
      "family": "FL",
      "realm": "shared",
      "description": "Is the player in water or not"
    },
    {
      "name": "FL_FLY",
      "value": "2048",
      "family": "FL",
      "realm": "shared",
      "description": "This entity can fly"
    },
    {
      "name": "FL_SWIM",
      "value": "4096",
      "family": "FL",
      "realm": "shared",
      "description": "This entity can swim"
    },
    {
      "name": "FL_CONVEYOR",
      "value": "8192",
      "family": "FL",
      "realm": "shared",
      "description": "This entity is a func_conveyor"
    },
    {
      "name": "FL_NPC",
      "value": "16384",
      "family": "FL",
      "realm": "shared",
      "description": "NPCs have this flag (NPC: Ignore player push)"
    },
    {
      "name": "FL_GODMODE",
      "value": "32768",
      "family": "FL",
      "realm": "shared",
      "description": "Whether the player has god mode enabled"
    },
    {
      "name": "FL_NOTARGET",
      "value": "65536",
      "family": "FL",
      "realm": "shared",
      "description": "Makes the entity invisible to AI"
    },
    {
      "name": "FL_AIMTARGET",
      "value": "131072",
      "family": "FL",
      "realm": "shared",
      "description": "This entity can be aimed at"
    },
    {
      "name": "FL_PARTIALGROUND",
      "value": "262144",
      "family": "FL",
      "realm": "shared",
      "description": "Not all corners are valid"
    },
    {
      "name": "FL_STATICPROP",
      "value": "524288",
      "family": "FL",
      "realm": "shared",
      "description": "It's a static prop"
    },
    {
      "name": "FL_GRAPHED",
      "value": "1048576",
      "family": "FL",
      "realm": "shared",
      "description": "worldgraph has this ent listed as something that blocks a connection"
    },
    {
      "name": "FL_GRENADE",
      "value": "2097152",
      "family": "FL",
      "realm": "shared",
      "description": "This entity is a grenade, unused"
    },
    {
      "name": "FL_STEPMOVEMENT",
      "value": "4194304",
      "family": "FL",
      "realm": "shared",
      "description": "Changes the SV_Movestep() behavior to not do any processing"
    },
    {
      "name": "FL_DONTTOUCH",
      "value": "8388608",
      "family": "FL",
      "realm": "shared",
      "description": "Doesn't generate touch functions, calls ENTITY:EndTouch when this flag gets set during a touch callback"
    },
    {
      "name": "FL_BASEVELOCITY",
      "value": "16777216",
      "family": "FL",
      "realm": "shared",
      "description": "Base velocity has been applied this frame (used to convert base velocity into momentum)"
    },
    {
      "name": "FL_WORLDBRUSH",
      "value": "33554432",
      "family": "FL",
      "realm": "shared",
      "description": "This entity is a brush and part of the world"
    },
    {
      "name": "FL_OBJECT",
      "value": "67108864",
      "family": "FL",
      "realm": "shared",
      "description": "This entity can be seen by NPCs"
    },
    {
      "name": "FL_KILLME",
      "value": "134217728",
      "family": "FL",
      "realm": "shared",
      "description": "This entity is about to get removed"
    },
    {
      "name": "FL_ONFIRE",
      "value": "268435456",
      "family": "FL",
      "realm": "shared",
      "description": "This entity is on fire"
    },
    {
      "name": "FL_DISSOLVING",
      "value": "536870912",
      "family": "FL",
      "realm": "shared",
      "description": "The entity is currently dissolving"
    },
    {
      "name": "FL_TRANSRAGDOLL",
      "value": "1073741824",
      "family": "FL",
      "realm": "shared",
      "description": "This entity is about to become a ragdoll"
    },
    {
      "name": "FL_UNBLOCKABLE_BY_PLAYER",
      "value": "-2147483648",
      "family": "FL",
      "realm": "shared",
      "description": "This moving door can't be blocked by the player"
    },
    {
      "name": "FORCE_STRING",
      "value": "1",
      "family": "FORCE",
      "realm": "shared, menu",
      "description": "Forces the function to take strings only"
    },
    {
      "name": "FORCE_NUMBER",
      "value": "2",
      "family": "FORCE",
      "realm": "shared, menu",
      "description": "Forces the function to take numbers only"
    },
    {
      "name": "FORCE_BOOL",
      "value": "3",
      "family": "FORCE",
      "realm": "shared, menu",
      "description": "Forces the function to take booleans only"
    },
    {
      "name": "FORCE_ANGLE",
      "value": "4",
      "family": "FORCE",
      "realm": "shared, menu",
      "description": "Forces the function to take Angles only"
    },
    {
      "name": "FORCE_COLOR",
      "value": "5",
      "family": "FORCE",
      "realm": "shared, menu",
      "description": "Forces the function to take Colors only"
    },
    {
      "name": "FORCE_VECTOR",
      "value": "6",
      "family": "FORCE",
      "realm": "shared, menu",
      "description": "Forces the function to take Vectors only"
    },
    {
      "name": "FSASYNC_ERR_NOT_MINE",
      "value": "-8",
      "family": "FSASYNC",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "FSASYNC_ERR_RETRY_LATER",
      "value": "-7",
      "family": "FSASYNC",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "FSASYNC_ERR_ALIGNMENT",
      "value": "-6",
      "family": "FSASYNC",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "FSASYNC_ERR_FAILURE",
      "value": "-5",
      "family": "FSASYNC",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "FSASYNC_ERR_READING",
      "value": "-4",
      "family": "FSASYNC",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "FSASYNC_ERR_NOMEMORY",
      "value": "-3",
      "family": "FSASYNC",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "FSASYNC_ERR_UNKNOWNID",
      "value": "-2",
      "family": "FSASYNC",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "FSASYNC_ERR_FILEOPEN",
      "value": "-1",
      "family": "FSASYNC",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "FSASYNC_OK",
      "value": "0",
      "family": "FSASYNC",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "FSASYNC_STATUS_PENDING",
      "value": "1",
      "family": "FSASYNC",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "FSASYNC_STATUS_INPROGRESS",
      "value": "2",
      "family": "FSASYNC",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "FSASYNC_STATUS_ABORTED",
      "value": "3",
      "family": "FSASYNC",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "FSASYNC_STATUS_UNSERVICED",
      "value": "4",
      "family": "FSASYNC",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "FSOLID_CUSTOMRAYTEST",
      "value": "1",
      "family": "FSOLID",
      "realm": "shared",
      "description": "Ignore solid type + always call into the entity for ray tests"
    },
    {
      "name": "FSOLID_CUSTOMBOXTEST",
      "value": "2",
      "family": "FSOLID",
      "realm": "shared",
      "description": "Ignore solid type + always call into the entity for swept box tests"
    },
    {
      "name": "FSOLID_NOT_SOLID",
      "value": "4",
      "family": "FSOLID",
      "realm": "shared",
      "description": "The object is currently not solid"
    },
    {
      "name": "FSOLID_TRIGGER",
      "value": "8",
      "family": "FSOLID",
      "realm": "shared",
      "description": "This is something may be collideable but fires touch functions even when it's not collideable (when the FSOLID_NOT_SOLID flag is set)"
    },
    {
      "name": "FSOLID_NOT_STANDABLE",
      "value": "16",
      "family": "FSOLID",
      "realm": "shared",
      "description": "The player can't stand on this"
    },
    {
      "name": "FSOLID_VOLUME_CONTENTS",
      "value": "32",
      "family": "FSOLID",
      "realm": "shared",
      "description": "Contains volumetric contents (like water)"
    },
    {
      "name": "FSOLID_FORCE_WORLD_ALIGNED",
      "value": "64",
      "family": "FSOLID",
      "realm": "shared",
      "description": "Forces the collision representation to be world-aligned even if it's SOLID_BSP or SOLID_VPHYSICS"
    },
    {
      "name": "FSOLID_USE_TRIGGER_BOUNDS",
      "value": "128",
      "family": "FSOLID",
      "realm": "shared",
      "description": "Uses a special trigger bounds separate from the normal OBB"
    },
    {
      "name": "FSOLID_ROOT_PARENT_ALIGNED",
      "value": "256",
      "family": "FSOLID",
      "realm": "shared",
      "description": "Collisions are defined in root parent's local coordinate space"
    },
    {
      "name": "FSOLID_TRIGGER_TOUCH_DEBRIS",
      "value": "512",
      "family": "FSOLID",
      "realm": "shared",
      "description": "This trigger will touch debris objects"
    },
    {
      "name": "FSOLID_MAX_BITS",
      "value": "10",
      "family": "FSOLID",
      "realm": "shared",
      "description": "The amount of bits needed to store the all the flags in a variable/sent over network."
    },
    {
      "name": "FVPHYSICS_CONSTRAINT_STATIC",
      "value": "2",
      "family": "FVPHYSICS",
      "realm": "shared",
      "description": "Won't receive physics forces from collisions and won't collide with other PhysObj with the same flag set."
    },
    {
      "name": "FVPHYSICS_DMG_DISSOLVE",
      "value": "512",
      "family": "FVPHYSICS",
      "realm": "shared",
      "description": "Colliding with entities will cause 1000 damage with DMG_DISSOLVE as the damage type, but only if EFL_NO_DISSOLVE is not set."
    },
    {
      "name": "FVPHYSICS_DMG_SLICE",
      "value": "1",
      "family": "FVPHYSICS",
      "realm": "shared",
      "description": "Does slice damage, not just blunt damage."
    },
    {
      "name": "FVPHYSICS_HEAVY_OBJECT",
      "value": "32",
      "family": "FVPHYSICS",
      "realm": "shared",
      "description": "Will deal high physics damage even with a small mass."
    },
    {
      "name": "FVPHYSICS_MULTIOBJECT_ENTITY",
      "value": "16",
      "family": "FVPHYSICS",
      "realm": "shared",
      "description": "This PhysObj is part of an entity with multiple PhysObj , such as a ragdoll or a vehicle , and will be considered during collision damage events."
    },
    {
      "name": "FVPHYSICS_NO_IMPACT_DMG",
      "value": "1024",
      "family": "FVPHYSICS",
      "realm": "shared",
      "description": "Colliding with entities won't cause physics damage."
    },
    {
      "name": "FVPHYSICS_NO_NPC_IMPACT_DMG",
      "value": "2048",
      "family": "FVPHYSICS",
      "realm": "shared",
      "description": "Like FVPHYSICS_NO_IMPACT_DMG, but only checks for NPCs. Usually set on Combine Balls fired by Combine Soldiers."
    },
    {
      "name": "FVPHYSICS_NO_PLAYER_PICKUP",
      "value": "128",
      "family": "FVPHYSICS",
      "realm": "shared",
      "description": "Doesn't allow the player to pick this PhysObj with the Gravity Gun or +use pickup."
    },
    {
      "name": "FVPHYSICS_NO_SELF_COLLISIONS",
      "value": "32768",
      "family": "FVPHYSICS",
      "realm": "shared",
      "description": "We won't collide with other PhysObj associated to the same entity, only used for vehicles and ragdolls held by the Super Gravity Gun."
    },
    {
      "name": "FVPHYSICS_PART_OF_RAGDOLL",
      "value": "8",
      "family": "FVPHYSICS",
      "realm": "shared",
      "description": "This PhysObj is part of a ragdoll."
    },
    {
      "name": "FVPHYSICS_PENETRATING",
      "value": "64",
      "family": "FVPHYSICS",
      "realm": "shared",
      "description": "Set by the physics engine when two PhysObj are penetrating each other. This is only automatically updated for non-static physics objects."
    },
    {
      "name": "FVPHYSICS_PLAYER_HELD",
      "value": "4",
      "family": "FVPHYSICS",
      "realm": "shared",
      "description": "Set when the player is holding this PhysObj with the Physics Gun, Gravity Gun or +use pickup."
    },
    {
      "name": "FVPHYSICS_WAS_THROWN",
      "value": "256",
      "family": "FVPHYSICS",
      "realm": "shared",
      "description": "This object was thrown by the Gravity Gun , stuns Antlion guards, Hunters, and squashes Antlion grubs."
    },
    {
      "name": "GESTURE_SLOT_ATTACK_AND_RELOAD",
      "value": "0",
      "family": "GESTURE_SLOT",
      "realm": "shared",
      "description": "Slot for weapon gestures"
    },
    {
      "name": "GESTURE_SLOT_GRENADE",
      "value": "1",
      "family": "GESTURE_SLOT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "GESTURE_SLOT_JUMP",
      "value": "2",
      "family": "GESTURE_SLOT",
      "realm": "shared",
      "description": "Slot for jump gestures"
    },
    {
      "name": "GESTURE_SLOT_SWIM",
      "value": "3",
      "family": "GESTURE_SLOT",
      "realm": "shared",
      "description": "Slot for swimming gestures"
    },
    {
      "name": "GESTURE_SLOT_FLINCH",
      "value": "4",
      "family": "GESTURE_SLOT",
      "realm": "shared",
      "description": "Slot for flinching gestures"
    },
    {
      "name": "GESTURE_SLOT_VCD",
      "value": "5",
      "family": "GESTURE_SLOT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "GESTURE_SLOT_CUSTOM",
      "value": "6",
      "family": "GESTURE_SLOT",
      "realm": "shared",
      "description": "Slot for custom gestures"
    },
    {
      "name": "GLOBAL_OFF",
      "value": "0",
      "family": "GLOBAL",
      "realm": "server",
      "description": "Initial state, the global state is off."
    },
    {
      "name": "GLOBAL_ON",
      "value": "1",
      "family": "GLOBAL",
      "realm": "server",
      "description": "The global state is enabled."
    },
    {
      "name": "GLOBAL_DEAD",
      "value": "2",
      "family": "GLOBAL",
      "realm": "server",
      "description": "The global state is dead and is no longer active. It will be cleared."
    },
    {
      "name": "GMOD_CHANNEL_STOPPED",
      "value": "0",
      "family": "GMOD_CHANNEL",
      "realm": "client",
      "description": "The channel is stopped"
    },
    {
      "name": "GMOD_CHANNEL_PLAYING",
      "value": "1",
      "family": "GMOD_CHANNEL",
      "realm": "client",
      "description": "The channel is playing"
    },
    {
      "name": "GMOD_CHANNEL_PAUSED",
      "value": "2",
      "family": "GMOD_CHANNEL",
      "realm": "client",
      "description": "The channel is paused"
    },
    {
      "name": "GMOD_CHANNEL_STALLED",
      "value": "3",
      "family": "GMOD_CHANNEL",
      "realm": "client",
      "description": "The channel is buffering"
    },
    {
      "name": "GOALTYPE_NONE",
      "value": "0",
      "family": "GOALTYPE",
      "realm": "server",
      "description": "No goal type."
    },
    {
      "name": "GOALTYPE_TARGETENT",
      "value": "1",
      "family": "GOALTYPE",
      "realm": "server",
      "description": "The goal type is an entity."
    },
    {
      "name": "GOALTYPE_ENEMY",
      "value": "2",
      "family": "GOALTYPE",
      "realm": "server",
      "description": "The goal type is the enemy entity."
    },
    {
      "name": "GOALTYPE_PATHCORNER",
      "value": "3",
      "family": "GOALTYPE",
      "realm": "server",
      "description": "The goal type is a path corner."
    },
    {
      "name": "GOALTYPE_LOCATION",
      "value": "4",
      "family": "GOALTYPE",
      "realm": "server",
      "description": "The goal type is a position."
    },
    {
      "name": "GOALTYPE_LOCATION_NEAREST_NODE",
      "value": "5",
      "family": "GOALTYPE",
      "realm": "server",
      "description": "The goal type is a node nearest to a certain position."
    },
    {
      "name": "GOALTYPE_FLANK",
      "value": "6",
      "family": "GOALTYPE",
      "realm": "server",
      "description": "Goal type is a flank location."
    },
    {
      "name": "GOALTYPE_COVER",
      "value": "7",
      "family": "GOALTYPE",
      "realm": "server",
      "description": "Goal type is a cover spot."
    },
    {
      "name": "GOALTYPE_INVALID",
      "value": "8",
      "family": "GOALTYPE",
      "realm": "server",
      "description": "Invalid goal type."
    },
    {
      "name": "HITGROUP_GENERIC",
      "value": "0",
      "family": "HITGROUP",
      "realm": "shared",
      "description": "1:1 damage. Melee weapons and fall damage typically hit this hitgroup. This hitgroup is not present on default player models. It is unknown how this is generated in GM:ScalePlayerDamage, but it occ..."
    },
    {
      "name": "HITGROUP_HEAD",
      "value": "1",
      "family": "HITGROUP",
      "realm": "shared",
      "description": "Head"
    },
    {
      "name": "HITGROUP_CHEST",
      "value": "2",
      "family": "HITGROUP",
      "realm": "shared",
      "description": "Chest"
    },
    {
      "name": "HITGROUP_STOMACH",
      "value": "3",
      "family": "HITGROUP",
      "realm": "shared",
      "description": "Stomach"
    },
    {
      "name": "HITGROUP_LEFTARM",
      "value": "4",
      "family": "HITGROUP",
      "realm": "shared",
      "description": "Left arm"
    },
    {
      "name": "HITGROUP_RIGHTARM",
      "value": "5",
      "family": "HITGROUP",
      "realm": "shared",
      "description": "Right arm"
    },
    {
      "name": "HITGROUP_LEFTLEG",
      "value": "6",
      "family": "HITGROUP",
      "realm": "shared",
      "description": "Left leg"
    },
    {
      "name": "HITGROUP_RIGHTLEG",
      "value": "7",
      "family": "HITGROUP",
      "realm": "shared",
      "description": "Right leg"
    },
    {
      "name": "HITGROUP_GEAR",
      "value": "10",
      "family": "HITGROUP",
      "realm": "shared",
      "description": "Gear. Supposed to be belt area. This hitgroup is not present on default player models. Alerts NPC, but doesn't do damage or bleed (1/100th damage)"
    },
    {
      "name": "HUD_PRINTNOTIFY",
      "value": "1",
      "family": "HUD",
      "realm": "shared",
      "description": "No longer works; now same as HUD_PRINTCONSOLE"
    },
    {
      "name": "HUD_PRINTCONSOLE",
      "value": "2",
      "family": "HUD",
      "realm": "shared",
      "description": "Console"
    },
    {
      "name": "HUD_PRINTTALK",
      "value": "3",
      "family": "HUD",
      "realm": "shared",
      "description": "Chat, also prints to console"
    },
    {
      "name": "HUD_PRINTCENTER",
      "value": "4",
      "family": "HUD",
      "realm": "shared",
      "description": "Center of the screen, nothing on client"
    },
    {
      "name": "HULL_HUMAN",
      "value": "0",
      "family": "HULL",
      "realm": "server",
      "description": "Hull of a Citizen"
    },
    {
      "name": "HULL_SMALL_CENTERED",
      "value": "1",
      "family": "HULL",
      "realm": "server",
      "description": ""
    },
    {
      "name": "HULL_WIDE_HUMAN",
      "value": "2",
      "family": "HULL",
      "realm": "server",
      "description": ""
    },
    {
      "name": "HULL_TINY",
      "value": "3",
      "family": "HULL",
      "realm": "server",
      "description": ""
    },
    {
      "name": "HULL_WIDE_SHORT",
      "value": "4",
      "family": "HULL",
      "realm": "server",
      "description": ""
    },
    {
      "name": "HULL_MEDIUM",
      "value": "5",
      "family": "HULL",
      "realm": "server",
      "description": ""
    },
    {
      "name": "HULL_TINY_CENTERED",
      "value": "6",
      "family": "HULL",
      "realm": "server",
      "description": ""
    },
    {
      "name": "HULL_LARGE",
      "value": "7",
      "family": "HULL",
      "realm": "server",
      "description": ""
    },
    {
      "name": "HULL_LARGE_CENTERED",
      "value": "8",
      "family": "HULL",
      "realm": "server",
      "description": ""
    },
    {
      "name": "HULL_MEDIUM_TALL",
      "value": "9",
      "family": "HULL",
      "realm": "server",
      "description": ""
    },
    {
      "name": "IMAGE_FORMAT_DEFAULT",
      "value": "-1",
      "family": "IMAGE_FORMAT",
      "realm": "client",
      "description": ""
    },
    {
      "name": "IMAGE_FORMAT_RGBA8888",
      "value": "0",
      "family": "IMAGE_FORMAT",
      "realm": "client",
      "description": "Red, Green, Blue, Alpha, 8 bit per pixel."
    },
    {
      "name": "IMAGE_FORMAT_ABGR8888",
      "value": "1",
      "family": "IMAGE_FORMAT",
      "realm": "client",
      "description": "Probably legacy format. Alpha, Red, Green, Blue, 8 bit per pixel."
    },
    {
      "name": "IMAGE_FORMAT_RGB888",
      "value": "2",
      "family": "IMAGE_FORMAT",
      "realm": "client",
      "description": "Legacy format. Red, Green, Blue, 8 bit per pixel. `D3DFMT_R8G8B8` is invalid for most modern video cards. Thats why `IMAGE_FORMAT_RGB888` and `IMAGE_FORMAT_BGR888` is legacy formats. It have fallba..."
    },
    {
      "name": "IMAGE_FORMAT_BGR888",
      "value": "3",
      "family": "IMAGE_FORMAT",
      "realm": "client",
      "description": "Legacy format. Blue, Green, Red order, 8 bit per pixel."
    },
    {
      "name": "IMAGE_FORMAT_RGB565",
      "value": "4",
      "family": "IMAGE_FORMAT",
      "realm": "client",
      "description": "Red, Green, Blue, 5 bit per pixel for Red and Blue channels, 6 bits for Green. Effectively uses less video memory."
    },
    {
      "name": "IMAGE_FORMAT_ARGB8888",
      "value": "11",
      "family": "IMAGE_FORMAT",
      "realm": "client",
      "description": "`IMAGE_FORMAT_RGBA8888` with different byte order. Legacy format."
    },
    {
      "name": "IMAGE_FORMAT_BGRA8888",
      "value": "12",
      "family": "IMAGE_FORMAT",
      "realm": "client",
      "description": "`IMAGE_FORMAT_RGBA8888` with different byte order. Legacy format."
    },
    {
      "name": "IMAGE_FORMAT_RGBA16161616",
      "value": "25",
      "family": "IMAGE_FORMAT",
      "realm": "client",
      "description": "RGBA, but 16 bits per pixel. Was meant to be used for \"Integer mode\" for HDR."
    },
    {
      "name": "IMAGE_FORMAT_RGBA16161616F",
      "value": "24",
      "family": "IMAGE_FORMAT",
      "realm": "client",
      "description": "RGBA, but floating point 16 bits per pixel. Is used for \"Float mode\" HDR."
    },
    {
      "name": "IN_ATTACK",
      "value": "1",
      "family": "IN",
      "realm": "shared",
      "description": "+attack bound key ( Default: Left Mouse Button )"
    },
    {
      "name": "IN_JUMP",
      "value": "2",
      "family": "IN",
      "realm": "shared",
      "description": "+jump bound key ( Default: Space )"
    },
    {
      "name": "IN_DUCK",
      "value": "4",
      "family": "IN",
      "realm": "shared",
      "description": "+duck bound key ( Default: CTRL )"
    },
    {
      "name": "IN_FORWARD",
      "value": "8",
      "family": "IN",
      "realm": "shared",
      "description": "+forward bound key ( Default: W )"
    },
    {
      "name": "IN_BACK",
      "value": "16",
      "family": "IN",
      "realm": "shared",
      "description": "+back bound key ( Default: S )"
    },
    {
      "name": "IN_USE",
      "value": "32",
      "family": "IN",
      "realm": "shared",
      "description": "+use bound key ( Default: E )"
    },
    {
      "name": "IN_CANCEL",
      "value": "64",
      "family": "IN",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "IN_LEFT",
      "value": "128",
      "family": "IN",
      "realm": "shared",
      "description": "+left bound key ( Look left )"
    },
    {
      "name": "IN_RIGHT",
      "value": "256",
      "family": "IN",
      "realm": "shared",
      "description": "+right bound key ( Look right )"
    },
    {
      "name": "IN_MOVELEFT",
      "value": "512",
      "family": "IN",
      "realm": "shared",
      "description": "+moveleft bound key ( Default: A )"
    },
    {
      "name": "IN_MOVERIGHT",
      "value": "1024",
      "family": "IN",
      "realm": "shared",
      "description": "+moveright bound key ( Default: D )"
    },
    {
      "name": "IN_ATTACK2",
      "value": "2048",
      "family": "IN",
      "realm": "shared",
      "description": "+attack2 bound key ( Default: Right Mouse Button )"
    },
    {
      "name": "IN_RUN",
      "value": "4096",
      "family": "IN",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "IN_RELOAD",
      "value": "8192",
      "family": "IN",
      "realm": "shared",
      "description": "+reload bound key ( Default: R )"
    },
    {
      "name": "IN_ALT1",
      "value": "16384",
      "family": "IN",
      "realm": "shared",
      "description": "+alt1 bound key"
    },
    {
      "name": "IN_ALT2",
      "value": "32768",
      "family": "IN",
      "realm": "shared",
      "description": "+alt2 bound key"
    },
    {
      "name": "IN_SCORE",
      "value": "65536",
      "family": "IN",
      "realm": "shared",
      "description": "+showscores bound key ( Default: Tab )"
    },
    {
      "name": "IN_SPEED",
      "value": "131072",
      "family": "IN",
      "realm": "shared",
      "description": "+speed bound key ( Default: Shift )"
    },
    {
      "name": "IN_WALK",
      "value": "262144",
      "family": "IN",
      "realm": "shared",
      "description": "+walk bound key ( Slow walk )"
    },
    {
      "name": "IN_ZOOM",
      "value": "524288",
      "family": "IN",
      "realm": "shared",
      "description": "+zoom bound key ( Suit Zoom )"
    },
    {
      "name": "IN_WEAPON1",
      "value": "1048576",
      "family": "IN",
      "realm": "shared",
      "description": "For use in weapons. Set in the physgun when scrolling an object away from you."
    },
    {
      "name": "IN_WEAPON2",
      "value": "2097152",
      "family": "IN",
      "realm": "shared",
      "description": "For use in weapons. Set in the physgun when scrolling an object towards you."
    },
    {
      "name": "IN_BULLRUSH",
      "value": "4194304",
      "family": "IN",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "IN_GRENADE1",
      "value": "8388608",
      "family": "IN",
      "realm": "shared",
      "description": "+grenade1 bound key"
    },
    {
      "name": "IN_GRENADE2",
      "value": "16777216",
      "family": "IN",
      "realm": "shared",
      "description": "+grenade2 bound key"
    },
    {
      "name": "JOYSTICK_FIRST",
      "value": "114",
      "family": "JOYSTICK",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "JOYSTICK_FIRST_BUTTON",
      "value": "114",
      "family": "JOYSTICK",
      "realm": "shared, menu",
      "description": "Joystick buttons are in this range, but don't have individual enum names."
    },
    {
      "name": "JOYSTICK_LAST_BUTTON",
      "value": "145",
      "family": "JOYSTICK",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "JOYSTICK_FIRST_POV_BUTTON",
      "value": "146",
      "family": "JOYSTICK",
      "realm": "shared, menu",
      "description": "Joystick POV buttons are in this range, but don't have individual enum names."
    },
    {
      "name": "JOYSTICK_LAST_POV_BUTTON",
      "value": "149",
      "family": "JOYSTICK",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "JOYSTICK_FIRST_AXIS_BUTTON",
      "value": "150",
      "family": "JOYSTICK",
      "realm": "shared, menu",
      "description": "Joystick axis buttons are in this range, but don't have individual enum names."
    },
    {
      "name": "JOYSTICK_LAST_AXIS_BUTTON",
      "value": "161",
      "family": "JOYSTICK",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "JOYSTICK_LAST",
      "value": "161",
      "family": "JOYSTICK",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_FIRST",
      "value": "0",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_NONE",
      "value": "0",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_0",
      "value": "1",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Normal number 0 key"
    },
    {
      "name": "KEY_1",
      "value": "2",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Normal number 1 key"
    },
    {
      "name": "KEY_2",
      "value": "3",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Normal number 2 key"
    },
    {
      "name": "KEY_3",
      "value": "4",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Normal number 3 key"
    },
    {
      "name": "KEY_4",
      "value": "5",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Normal number 4 key"
    },
    {
      "name": "KEY_5",
      "value": "6",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Normal number 5 key"
    },
    {
      "name": "KEY_6",
      "value": "7",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Normal number 6 key"
    },
    {
      "name": "KEY_7",
      "value": "8",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Normal number 7 key"
    },
    {
      "name": "KEY_8",
      "value": "9",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Normal number 8 key"
    },
    {
      "name": "KEY_9",
      "value": "10",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Normal number 9 key"
    },
    {
      "name": "KEY_A",
      "value": "11",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_B",
      "value": "12",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_C",
      "value": "13",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_D",
      "value": "14",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_E",
      "value": "15",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_F",
      "value": "16",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_G",
      "value": "17",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_H",
      "value": "18",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_I",
      "value": "19",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_J",
      "value": "20",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_K",
      "value": "21",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_L",
      "value": "22",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_M",
      "value": "23",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_N",
      "value": "24",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_O",
      "value": "25",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_P",
      "value": "26",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_Q",
      "value": "27",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_R",
      "value": "28",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_S",
      "value": "29",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_T",
      "value": "30",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_U",
      "value": "31",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_V",
      "value": "32",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_W",
      "value": "33",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_X",
      "value": "34",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_Y",
      "value": "35",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_Z",
      "value": "36",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_PAD_0",
      "value": "37",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Keypad number 0 key"
    },
    {
      "name": "KEY_PAD_1",
      "value": "38",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Keypad number 1 key"
    },
    {
      "name": "KEY_PAD_2",
      "value": "39",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Keypad number 2 key"
    },
    {
      "name": "KEY_PAD_3",
      "value": "40",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Keypad number 3 key"
    },
    {
      "name": "KEY_PAD_4",
      "value": "41",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Keypad number 4 key"
    },
    {
      "name": "KEY_PAD_5",
      "value": "42",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Keypad number 5 key"
    },
    {
      "name": "KEY_PAD_6",
      "value": "43",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Keypad number 6 key"
    },
    {
      "name": "KEY_PAD_7",
      "value": "44",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Keypad number 7 key"
    },
    {
      "name": "KEY_PAD_8",
      "value": "45",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Keypad number 8 key"
    },
    {
      "name": "KEY_PAD_9",
      "value": "46",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Keypad number 9 key"
    },
    {
      "name": "KEY_PAD_DIVIDE",
      "value": "47",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Keypad division/slash key (/)"
    },
    {
      "name": "KEY_PAD_MULTIPLY",
      "value": "48",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Keypad asterisk key (*)"
    },
    {
      "name": "KEY_PAD_MINUS",
      "value": "49",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Keypad minus key"
    },
    {
      "name": "KEY_PAD_PLUS",
      "value": "50",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Keypad plus key"
    },
    {
      "name": "KEY_PAD_ENTER",
      "value": "51",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Keypad enter key"
    },
    {
      "name": "KEY_PAD_DECIMAL",
      "value": "52",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "Keypad dot key (.)"
    },
    {
      "name": "KEY_LBRACKET",
      "value": "53",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_RBRACKET",
      "value": "54",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_SEMICOLON",
      "value": "55",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_APOSTROPHE",
      "value": "56",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_BACKQUOTE",
      "value": "57",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_COMMA",
      "value": "58",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_PERIOD",
      "value": "59",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_SLASH",
      "value": "60",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_BACKSLASH",
      "value": "61",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_MINUS",
      "value": "62",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_EQUAL",
      "value": "63",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_ENTER",
      "value": "64",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_SPACE",
      "value": "65",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_BACKSPACE",
      "value": "66",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_TAB",
      "value": "67",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_CAPSLOCK",
      "value": "68",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_NUMLOCK",
      "value": "69",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_ESCAPE",
      "value": "70",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_SCROLLLOCK",
      "value": "71",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_INSERT",
      "value": "72",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_DELETE",
      "value": "73",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_HOME",
      "value": "74",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_END",
      "value": "75",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_PAGEUP",
      "value": "76",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_PAGEDOWN",
      "value": "77",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_BREAK",
      "value": "78",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_LSHIFT",
      "value": "79",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "The left Shift key, has been seen to be triggered by Right Shift in PANEL:OnKeyCodePressed"
    },
    {
      "name": "KEY_RSHIFT",
      "value": "80",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_LALT",
      "value": "81",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_RALT",
      "value": "82",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_LCONTROL",
      "value": "83",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_RCONTROL",
      "value": "84",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_LWIN",
      "value": "85",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "The left Windows key or the Command key on Mac OSX"
    },
    {
      "name": "KEY_RWIN",
      "value": "86",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "The right Windows key or the Command key on Mac OSX"
    },
    {
      "name": "KEY_APP",
      "value": "87",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_UP",
      "value": "88",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_LEFT",
      "value": "89",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_DOWN",
      "value": "90",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_RIGHT",
      "value": "91",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_F1",
      "value": "92",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_F2",
      "value": "93",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_F3",
      "value": "94",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_F4",
      "value": "95",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_F5",
      "value": "96",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_F6",
      "value": "97",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_F7",
      "value": "98",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_F8",
      "value": "99",
      "family": "KEY",
      "realm": "shared, menu",
      "description": "By default, it serves as bind \"load quick\", which loads the save by forcing the player to exit the server."
    },
    {
      "name": "KEY_F9",
      "value": "100",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_F10",
      "value": "101",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_F11",
      "value": "102",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_F12",
      "value": "103",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_CAPSLOCKTOGGLE",
      "value": "104",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_NUMLOCKTOGGLE",
      "value": "105",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_LAST",
      "value": "106",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_SCROLLLOCKTOGGLE",
      "value": "106",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_COUNT",
      "value": "107",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XBUTTON_A",
      "value": "114",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XBUTTON_B",
      "value": "115",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XBUTTON_X",
      "value": "116",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XBUTTON_Y",
      "value": "117",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XBUTTON_LEFT_SHOULDER",
      "value": "118",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XBUTTON_RIGHT_SHOULDER",
      "value": "119",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XBUTTON_BACK",
      "value": "120",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XBUTTON_START",
      "value": "121",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XBUTTON_STICK1",
      "value": "122",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XBUTTON_STICK2",
      "value": "123",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XBUTTON_UP",
      "value": "146",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XBUTTON_RIGHT",
      "value": "147",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XBUTTON_DOWN",
      "value": "148",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XBUTTON_LEFT",
      "value": "149",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XSTICK1_RIGHT",
      "value": "150",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XSTICK1_LEFT",
      "value": "151",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XSTICK1_DOWN",
      "value": "152",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XSTICK1_UP",
      "value": "153",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XBUTTON_LTRIGGER",
      "value": "154",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XBUTTON_RTRIGGER",
      "value": "155",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XSTICK2_RIGHT",
      "value": "156",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XSTICK2_LEFT",
      "value": "157",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XSTICK2_DOWN",
      "value": "158",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "KEY_XSTICK2_UP",
      "value": "159",
      "family": "KEY",
      "realm": "shared, menu",
      "description": ""
    },
    {
      "name": "MASK_ALL",
      "value": "4294967295",
      "family": "MASK",
      "realm": "shared",
      "description": "Anything that is not empty space"
    },
    {
      "name": "MASK_BLOCKLOS",
      "value": "16449",
      "family": "MASK",
      "realm": "shared",
      "description": "Anything that blocks line of sight for AI"
    },
    {
      "name": "MASK_BLOCKLOS_AND_NPCS",
      "value": "33570881",
      "family": "MASK",
      "realm": "shared",
      "description": "Anything that blocks line of sight for AI or NPCs"
    },
    {
      "name": "MASK_CURRENT",
      "value": "16515072",
      "family": "MASK",
      "realm": "shared",
      "description": "Water that is moving (may not work)"
    },
    {
      "name": "MASK_DEADSOLID",
      "value": "65547",
      "family": "MASK",
      "realm": "shared",
      "description": "Anything that blocks corpse movement"
    },
    {
      "name": "MASK_NPCSOLID",
      "value": "33701899",
      "family": "MASK",
      "realm": "shared",
      "description": "Anything that blocks NPC movement"
    },
    {
      "name": "MASK_NPCSOLID_BRUSHONLY",
      "value": "147467",
      "family": "MASK",
      "realm": "shared",
      "description": "Anything that blocks NPC movement, except other NPCs"
    },
    {
      "name": "MASK_NPCWORLDSTATIC",
      "value": "131083",
      "family": "MASK",
      "realm": "shared",
      "description": "The world entity"
    },
    {
      "name": "MASK_OPAQUE",
      "value": "16513",
      "family": "MASK",
      "realm": "shared",
      "description": "Anything that blocks lighting"
    },
    {
      "name": "MASK_OPAQUE_AND_NPCS",
      "value": "33570945",
      "family": "MASK",
      "realm": "shared",
      "description": "Anything that blocks lighting, including NPCs"
    },
    {
      "name": "MASK_PLAYERSOLID",
      "value": "33636363",
      "family": "MASK",
      "realm": "shared",
      "description": "Anything that blocks player movement"
    },
    {
      "name": "MASK_PLAYERSOLID_BRUSHONLY",
      "value": "81931",
      "family": "MASK",
      "realm": "shared",
      "description": "World + Brushes + Player Clips"
    },
    {
      "name": "MASK_SHOT",
      "value": "1174421507",
      "family": "MASK",
      "realm": "shared",
      "description": "Anything that stops a bullet (including hitboxes)"
    },
    {
      "name": "MASK_SHOT_HULL",
      "value": "100679691",
      "family": "MASK",
      "realm": "shared",
      "description": "Anything that stops a bullet (excluding hitboxes)"
    },
    {
      "name": "MASK_SHOT_PORTAL",
      "value": "33570819",
      "family": "MASK",
      "realm": "shared",
      "description": "Solids except for grates"
    },
    {
      "name": "MASK_SOLID",
      "value": "33570827",
      "family": "MASK",
      "realm": "shared",
      "description": "Anything that is (normally) solid"
    },
    {
      "name": "MASK_SOLID_BRUSHONLY",
      "value": "16395",
      "family": "MASK",
      "realm": "shared",
      "description": "World + Brushes"
    },
    {
      "name": "MASK_SPLITAREAPORTAL",
      "value": "48",
      "family": "MASK",
      "realm": "shared",
      "description": "Things that split area portals"
    },
    {
      "name": "MASK_VISIBLE",
      "value": "24705",
      "family": "MASK",
      "realm": "shared",
      "description": "Anything that blocks line of sight for players"
    },
    {
      "name": "MASK_VISIBLE_AND_NPCS",
      "value": "33579137",
      "family": "MASK",
      "realm": "shared",
      "description": "Anything that blocks line of sight for players, including NPCs"
    },
    {
      "name": "MASK_WATER",
      "value": "16432",
      "family": "MASK",
      "realm": "shared",
      "description": "Anything that has water-like physics"
    },
    {
      "name": "MAT_ANTLION",
      "value": "65",
      "family": "MAT",
      "realm": "shared",
      "description": "Antlions"
    },
    {
      "name": "MAT_BLOODYFLESH",
      "value": "66",
      "family": "MAT",
      "realm": "shared",
      "description": "Similar to MAT_FLESH, only used by \"bloodyflesh\" surface property, has different impact sound"
    },
    {
      "name": "MAT_CONCRETE",
      "value": "67",
      "family": "MAT",
      "realm": "shared",
      "description": "Concrete"
    },
    {
      "name": "MAT_DIRT",
      "value": "68",
      "family": "MAT",
      "realm": "shared",
      "description": "Dirt"
    },
    {
      "name": "MAT_EGGSHELL",
      "value": "69",
      "family": "MAT",
      "realm": "shared",
      "description": "The egg sacs in the antlion tunnels in HL2: EP2"
    },
    {
      "name": "MAT_FLESH",
      "value": "70",
      "family": "MAT",
      "realm": "shared",
      "description": "Flesh"
    },
    {
      "name": "MAT_GRATE",
      "value": "71",
      "family": "MAT",
      "realm": "shared",
      "description": "Grates, chainlink fences"
    },
    {
      "name": "MAT_ALIENFLESH",
      "value": "72",
      "family": "MAT",
      "realm": "shared",
      "description": "Alien flesh - headcrabs and vortigaunts"
    },
    {
      "name": "MAT_CLIP",
      "value": "73",
      "family": "MAT",
      "realm": "shared",
      "description": "Unused"
    },
    {
      "name": "MAT_SNOW",
      "value": "74",
      "family": "MAT",
      "realm": "shared",
      "description": "Snow"
    },
    {
      "name": "MAT_PLASTIC",
      "value": "76",
      "family": "MAT",
      "realm": "shared",
      "description": "Plastic"
    },
    {
      "name": "MAT_METAL",
      "value": "77",
      "family": "MAT",
      "realm": "shared",
      "description": "Metal"
    },
    {
      "name": "MAT_SAND",
      "value": "78",
      "family": "MAT",
      "realm": "shared",
      "description": "Sand"
    },
    {
      "name": "MAT_FOLIAGE",
      "value": "79",
      "family": "MAT",
      "realm": "shared",
      "description": "Plants, only used by the \"foliage\" surface property"
    },
    {
      "name": "MAT_COMPUTER",
      "value": "80",
      "family": "MAT",
      "realm": "shared",
      "description": "Electronics, only used by \"computer\" surface property"
    },
    {
      "name": "MAT_SLOSH",
      "value": "83",
      "family": "MAT",
      "realm": "shared",
      "description": "Water, slime"
    },
    {
      "name": "MAT_TILE",
      "value": "84",
      "family": "MAT",
      "realm": "shared",
      "description": "Floor tiles"
    },
    {
      "name": "MAT_GRASS",
      "value": "85",
      "family": "MAT",
      "realm": "shared",
      "description": "Grass"
    },
    {
      "name": "MAT_VENT",
      "value": "86",
      "family": "MAT",
      "realm": "shared",
      "description": "Metallic vents"
    },
    {
      "name": "MAT_WOOD",
      "value": "87",
      "family": "MAT",
      "realm": "shared",
      "description": "Wood"
    },
    {
      "name": "MAT_DEFAULT",
      "value": "88",
      "family": "MAT",
      "realm": "shared",
      "description": "Skybox or nodraw texture"
    },
    {
      "name": "MAT_GLASS",
      "value": "89",
      "family": "MAT",
      "realm": "shared",
      "description": "Glass"
    },
    {
      "name": "MAT_WARPSHIELD",
      "value": "90",
      "family": "MAT",
      "realm": "shared",
      "description": "\"wierd-looking jello effect for advisor shield.\""
    },
    {
      "name": "MATERIAL_POINTS",
      "value": "0",
      "family": "MATERIAL",
      "realm": "client",
      "description": "The primitive type `MATERIAL_POINTS` does not currently work and will not produce any visual effect if used. For more information, see mesh_primitives#points"
    },
    {
      "name": "MATERIAL_LINES",
      "value": "1",
      "family": "MATERIAL",
      "realm": "client",
      "description": "Creates line using 2 vertices. The `primitiveCount` argument of mesh.Begin should be the total number of line multiply by 2 that the Mesh will contain. E.g. `(vertexCount * 2)` For more information..."
    },
    {
      "name": "MATERIAL_TRIANGLES",
      "value": "2",
      "family": "MATERIAL",
      "realm": "client",
      "description": "Creates triangles from groupings of 3 vertices. The `primitiveCount` argument of mesh.Begin should be the total number of triangles that the Mesh will contain. E.g. `(vertexCount / 3)` For more inf..."
    },
    {
      "name": "MATERIAL_TRIANGLE_STRIP",
      "value": "3",
      "family": "MATERIAL",
      "realm": "client",
      "description": "Creates a set of triangles that each share two vertices with the previous triangle in the sequence. The `primitiveCount` argument of mesh.Begin should be the total number of triangles that the Mesh..."
    },
    {
      "name": "MATERIAL_LINE_STRIP",
      "value": "4",
      "family": "MATERIAL",
      "realm": "client",
      "description": "Creates a set of lines that all share a single vertex and each share a vertex with the previous lines. The `primitiveCount` argument of mesh.Begin should be the total number of line connection that..."
    },
    {
      "name": "MATERIAL_LINE_LOOP",
      "value": "5",
      "family": "MATERIAL",
      "realm": "client",
      "description": "Exactly like MATERIAL_LINE_STRIP do, but the first and the last vertex will always be connected together. For more information, see mesh_primitives#lineloops"
    },
    {
      "name": "MATERIAL_POLYGON",
      "value": "6",
      "family": "MATERIAL",
      "realm": "client",
      "description": "Creates a set of triangles that all share a single vertex and each share a vertex with the previous triangle. The `primitiveCount` argument of mesh.Begin should be the total number of vertices that..."
    },
    {
      "name": "MATERIAL_QUADS",
      "value": "7",
      "family": "MATERIAL",
      "realm": "client",
      "description": "Creates pairs of triangles that share two vertices. The `primitiveCount` argument of mesh.Begin should be the total number of quads that the Mesh will contain. E.g. `(vertexCount / 4)` For more inf..."
    },
    {
      "name": "MATERIAL_CULLMODE_CCW",
      "value": "0",
      "family": "MATERIAL_CULLMODE",
      "realm": "client",
      "description": "Cull back faces with counterclockwise vertices."
    },
    {
      "name": "MATERIAL_CULLMODE_CW",
      "value": "1",
      "family": "MATERIAL_CULLMODE",
      "realm": "client",
      "description": "Cull back faces with clockwise vertices."
    },
    {
      "name": "MATERIAL_FOG_NONE",
      "value": "0",
      "family": "MATERIAL_FOG",
      "realm": "client",
      "description": "No fog"
    },
    {
      "name": "MATERIAL_FOG_LINEAR",
      "value": "1",
      "family": "MATERIAL_FOG",
      "realm": "client",
      "description": "Linear fog"
    },
    {
      "name": "MATERIAL_FOG_LINEAR_BELOW_FOG_Z",
      "value": "2",
      "family": "MATERIAL_FOG",
      "realm": "client",
      "description": "For use in conjunction with render.SetFogZ. Does not work if start distance is bigger than end distance. Ignores density setting. Seems to be broken? Used for underwater fog by the engine."
    },
    {
      "name": "MATERIAL_LIGHT_DISABLE",
      "value": "0",
      "family": "MATERIAL_LIGHT",
      "realm": "client",
      "description": "No light"
    },
    {
      "name": "MATERIAL_LIGHT_POINT",
      "value": "1",
      "family": "MATERIAL_LIGHT",
      "realm": "client",
      "description": "Point light"
    },
    {
      "name": "MATERIAL_LIGHT_DIRECTIONAL",
      "value": "2",
      "family": "MATERIAL_LIGHT",
      "realm": "client",
      "description": "Directional light"
    },
    {
      "name": "MATERIAL_LIGHT_SPOT",
      "value": "3",
      "family": "MATERIAL_LIGHT",
      "realm": "client",
      "description": "Spot light"
    },
    {
      "name": "MATERIAL_RT_DEPTH_SHARED",
      "value": "0",
      "family": "MATERIAL_RT_DEPTH",
      "realm": "client",
      "description": "Do not create a depth-stencil buffer. Use the default depth-stencil buffer if used as render target 0."
    },
    {
      "name": "MATERIAL_RT_DEPTH_SEPARATE",
      "value": "1",
      "family": "MATERIAL_RT_DEPTH",
      "realm": "client",
      "description": "Create a depth-stencil buffer. Use the created depth-stencil buffer if used as render target 0."
    },
    {
      "name": "MATERIAL_RT_DEPTH_NONE",
      "value": "2",
      "family": "MATERIAL_RT_DEPTH",
      "realm": "client",
      "description": "Do not create a depth-stencil buffer. Disable depth and stencil buffer usage if used as render target 0."
    },
    {
      "name": "MATERIAL_RT_DEPTH_ONLY",
      "value": "3",
      "family": "MATERIAL_RT_DEPTH",
      "realm": "client",
      "description": "Create a depth-stencil buffer. Use the created depth-stencil buffer if used as render target 0. Creates a color texture despite the name. Seems to behave the same as MATERIAL_RT_DEPTH_SEPARATE."
    },
    {
      "name": "MOUSE_FIRST",
      "value": "107",
      "family": "MOUSE",
      "realm": "shared, menu",
      "description": "First mouse button"
    },
    {
      "name": "MOUSE_LEFT",
      "value": "107",
      "family": "MOUSE",
      "realm": "shared, menu",
      "description": "Left mouse button"
    },
    {
      "name": "MOUSE_RIGHT",
      "value": "108",
      "family": "MOUSE",
      "realm": "shared, menu",
      "description": "Right mouse button"
    },
    {
      "name": "MOUSE_MIDDLE",
      "value": "109",
      "family": "MOUSE",
      "realm": "shared, menu",
      "description": "Middle mouse button, aka the wheel press"
    },
    {
      "name": "MOUSE_4",
      "value": "110",
      "family": "MOUSE",
      "realm": "shared, menu",
      "description": "Mouse 4 button ( Sometimes, mouse wheel tilt left )"
    },
    {
      "name": "MOUSE_5",
      "value": "111",
      "family": "MOUSE",
      "realm": "shared, menu",
      "description": "Mouse 5 button ( Sometimes, mouse wheel tilt right )"
    },
    {
      "name": "MOUSE_WHEEL_UP",
      "value": "112",
      "family": "MOUSE",
      "realm": "shared, menu",
      "description": "Mouse wheel scroll up"
    },
    {
      "name": "MOUSE_WHEEL_DOWN",
      "value": "113",
      "family": "MOUSE",
      "realm": "shared, menu",
      "description": "Mouse wheel scroll down"
    },
    {
      "name": "MOUSE_LAST",
      "value": "113",
      "family": "MOUSE",
      "realm": "shared, menu",
      "description": "Last mouse button"
    },
    {
      "name": "MOUSE_COUNT",
      "value": "7",
      "family": "MOUSE",
      "realm": "shared, menu",
      "description": "Mouse button count"
    },
    {
      "name": "MOVECOLLIDE_DEFAULT",
      "value": "0",
      "family": "MOVECOLLIDE",
      "realm": "shared",
      "description": "Default behavior"
    },
    {
      "name": "MOVECOLLIDE_FLY_BOUNCE",
      "value": "1",
      "family": "MOVECOLLIDE",
      "realm": "shared",
      "description": "Entity bounces, reflects, based on elasticity of surface and object - applies friction (adjust velocity)"
    },
    {
      "name": "MOVECOLLIDE_FLY_CUSTOM",
      "value": "2",
      "family": "MOVECOLLIDE",
      "realm": "shared",
      "description": "ENTITY:ResolveCustomFlyCollision will modify the velocity however it likes"
    },
    {
      "name": "MOVECOLLIDE_FLY_SLIDE",
      "value": "3",
      "family": "MOVECOLLIDE",
      "realm": "shared",
      "description": "Entity slides along surfaces (no bounce) - applies friciton (adjusts velocity)"
    },
    {
      "name": "MOVECOLLIDE_COUNT",
      "value": "4",
      "family": "MOVECOLLIDE",
      "realm": "shared",
      "description": "Number of different movecollides"
    },
    {
      "name": "MOVETYPE_NONE",
      "value": "0",
      "family": "MOVETYPE",
      "realm": "shared",
      "description": "Don't move"
    },
    {
      "name": "MOVETYPE_ISOMETRIC",
      "value": "1",
      "family": "MOVETYPE",
      "realm": "shared",
      "description": "For players, in TF2 commander view, etc"
    },
    {
      "name": "MOVETYPE_WALK",
      "value": "2",
      "family": "MOVETYPE",
      "realm": "shared",
      "description": "Player only, moving on the ground"
    },
    {
      "name": "MOVETYPE_STEP",
      "value": "3",
      "family": "MOVETYPE",
      "realm": "shared",
      "description": "Monster/NPC movement"
    },
    {
      "name": "MOVETYPE_FLY",
      "value": "4",
      "family": "MOVETYPE",
      "realm": "shared",
      "description": "Fly, no gravity"
    },
    {
      "name": "MOVETYPE_FLYGRAVITY",
      "value": "5",
      "family": "MOVETYPE",
      "realm": "shared",
      "description": "Fly, with gravity"
    },
    {
      "name": "MOVETYPE_VPHYSICS",
      "value": "6",
      "family": "MOVETYPE",
      "realm": "shared",
      "description": "Physics movetype"
    },
    {
      "name": "MOVETYPE_PUSH",
      "value": "7",
      "family": "MOVETYPE",
      "realm": "shared",
      "description": "Doesn't collide with the world, but does push and crush entities. This is what is used by the engine for elevators, trains, doors, moving water, etc. In order to work properly, the entity needs to..."
    },
    {
      "name": "MOVETYPE_NOCLIP",
      "value": "8",
      "family": "MOVETYPE",
      "realm": "shared",
      "description": "Noclip"
    },
    {
      "name": "MOVETYPE_LADDER",
      "value": "9",
      "family": "MOVETYPE",
      "realm": "shared",
      "description": "For players, when moving on a ladder"
    },
    {
      "name": "MOVETYPE_OBSERVER",
      "value": "10",
      "family": "MOVETYPE",
      "realm": "shared",
      "description": "Spectator movetype. DO **NOT** use this to make player spectate"
    },
    {
      "name": "MOVETYPE_CUSTOM",
      "value": "11",
      "family": "MOVETYPE",
      "realm": "shared",
      "description": "Custom movetype, can be applied to the player to prevent the default movement code from running, while still calling the related hooks"
    },
    {
      "name": "NAV_NONE",
      "value": "-1",
      "family": "NAV",
      "realm": "server",
      "description": "Error condition."
    },
    {
      "name": "NAV_GROUND",
      "value": "0",
      "family": "NAV",
      "realm": "server",
      "description": "walk/run"
    },
    {
      "name": "NAV_JUMP",
      "value": "1",
      "family": "NAV",
      "realm": "server",
      "description": "jump/leap"
    },
    {
      "name": "NAV_FLY",
      "value": "2",
      "family": "NAV",
      "realm": "server",
      "description": "can fly, move all around"
    },
    {
      "name": "NAV_CLIMB",
      "value": "3",
      "family": "NAV",
      "realm": "server",
      "description": "climb ladders"
    },
    {
      "name": "NAV_MESH_INVALID",
      "value": "0",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "The nav area is invalid."
    },
    {
      "name": "NAV_MESH_CROUCH",
      "value": "1",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Must crouch to use this node/area"
    },
    {
      "name": "NAV_MESH_JUMP",
      "value": "2",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Must jump to traverse this area (only used during generation)"
    },
    {
      "name": "NAV_MESH_PRECISE",
      "value": "4",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Do not adjust for obstacles, just move along area"
    },
    {
      "name": "NAV_MESH_NO_JUMP",
      "value": "8",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Inhibit discontinuity jumping"
    },
    {
      "name": "NAV_MESH_STOP",
      "value": "16",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Must stop when entering this area"
    },
    {
      "name": "NAV_MESH_RUN",
      "value": "32",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Must run to traverse this area"
    },
    {
      "name": "NAV_MESH_WALK",
      "value": "64",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Must walk to traverse this area"
    },
    {
      "name": "NAV_MESH_AVOID",
      "value": "128",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Avoid this area unless alternatives are too dangerous"
    },
    {
      "name": "NAV_MESH_TRANSIENT",
      "value": "256",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Area may become blocked, and should be periodically checked"
    },
    {
      "name": "NAV_MESH_DONT_HIDE",
      "value": "512",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Area should not be considered for hiding spot generation"
    },
    {
      "name": "NAV_MESH_STAND",
      "value": "1024",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Bots hiding in this area should stand"
    },
    {
      "name": "NAV_MESH_NO_HOSTAGES",
      "value": "2048",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Hostages shouldn't use this area"
    },
    {
      "name": "NAV_MESH_STAIRS",
      "value": "4096",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "This area represents stairs, do not attempt to climb or jump them - just walk up"
    },
    {
      "name": "NAV_MESH_NO_MERGE",
      "value": "8192",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Don't merge this area with adjacent areas"
    },
    {
      "name": "NAV_MESH_OBSTACLE_TOP",
      "value": "16384",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "This nav area is the climb point on the tip of an obstacle"
    },
    {
      "name": "NAV_MESH_CLIFF",
      "value": "32768",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "This nav area is adjacent to a drop of at least `CliffHeight` (300 hammer units). Unused by base game."
    },
    {
      "name": "NAV_MESH_BLOCKED_LUA",
      "value": "65536",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Whether the area is blocked via CNavArea:MarkAsBlocked."
    },
    {
      "name": "NAV_MESH_BLOCKED_PROPDOOR",
      "value": "268435456",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Whether the area has a `prop_door_rotating` that is blocking it (because the door is closed)"
    },
    {
      "name": "NAV_MESH_FUNC_COST",
      "value": "536870912",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Area has designer specified cost controlled by `func_nav_cost` entities"
    },
    {
      "name": "NAV_MESH_HAS_ELEVATOR",
      "value": "1073741824",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Area is in an elevator's path"
    },
    {
      "name": "NAV_MESH_NAV_BLOCKER",
      "value": "-2147483648",
      "family": "NAV_MESH",
      "realm": "server",
      "description": "Whether the area is blocked by a `func_nav_blocker` entity and is impassible."
    },
    {
      "name": "NOTIFY_GENERIC",
      "value": "0",
      "family": "NOTIFY",
      "realm": "client, menu",
      "description": "Generic notification"
    },
    {
      "name": "NOTIFY_ERROR",
      "value": "1",
      "family": "NOTIFY",
      "realm": "client, menu",
      "description": "Error notification"
    },
    {
      "name": "NOTIFY_UNDO",
      "value": "2",
      "family": "NOTIFY",
      "realm": "client, menu",
      "description": "Undo notification"
    },
    {
      "name": "NOTIFY_HINT",
      "value": "3",
      "family": "NOTIFY",
      "realm": "client, menu",
      "description": "Hint notification"
    },
    {
      "name": "NOTIFY_CLEANUP",
      "value": "4",
      "family": "NOTIFY",
      "realm": "client, menu",
      "description": "Cleanup notification"
    },
    {
      "name": "NPC_STATE_INVALID",
      "value": "-1",
      "family": "NPC_STATE",
      "realm": "server",
      "description": "Invalid state"
    },
    {
      "name": "NPC_STATE_NONE",
      "value": "0",
      "family": "NPC_STATE",
      "realm": "server",
      "description": "NPC default state"
    },
    {
      "name": "NPC_STATE_IDLE",
      "value": "1",
      "family": "NPC_STATE",
      "realm": "server",
      "description": "NPC is idle"
    },
    {
      "name": "NPC_STATE_ALERT",
      "value": "2",
      "family": "NPC_STATE",
      "realm": "server",
      "description": "NPC is alert and searching for enemies"
    },
    {
      "name": "NPC_STATE_COMBAT",
      "value": "3",
      "family": "NPC_STATE",
      "realm": "server",
      "description": "NPC is in combat"
    },
    {
      "name": "NPC_STATE_SCRIPT",
      "value": "4",
      "family": "NPC_STATE",
      "realm": "server",
      "description": "NPC is executing scripted sequence"
    },
    {
      "name": "NPC_STATE_PLAYDEAD",
      "value": "5",
      "family": "NPC_STATE",
      "realm": "server",
      "description": "NPC is playing dead (used for expressions)"
    },
    {
      "name": "NPC_STATE_PRONE",
      "value": "6",
      "family": "NPC_STATE",
      "realm": "server",
      "description": "NPC is prone to death"
    },
    {
      "name": "NPC_STATE_DEAD",
      "value": "7",
      "family": "NPC_STATE",
      "realm": "server",
      "description": "NPC is dead"
    },
    {
      "name": "NUM_AI_CLASSES",
      "value": "36",
      "family": "NUM",
      "realm": "server",
      "description": "Amount of Enums/CLASS. Used by Global.Add_NPC_Class."
    },
    {
      "name": "NUM_HULLS",
      "value": "10",
      "family": "NUM",
      "realm": "server",
      "description": "Amount of Enums/HULL."
    },
    {
      "name": "NORTH_WEST",
      "value": "0",
      "family": "NavCorner",
      "realm": "server",
      "description": "North West Corner"
    },
    {
      "name": "NORTH_EAST",
      "value": "1",
      "family": "NavCorner",
      "realm": "server",
      "description": "North East Corner"
    },
    {
      "name": "SOUTH_EAST",
      "value": "2",
      "family": "NavCorner",
      "realm": "server",
      "description": "South East Corner"
    },
    {
      "name": "SOUTH_WEST",
      "value": "3",
      "family": "NavCorner",
      "realm": "server",
      "description": "South West Corner"
    },
    {
      "name": "NUM_CORNERS",
      "value": "4",
      "family": "NavCorner",
      "realm": "server",
      "description": "Represents all corners, only applicable to certain functions, such as CNavArea:PlaceOnGround."
    },
    {
      "name": "NORTH",
      "value": "0",
      "family": "NavDir",
      "realm": "server",
      "description": "North from given CNavArea"
    },
    {
      "name": "EAST",
      "value": "1",
      "family": "NavDir",
      "realm": "server",
      "description": "East from given CNavArea"
    },
    {
      "name": "SOUTH",
      "value": "2",
      "family": "NavDir",
      "realm": "server",
      "description": "South from given CNavArea"
    },
    {
      "name": "WEST",
      "value": "3",
      "family": "NavDir",
      "realm": "server",
      "description": "West from given CNavArea"
    },
    {
      "name": "GO_NORTH",
      "value": "0",
      "family": "NavTraverseType",
      "realm": "server",
      "description": ""
    },
    {
      "name": "GO_EAST",
      "value": "1",
      "family": "NavTraverseType",
      "realm": "server",
      "description": ""
    },
    {
      "name": "GO_SOUTH",
      "value": "2",
      "family": "NavTraverseType",
      "realm": "server",
      "description": ""
    },
    {
      "name": "GO_WEST",
      "value": "3",
      "family": "NavTraverseType",
      "realm": "server",
      "description": ""
    },
    {
      "name": "GO_LADDER_UP",
      "value": "4",
      "family": "NavTraverseType",
      "realm": "server",
      "description": ""
    },
    {
      "name": "GO_LADDER_DOWN",
      "value": "5",
      "family": "NavTraverseType",
      "realm": "server",
      "description": ""
    },
    {
      "name": "GO_JUMP",
      "value": "6",
      "family": "NavTraverseType",
      "realm": "server",
      "description": ""
    },
    {
      "name": "GO_ELEVATOR_UP",
      "value": "7",
      "family": "NavTraverseType",
      "realm": "server",
      "description": ""
    },
    {
      "name": "GO_ELEVATOR_DOWN",
      "value": "8",
      "family": "NavTraverseType",
      "realm": "server",
      "description": ""
    },
    {
      "name": "OBS_MODE_NONE",
      "value": "0",
      "family": "OBS_MODE",
      "realm": "shared",
      "description": "Not spectating"
    },
    {
      "name": "OBS_MODE_DEATHCAM",
      "value": "1",
      "family": "OBS_MODE",
      "realm": "shared",
      "description": "Camera doesn't move, but adjusts camera angles to follow the spectated target"
    },
    {
      "name": "OBS_MODE_FREEZECAM",
      "value": "2",
      "family": "OBS_MODE",
      "realm": "shared",
      "description": "TF2-like freeze-cam, then acts like `OBS_MODE_FIXED`."
    },
    {
      "name": "OBS_MODE_FIXED",
      "value": "3",
      "family": "OBS_MODE",
      "realm": "shared",
      "description": "Same as OBS_MODE_CHASE, but you can't rotate the view"
    },
    {
      "name": "OBS_MODE_IN_EYE",
      "value": "4",
      "family": "OBS_MODE",
      "realm": "shared",
      "description": "Spectate a specific player from first person view."
    },
    {
      "name": "OBS_MODE_CHASE",
      "value": "5",
      "family": "OBS_MODE",
      "realm": "shared",
      "description": "Chase cam, 3rd person cam, free rotation around the spectated target"
    },
    {
      "name": "OBS_MODE_ROAMING",
      "value": "6",
      "family": "OBS_MODE",
      "realm": "shared",
      "description": "Free roam/noclip-alike. Does not work from GM:PlayerDeath"
    },
    {
      "name": "PATTACH_ABSORIGIN",
      "value": "0",
      "family": "PATTACH",
      "realm": "shared",
      "description": "Particle spawns in entity's origin and does not follow it"
    },
    {
      "name": "PATTACH_ABSORIGIN_FOLLOW",
      "value": "1",
      "family": "PATTACH",
      "realm": "shared",
      "description": "Particle attaches to entity's origin and follows the entity"
    },
    {
      "name": "PATTACH_CUSTOMORIGIN",
      "value": "2",
      "family": "PATTACH",
      "realm": "shared",
      "description": "Create at a custom origin, but don't follow"
    },
    {
      "name": "PATTACH_POINT",
      "value": "3",
      "family": "PATTACH",
      "realm": "shared",
      "description": "Particle attaches to passed to Global.ParticleEffectAttach attachment id, but does not follow the entity"
    },
    {
      "name": "PATTACH_POINT_FOLLOW",
      "value": "4",
      "family": "PATTACH",
      "realm": "shared",
      "description": "Particle attaches to passed to Global.ParticleEffectAttach attachment id and follows the entity"
    },
    {
      "name": "PATTACH_WORLDORIGIN",
      "value": "5",
      "family": "PATTACH",
      "realm": "shared",
      "description": "Particle spawns in the beginning of coordinates ( Vector( 0, 0, 0 ) ), used for control points that don't attach to an entity"
    },
    {
      "name": "PLAYER_IDLE",
      "value": "0",
      "family": "PLAYER",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "PLAYER_WALK",
      "value": "1",
      "family": "PLAYER",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "PLAYER_JUMP",
      "value": "2",
      "family": "PLAYER",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "PLAYER_SUPERJUMP",
      "value": "3",
      "family": "PLAYER",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "PLAYER_DIE",
      "value": "4",
      "family": "PLAYER",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "PLAYER_ATTACK1",
      "value": "5",
      "family": "PLAYER",
      "realm": "shared",
      "description": "Player attack according to current hold type, used in SWEPs"
    },
    {
      "name": "PLAYER_IN_VEHICLE",
      "value": "6",
      "family": "PLAYER",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "PLAYER_RELOAD",
      "value": "7",
      "family": "PLAYER",
      "realm": "shared",
      "description": "Player reload according to current hold type, used in SWEPs"
    },
    {
      "name": "PLAYER_START_AIMING",
      "value": "8",
      "family": "PLAYER",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "PLAYER_LEAVE_AIMING",
      "value": "9",
      "family": "PLAYER",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "PLAYERANIMEVENT_ATTACK_PRIMARY",
      "value": "0",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": "Primary attack"
    },
    {
      "name": "PLAYERANIMEVENT_ATTACK_SECONDARY",
      "value": "1",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": "Secondary attack"
    },
    {
      "name": "PLAYERANIMEVENT_ATTACK_GRENADE",
      "value": "2",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": "Grenade throw"
    },
    {
      "name": "PLAYERANIMEVENT_RELOAD",
      "value": "3",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": "Reload"
    },
    {
      "name": "PLAYERANIMEVENT_RELOAD_LOOP",
      "value": "4",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": "Looping reload (single-reload shotguns)"
    },
    {
      "name": "PLAYERANIMEVENT_RELOAD_END",
      "value": "5",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": "Looping reload end"
    },
    {
      "name": "PLAYERANIMEVENT_JUMP",
      "value": "6",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": "Jump"
    },
    {
      "name": "PLAYERANIMEVENT_SWIM",
      "value": "7",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": "Swim"
    },
    {
      "name": "PLAYERANIMEVENT_DIE",
      "value": "8",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": "Die"
    },
    {
      "name": "PLAYERANIMEVENT_FLINCH_CHEST",
      "value": "9",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "PLAYERANIMEVENT_FLINCH_HEAD",
      "value": "10",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "PLAYERANIMEVENT_FLINCH_LEFTARM",
      "value": "11",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "PLAYERANIMEVENT_FLINCH_RIGHTARM",
      "value": "12",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "PLAYERANIMEVENT_FLINCH_LEFTLEG",
      "value": "13",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "PLAYERANIMEVENT_FLINCH_RIGHTLEG",
      "value": "14",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "PLAYERANIMEVENT_DOUBLEJUMP",
      "value": "15",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "PLAYERANIMEVENT_CANCEL",
      "value": "16",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "PLAYERANIMEVENT_SPAWN",
      "value": "17",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": "Spawn"
    },
    {
      "name": "PLAYERANIMEVENT_SNAP_YAW",
      "value": "18",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "PLAYERANIMEVENT_CUSTOM",
      "value": "19",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": "Custom activity"
    },
    {
      "name": "PLAYERANIMEVENT_CUSTOM_GESTURE",
      "value": "20",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": "Play activity in gesture slot"
    },
    {
      "name": "PLAYERANIMEVENT_CUSTOM_SEQUENCE",
      "value": "21",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": "Play sequence"
    },
    {
      "name": "PLAYERANIMEVENT_CUSTOM_GESTURE_SEQUENCE",
      "value": "22",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": "Play sequence in gesture slot"
    },
    {
      "name": "PLAYERANIMEVENT_CANCEL_RELOAD",
      "value": "23",
      "family": "PLAYERANIMEVENT",
      "realm": "shared",
      "description": "Cancel reload animation"
    },
    {
      "name": "RENDERGROUP_STATIC_HUGE",
      "value": "0",
      "family": "RENDERGROUP",
      "realm": "shared",
      "description": "Huge static prop, possibly leftover from goldsrc"
    },
    {
      "name": "RENDERGROUP_OPAQUE_HUGE",
      "value": "1",
      "family": "RENDERGROUP",
      "realm": "shared",
      "description": "Huge opaque entity, possibly leftover from goldsrc"
    },
    {
      "name": "RENDERGROUP_STATIC",
      "value": "6",
      "family": "RENDERGROUP",
      "realm": "shared",
      "description": "Static props?"
    },
    {
      "name": "RENDERGROUP_OPAQUE",
      "value": "7",
      "family": "RENDERGROUP",
      "realm": "shared",
      "description": "For non transparent/solid entities. For scripted entities, this will have ENTITY:Draw called"
    },
    {
      "name": "RENDERGROUP_TRANSLUCENT",
      "value": "8",
      "family": "RENDERGROUP",
      "realm": "shared",
      "description": "For translucent/transparent entities For scripted entities, this will have ENTITY:DrawTranslucent called"
    },
    {
      "name": "RENDERGROUP_BOTH",
      "value": "9",
      "family": "RENDERGROUP",
      "realm": "shared",
      "description": "For both translucent/transparent and opaque/solid anim entities For scripted entities, this will have both, ENTITY:Draw and ENTITY:DrawTranslucent called"
    },
    {
      "name": "RENDERGROUP_VIEWMODEL",
      "value": "10",
      "family": "RENDERGROUP",
      "realm": "shared",
      "description": "Solid weapon view models"
    },
    {
      "name": "RENDERGROUP_VIEWMODEL_TRANSLUCENT",
      "value": "11",
      "family": "RENDERGROUP",
      "realm": "shared",
      "description": "Transparent overlays etc"
    },
    {
      "name": "RENDERGROUP_OPAQUE_BRUSH",
      "value": "12",
      "family": "RENDERGROUP",
      "realm": "shared",
      "description": "For brush entities"
    },
    {
      "name": "RENDERGROUP_OTHER",
      "value": "13",
      "family": "RENDERGROUP",
      "realm": "shared",
      "description": "Unclassfied. Won't get drawn."
    },
    {
      "name": "RENDERMODE_NORMAL",
      "value": "0",
      "family": "RENDERMODE",
      "realm": "shared",
      "description": "Default render mode. Transparently has no effect."
    },
    {
      "name": "RENDERMODE_TRANSCOLOR",
      "value": "1",
      "family": "RENDERMODE",
      "realm": "shared",
      "description": "Supports transparency. Use this to make alpha of Global.Color work for your entity. For players, it must be set for their active weapon aswell."
    },
    {
      "name": "RENDERMODE_TRANSTEXTURE",
      "value": "2",
      "family": "RENDERMODE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "RENDERMODE_GLOW",
      "value": "3",
      "family": "RENDERMODE",
      "realm": "shared",
      "description": "Intended for glowing sprites. Allows transparency, and forces the sprite or model to be rendered unlit. The size of a sprite rendered with Glow is consistent with the screen size (unlike the altern..."
    },
    {
      "name": "RENDERMODE_TRANSALPHA",
      "value": "4",
      "family": "RENDERMODE",
      "realm": "shared",
      "description": "Enables Alphatesting. Legacy port from Goldsource. Obsolete in Source due to Alphatesting being handled in materials. Does not allow transparency."
    },
    {
      "name": "RENDERMODE_TRANSADD",
      "value": "5",
      "family": "RENDERMODE",
      "realm": "shared",
      "description": "Add the material's color values to the existing image, instead of performing a multiplication. Sprites will appear through world geometry and the sprite/model will always brighten the world. Allows..."
    },
    {
      "name": "RENDERMODE_ENVIROMENTAL",
      "value": "6",
      "family": "RENDERMODE",
      "realm": "shared",
      "description": "Causes the material to be not be drawn at all, similarly to Don't Render."
    },
    {
      "name": "RENDERMODE_TRANSADDFRAMEBLEND",
      "value": "7",
      "family": "RENDERMODE",
      "realm": "shared",
      "description": "Functions like Additive, but also blends between animation frames. Requires the material to have a functioning animating texture. Allows transparency."
    },
    {
      "name": "RENDERMODE_TRANSALPHADD",
      "value": "8",
      "family": "RENDERMODE",
      "realm": "shared",
      "description": "Functions similarly to Additive, except that the alpha channel controls the opacity of the sprite. An example of use is for dark sprites, with an example material being sprites/strider_blackball.vmt."
    },
    {
      "name": "RENDERMODE_WORLDGLOW",
      "value": "9",
      "family": "RENDERMODE",
      "realm": "shared",
      "description": "Functions similarly to Glow, with the exception that the size of the sprite is relative to the world rather than the screen. The GlowProxySize keyvalue affects this Render Mode on sprites."
    },
    {
      "name": "RENDERMODE_NONE",
      "value": "10",
      "family": "RENDERMODE",
      "realm": "shared",
      "description": "The entity is still being drawn and networked albeit invisible, therefore not making this Render Mode ideal for performance reasons. To completely avoid drawing and networking an entity, see EF_NOD..."
    },
    {
      "name": "RT_SIZE_NO_CHANGE",
      "value": "0",
      "family": "RT_SIZE",
      "realm": "client",
      "description": "Only allowed for render targets that don't want a depth buffer (because if they have a depth buffer, the render target must be less than or equal to the size of the framebuffer)."
    },
    {
      "name": "RT_SIZE_DEFAULT",
      "value": "1",
      "family": "RT_SIZE",
      "realm": "client",
      "description": "Don't play with the specified width and height other than making sure it fits in the framebuffer."
    },
    {
      "name": "RT_SIZE_PICMIP",
      "value": "2",
      "family": "RT_SIZE",
      "realm": "client",
      "description": "Apply picmip to the render target's width and height."
    },
    {
      "name": "RT_SIZE_HDR",
      "value": "3",
      "family": "RT_SIZE",
      "realm": "client",
      "description": "frame_buffer_width / 4"
    },
    {
      "name": "RT_SIZE_FULL_FRAME_BUFFER",
      "value": "4",
      "family": "RT_SIZE",
      "realm": "client",
      "description": "Same size as frame buffer, or next lower power of 2 if we can't do that."
    },
    {
      "name": "RT_SIZE_OFFSCREEN",
      "value": "5",
      "family": "RT_SIZE",
      "realm": "client",
      "description": "Target of specified size, don't mess with dimensions"
    },
    {
      "name": "RT_SIZE_FULL_FRAME_BUFFER_ROUNDED_UP",
      "value": "6",
      "family": "RT_SIZE",
      "realm": "client",
      "description": "Same size as the frame buffer, rounded up if necessary for systems that can't do non-power of two textures."
    },
    {
      "name": "RT_SIZE_REPLAY_SCREENSHOT",
      "value": "7",
      "family": "RT_SIZE",
      "realm": "client",
      "description": "Rounded down to power of 2, essentially"
    },
    {
      "name": "RT_SIZE_LITERAL",
      "value": "8",
      "family": "RT_SIZE",
      "realm": "client",
      "description": "Use the size passed in. Don't clamp it to the frame buffer size. Really."
    },
    {
      "name": "RT_SIZE_LITERAL_PICMIP",
      "value": "9",
      "family": "RT_SIZE",
      "realm": "client",
      "description": "Use the size passed in, don't clamp to the frame buffer size, but do apply picmip restrictions."
    },
    {
      "name": "LAST_SHARED_SCHEDULE",
      "value": "88",
      "family": "SCHED",
      "realm": "server",
      "description": "The schedule enum limit"
    },
    {
      "name": "SCHED_AISCRIPT",
      "value": "56",
      "family": "SCHED",
      "realm": "server",
      "description": "Begins AI script based on NPC's `m_hCine` save value."
    },
    {
      "name": "SCHED_ALERT_FACE",
      "value": "5",
      "family": "SCHED",
      "realm": "server",
      "description": "Idle stance and face ideal yaw angles."
    },
    {
      "name": "SCHED_ALERT_FACE_BESTSOUND",
      "value": "6",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_ALERT_REACT_TO_COMBAT_SOUND",
      "value": "7",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_ALERT_SCAN",
      "value": "8",
      "family": "SCHED",
      "realm": "server",
      "description": "Rotate 180 degrees and back to check for enemies."
    },
    {
      "name": "SCHED_ALERT_STAND",
      "value": "9",
      "family": "SCHED",
      "realm": "server",
      "description": "Remain idle until an enemy is heard or found."
    },
    {
      "name": "SCHED_ALERT_WALK",
      "value": "10",
      "family": "SCHED",
      "realm": "server",
      "description": "Walk until an enemy is heard or found."
    },
    {
      "name": "SCHED_AMBUSH",
      "value": "52",
      "family": "SCHED",
      "realm": "server",
      "description": "Remain idle until provoked or an enemy is found."
    },
    {
      "name": "SCHED_ARM_WEAPON",
      "value": "48",
      "family": "SCHED",
      "realm": "server",
      "description": "Performs ACT_ARM."
    },
    {
      "name": "SCHED_BACK_AWAY_FROM_ENEMY",
      "value": "24",
      "family": "SCHED",
      "realm": "server",
      "description": "Back away from enemy. If not possible to back away then go behind enemy."
    },
    {
      "name": "SCHED_BACK_AWAY_FROM_SAVE_POSITION",
      "value": "26",
      "family": "SCHED",
      "realm": "server",
      "description": "Requires valid enemy, backs away from SaveValue: m_vSavePosition"
    },
    {
      "name": "SCHED_BIG_FLINCH",
      "value": "23",
      "family": "SCHED",
      "realm": "server",
      "description": "Heavy damage was taken for the first time in a while."
    },
    {
      "name": "SCHED_CHASE_ENEMY",
      "value": "17",
      "family": "SCHED",
      "realm": "server",
      "description": "Begin chasing an enemy."
    },
    {
      "name": "SCHED_CHASE_ENEMY_FAILED",
      "value": "18",
      "family": "SCHED",
      "realm": "server",
      "description": "Failed to chase enemy."
    },
    {
      "name": "SCHED_COMBAT_FACE",
      "value": "12",
      "family": "SCHED",
      "realm": "server",
      "description": "Face current enemy."
    },
    {
      "name": "SCHED_COMBAT_PATROL",
      "value": "75",
      "family": "SCHED",
      "realm": "server",
      "description": "Will walk around patrolling an area until an enemy is found."
    },
    {
      "name": "SCHED_COMBAT_STAND",
      "value": "15",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_COMBAT_SWEEP",
      "value": "13",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_COMBAT_WALK",
      "value": "16",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_COWER",
      "value": "40",
      "family": "SCHED",
      "realm": "server",
      "description": "When not moving, will perform ACT_COWER."
    },
    {
      "name": "SCHED_DIE",
      "value": "53",
      "family": "SCHED",
      "realm": "server",
      "description": "Regular NPC death."
    },
    {
      "name": "SCHED_DIE_RAGDOLL",
      "value": "54",
      "family": "SCHED",
      "realm": "server",
      "description": "Plays NPC death sound (doesn't kill NPC)."
    },
    {
      "name": "SCHED_DISARM_WEAPON",
      "value": "49",
      "family": "SCHED",
      "realm": "server",
      "description": "Holsters active weapon. (Only works with NPC's that can holster weapons)"
    },
    {
      "name": "SCHED_DROPSHIP_DUSTOFF",
      "value": "79",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_DUCK_DODGE",
      "value": "84",
      "family": "SCHED",
      "realm": "server",
      "description": "Preform Ducking animation. (Only works with npc_alyx)"
    },
    {
      "name": "SCHED_ESTABLISH_LINE_OF_FIRE",
      "value": "35",
      "family": "SCHED",
      "realm": "server",
      "description": "Search for a place to shoot current enemy."
    },
    {
      "name": "SCHED_ESTABLISH_LINE_OF_FIRE_FALLBACK",
      "value": "36",
      "family": "SCHED",
      "realm": "server",
      "description": "Fallback from an established line of fire."
    },
    {
      "name": "SCHED_FAIL",
      "value": "81",
      "family": "SCHED",
      "realm": "server",
      "description": "Failed doing current schedule."
    },
    {
      "name": "SCHED_FAIL_ESTABLISH_LINE_OF_FIRE",
      "value": "38",
      "family": "SCHED",
      "realm": "server",
      "description": "Failed to establish a line of fire."
    },
    {
      "name": "SCHED_FAIL_NOSTOP",
      "value": "82",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_FAIL_TAKE_COVER",
      "value": "31",
      "family": "SCHED",
      "realm": "server",
      "description": "Failed to take cover."
    },
    {
      "name": "SCHED_FALL_TO_GROUND",
      "value": "78",
      "family": "SCHED",
      "realm": "server",
      "description": "Fall to ground when in the air."
    },
    {
      "name": "SCHED_FEAR_FACE",
      "value": "14",
      "family": "SCHED",
      "realm": "server",
      "description": "Will express fear face. (Only works on NPCs with expressions)"
    },
    {
      "name": "SCHED_FLEE_FROM_BEST_SOUND",
      "value": "29",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_FLINCH_PHYSICS",
      "value": "80",
      "family": "SCHED",
      "realm": "server",
      "description": "Plays ACT_FLINCH_PHYSICS."
    },
    {
      "name": "SCHED_FORCED_GO",
      "value": "71",
      "family": "SCHED",
      "realm": "server",
      "description": "Force walk to SaveValue: m_vecLastPosition (debug)."
    },
    {
      "name": "SCHED_FORCED_GO_RUN",
      "value": "72",
      "family": "SCHED",
      "realm": "server",
      "description": "Force run to SaveValue: m_vecLastPosition (debug)."
    },
    {
      "name": "SCHED_GET_HEALTHKIT",
      "value": "66",
      "family": "SCHED",
      "realm": "server",
      "description": "Pick up item if within a radius of 5 units."
    },
    {
      "name": "SCHED_HIDE_AND_RELOAD",
      "value": "50",
      "family": "SCHED",
      "realm": "server",
      "description": "Take cover and reload weapon."
    },
    {
      "name": "SCHED_IDLE_STAND",
      "value": "1",
      "family": "SCHED",
      "realm": "server",
      "description": "Idle stance"
    },
    {
      "name": "SCHED_IDLE_WALK",
      "value": "2",
      "family": "SCHED",
      "realm": "server",
      "description": "Walk to position."
    },
    {
      "name": "SCHED_IDLE_WANDER",
      "value": "3",
      "family": "SCHED",
      "realm": "server",
      "description": "Walk to random position within a radius of 200 units."
    },
    {
      "name": "SCHED_INTERACTION_MOVE_TO_PARTNER",
      "value": "85",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_INTERACTION_WAIT_FOR_PARTNER",
      "value": "86",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_INVESTIGATE_SOUND",
      "value": "11",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_MELEE_ATTACK1",
      "value": "41",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_MELEE_ATTACK2",
      "value": "42",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_MOVE_AWAY",
      "value": "68",
      "family": "SCHED",
      "realm": "server",
      "description": "Move away from player."
    },
    {
      "name": "SCHED_MOVE_AWAY_END",
      "value": "70",
      "family": "SCHED",
      "realm": "server",
      "description": "Stop moving and continue enemy scan."
    },
    {
      "name": "SCHED_MOVE_AWAY_FAIL",
      "value": "69",
      "family": "SCHED",
      "realm": "server",
      "description": "Failed to move away; stop moving."
    },
    {
      "name": "SCHED_MOVE_AWAY_FROM_ENEMY",
      "value": "25",
      "family": "SCHED",
      "realm": "server",
      "description": "Move away from enemy while facing it and checking for new enemies."
    },
    {
      "name": "SCHED_MOVE_TO_WEAPON_RANGE",
      "value": "34",
      "family": "SCHED",
      "realm": "server",
      "description": "Move to the range the weapon is preferably used at."
    },
    {
      "name": "SCHED_NEW_WEAPON",
      "value": "63",
      "family": "SCHED",
      "realm": "server",
      "description": "Pick up a new weapon if within a radius of 5 units."
    },
    {
      "name": "SCHED_NEW_WEAPON_CHEAT",
      "value": "64",
      "family": "SCHED",
      "realm": "server",
      "description": "Fail safe: Create the weapon that the NPC went to pick up if it was removed during pick up schedule."
    },
    {
      "name": "SCHED_NONE",
      "value": "0",
      "family": "SCHED",
      "realm": "server",
      "description": "No schedule is being performed."
    },
    {
      "name": "SCHED_NPC_FREEZE",
      "value": "73",
      "family": "SCHED",
      "realm": "server",
      "description": "Prevents movement until COND.NPC_UNFREEZE(68) is set."
    },
    {
      "name": "SCHED_PATROL_RUN",
      "value": "76",
      "family": "SCHED",
      "realm": "server",
      "description": "Run to random position and stop if enemy is heard or found."
    },
    {
      "name": "SCHED_PATROL_WALK",
      "value": "74",
      "family": "SCHED",
      "realm": "server",
      "description": "Walk to random position and stop if enemy is heard or found."
    },
    {
      "name": "SCHED_PRE_FAIL_ESTABLISH_LINE_OF_FIRE",
      "value": "37",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_RANGE_ATTACK1",
      "value": "43",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_RANGE_ATTACK2",
      "value": "44",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_RELOAD",
      "value": "51",
      "family": "SCHED",
      "realm": "server",
      "description": "Stop moving and reload until danger is heard."
    },
    {
      "name": "SCHED_RUN_FROM_ENEMY",
      "value": "32",
      "family": "SCHED",
      "realm": "server",
      "description": "Retreat from the established enemy."
    },
    {
      "name": "SCHED_RUN_FROM_ENEMY_FALLBACK",
      "value": "33",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_RUN_FROM_ENEMY_MOB",
      "value": "83",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_RUN_RANDOM",
      "value": "77",
      "family": "SCHED",
      "realm": "server",
      "description": "Run to random position within a radius of 500 units."
    },
    {
      "name": "SCHED_SCENE_GENERIC",
      "value": "62",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_SCRIPTED_CUSTOM_MOVE",
      "value": "59",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_SCRIPTED_FACE",
      "value": "61",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_SCRIPTED_RUN",
      "value": "58",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_SCRIPTED_WAIT",
      "value": "60",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_SCRIPTED_WALK",
      "value": "57",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_SHOOT_ENEMY_COVER",
      "value": "39",
      "family": "SCHED",
      "realm": "server",
      "description": "Shoot cover that the enemy is behind."
    },
    {
      "name": "SCHED_SLEEP",
      "value": "87",
      "family": "SCHED",
      "realm": "server",
      "description": "Sets the NPC to a sleep-like state."
    },
    {
      "name": "SCHED_SMALL_FLINCH",
      "value": "22",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_SPECIAL_ATTACK1",
      "value": "45",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_SPECIAL_ATTACK2",
      "value": "46",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_STANDOFF",
      "value": "47",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_SWITCH_TO_PENDING_WEAPON",
      "value": "65",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_TAKE_COVER_FROM_BEST_SOUND",
      "value": "28",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_TAKE_COVER_FROM_ENEMY",
      "value": "27",
      "family": "SCHED",
      "realm": "server",
      "description": "Take cover from current enemy."
    },
    {
      "name": "SCHED_TAKE_COVER_FROM_ORIGIN",
      "value": "30",
      "family": "SCHED",
      "realm": "server",
      "description": "Flee from SaveValue: vLastKnownLocation"
    },
    {
      "name": "SCHED_TARGET_CHASE",
      "value": "21",
      "family": "SCHED",
      "realm": "server",
      "description": "Chase set NPC target."
    },
    {
      "name": "SCHED_TARGET_FACE",
      "value": "20",
      "family": "SCHED",
      "realm": "server",
      "description": "Face NPC target."
    },
    {
      "name": "SCHED_VICTORY_DANCE",
      "value": "19",
      "family": "SCHED",
      "realm": "server",
      "description": "Human victory dance."
    },
    {
      "name": "SCHED_WAIT_FOR_SCRIPT",
      "value": "55",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_WAIT_FOR_SPEAK_FINISH",
      "value": "67",
      "family": "SCHED",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SCHED_WAKE_ANGRY",
      "value": "4",
      "family": "SCHED",
      "realm": "server",
      "description": "Spot an enemy and go from an idle state to combat state."
    },
    {
      "name": "SCREENFADE.IN",
      "value": "1",
      "family": "SCREENFADE",
      "realm": "shared",
      "description": "Instant fade in, slowly fade out (based on fade time given) after the hold time has passed"
    },
    {
      "name": "SCREENFADE.OUT",
      "value": "2",
      "family": "SCREENFADE",
      "realm": "shared",
      "description": "Slowly fade in (based on fade time given), hold time passes, instantly disappear"
    },
    {
      "name": "SCREENFADE.MODULATE",
      "value": "4",
      "family": "SCREENFADE",
      "realm": "shared",
      "description": "Instead of blending multiple active screen fades, modulate them. (TODO: What does this mean?) Internally this flag switches what material will be used to render the screen fade. Practically it forc..."
    },
    {
      "name": "SCREENFADE.STAYOUT",
      "value": "8",
      "family": "SCREENFADE",
      "realm": "shared",
      "description": "Never disappear. Does nothing by itself, as if no flags were given."
    },
    {
      "name": "SCREENFADE.PURGE",
      "value": "16",
      "family": "SCREENFADE",
      "realm": "shared",
      "description": "Used to purge all currently active screen fade effects, meant to be used in conjunction with flags above as a \"priority effect\". Does nothing by itself, acts as if no flags were given"
    },
    {
      "name": "SENSORBONE.SHOULDER_RIGHT",
      "value": "8",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.SHOULDER_LEFT",
      "value": "4",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.HIP",
      "value": "0",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.ELBOW_RIGHT",
      "value": "9",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.KNEE_RIGHT",
      "value": "17",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.WRIST_RIGHT",
      "value": "10",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.ANKLE_LEFT",
      "value": "14",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.FOOT_LEFT",
      "value": "15",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.WRIST_LEFT",
      "value": "6",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.FOOT_RIGHT",
      "value": "19",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.HAND_RIGHT",
      "value": "11",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.SHOULDER",
      "value": "2",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.HIP_LEFT",
      "value": "12",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.HIP_RIGHT",
      "value": "16",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.HAND_LEFT",
      "value": "7",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.ANKLE_RIGHT",
      "value": "18",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.SPINE",
      "value": "1",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.ELBOW_LEFT",
      "value": "5",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.KNEE_LEFT",
      "value": "13",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SENSORBONE.HEAD",
      "value": "3",
      "family": "SENSORBONE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SF_CITIZEN_AMMORESUPPLIER",
      "value": "524288",
      "family": "SF",
      "realm": "server",
      "description": "Citizen that resupplies ammo"
    },
    {
      "name": "SF_CITIZEN_FOLLOW",
      "value": "65536",
      "family": "SF",
      "realm": "server",
      "description": "\"Follow the player as soon as I spawn\""
    },
    {
      "name": "SF_CITIZEN_IGNORE_SEMAPHORE",
      "value": "2097152",
      "family": "SF",
      "realm": "server",
      "description": "\"Work outside the speech semaphore system\""
    },
    {
      "name": "SF_CITIZEN_MEDIC",
      "value": "131072",
      "family": "SF",
      "realm": "server",
      "description": "Makes the citizen a medic"
    },
    {
      "name": "SF_CITIZEN_NOT_COMMANDABLE",
      "value": "1048576",
      "family": "SF",
      "realm": "server",
      "description": "Citizen cannot join players squad, and will not able to be commanded by the Half-Life 2 command system for Citizens"
    },
    {
      "name": "SF_CITIZEN_RANDOM_HEAD",
      "value": "262144",
      "family": "SF",
      "realm": "server",
      "description": "Gives the citizen a random head"
    },
    {
      "name": "SF_CITIZEN_RANDOM_HEAD_FEMALE",
      "value": "8388608",
      "family": "SF",
      "realm": "server",
      "description": "Gives the citizen a random female head"
    },
    {
      "name": "SF_CITIZEN_RANDOM_HEAD_MALE",
      "value": "4194304",
      "family": "SF",
      "realm": "server",
      "description": "Gives the citizen a random male head"
    },
    {
      "name": "SF_CITIZEN_USE_RENDER_BOUNDS",
      "value": "16777216",
      "family": "SF",
      "realm": "server",
      "description": "\"Use render bounds instead of human hull for guys sitting in chairs, etc\". Must be set before Spawn() is called to take effect"
    },
    {
      "name": "SF_FLOOR_TURRET_CITIZEN",
      "value": "512",
      "family": "SF",
      "realm": "server",
      "description": "Makes the floor turret friendly"
    },
    {
      "name": "SF_NPC_ALTCOLLISION",
      "value": "4096",
      "family": "SF",
      "realm": "server",
      "description": "Do Alternate collision for this NPC (player avoidance)"
    },
    {
      "name": "SF_NPC_ALWAYSTHINK",
      "value": "1024",
      "family": "SF",
      "realm": "server",
      "description": "[Think outside PVS](https://developer.valvesoftware.com/wiki/NPC_Sensing)"
    },
    {
      "name": "SF_NPC_DROP_HEALTHKIT",
      "value": "8",
      "family": "SF",
      "realm": "server",
      "description": "NPC Drops health kit when it dies. Also works on player."
    },
    {
      "name": "SF_NPC_FADE_CORPSE",
      "value": "512",
      "family": "SF",
      "realm": "server",
      "description": "Fade Corpse"
    },
    {
      "name": "SF_NPC_FALL_TO_GROUND",
      "value": "4",
      "family": "SF",
      "realm": "server",
      "description": "If not set, means *teleport* to ground"
    },
    {
      "name": "SF_NPC_GAG",
      "value": "2",
      "family": "SF",
      "realm": "server",
      "description": "No IDLE sounds until angry"
    },
    {
      "name": "SF_NPC_LONG_RANGE",
      "value": "256",
      "family": "SF",
      "realm": "server",
      "description": "Long Visibility/Shoot"
    },
    {
      "name": "SF_NPC_NO_PLAYER_PUSHAWAY",
      "value": "16384",
      "family": "SF",
      "realm": "server",
      "description": "Ignore player push - Don't give way to player"
    },
    {
      "name": "SF_NPC_NO_WEAPON_DROP",
      "value": "8192",
      "family": "SF",
      "realm": "server",
      "description": "NPC Doesn't drop weapon on death"
    },
    {
      "name": "SF_NPC_START_EFFICIENT",
      "value": "16",
      "family": "SF",
      "realm": "server",
      "description": "Don't acquire enemies or avoid obstacles"
    },
    {
      "name": "SF_NPC_TEMPLATE",
      "value": "2048",
      "family": "SF",
      "realm": "server",
      "description": "This entity is a template for the [npc_template_maker](https://developer.valvesoftware.com/wiki/Npc_template_maker). It will not spawn automatically and cannot be used with [point_template](https:/..."
    },
    {
      "name": "SF_NPC_WAIT_FOR_SCRIPT",
      "value": "128",
      "family": "SF",
      "realm": "server",
      "description": "Wait for script"
    },
    {
      "name": "SF_NPC_WAIT_TILL_SEEN",
      "value": "1",
      "family": "SF",
      "realm": "server",
      "description": "Wait till seen"
    },
    {
      "name": "SF_PHYSBOX_MOTIONDISABLED",
      "value": "32768",
      "family": "SF",
      "realm": "server",
      "description": "If set, calls PhysObj:EnableMotion( false ) on the func_physbox when the physics are created"
    },
    {
      "name": "SF_PHYSBOX_ALWAYS_PICK_UP",
      "value": "1048576",
      "family": "SF",
      "realm": "server",
      "description": "Gravity gun is ALWAYS allowed to pick this up."
    },
    {
      "name": "SF_PHYSBOX_NEVER_PICK_UP",
      "value": "2097152",
      "family": "SF",
      "realm": "server",
      "description": "Gravity gun is NOT allowed to pick this up."
    },
    {
      "name": "SF_PHYSBOX_NEVER_PUNT",
      "value": "4194304",
      "family": "SF",
      "realm": "server",
      "description": "Gravity gun is NOT allowed to punt this entity."
    },
    {
      "name": "SF_PHYSPROP_MOTIONDISABLED",
      "value": "8",
      "family": "SF",
      "realm": "server",
      "description": "If set, calls PhysObj:EnableMotion( false ) on the func_physbox when the physics are created. See [Physics optimization](https://developer.valvesoftware.com/wiki/Physics_optimization)."
    },
    {
      "name": "SF_PHYSPROP_PREVENT_PICKUP",
      "value": "512",
      "family": "SF",
      "realm": "server",
      "description": "Prevent that physbox from being picked up."
    },
    {
      "name": "SF_PHYSPROP_IS_GIB",
      "value": "4194304",
      "family": "SF",
      "realm": "server",
      "description": "This flag is set if the entity is gib."
    },
    {
      "name": "SF_ROLLERMINE_FRIENDLY",
      "value": "65536",
      "family": "SF",
      "realm": "server",
      "description": "Makes the rollermine friendly."
    },
    {
      "name": "SF_WEAPON_START_CONSTRAINED",
      "value": "1",
      "family": "SF",
      "realm": "server",
      "description": "If set before Entity:Spawn, the weapon will be constrained and will not simply fall to the ground."
    },
    {
      "name": "SF_WEAPON_NO_PLAYER_PICKUP",
      "value": "2",
      "family": "SF",
      "realm": "server",
      "description": "Player is NOT allowed to pick this up."
    },
    {
      "name": "SF_WEAPON_NO_PHYSCANNON_PUNT",
      "value": "4",
      "family": "SF",
      "realm": "server",
      "description": "Physgun is NOT allowed to pick this up."
    },
    {
      "name": "SIGNONSTATE_NONE",
      "value": "0",
      "family": "SIGNONSTATE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SIGNONSTATE_CHALLENGE",
      "value": "1",
      "family": "SIGNONSTATE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SIGNONSTATE_CONNECTED",
      "value": "2",
      "family": "SIGNONSTATE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SIGNONSTATE_NEW",
      "value": "3",
      "family": "SIGNONSTATE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SIGNONSTATE_PRESPAWN",
      "value": "4",
      "family": "SIGNONSTATE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SIGNONSTATE_SPAWN",
      "value": "5",
      "family": "SIGNONSTATE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SIGNONSTATE_FULL",
      "value": "6",
      "family": "SIGNONSTATE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SIGNONSTATE_CHANGELEVEL",
      "value": "7",
      "family": "SIGNONSTATE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SIM_NOTHING",
      "value": "0",
      "family": "SIM",
      "realm": "shared",
      "description": "Don't simulate physics"
    },
    {
      "name": "SIM_LOCAL_ACCELERATION",
      "value": "1",
      "family": "SIM",
      "realm": "shared",
      "description": "Vectors in local coordinate system"
    },
    {
      "name": "SIM_LOCAL_FORCE",
      "value": "2",
      "family": "SIM",
      "realm": "shared",
      "description": "Vectors in local coordinate system"
    },
    {
      "name": "SIM_GLOBAL_ACCELERATION",
      "value": "3",
      "family": "SIM",
      "realm": "shared",
      "description": "Vectors in world coordinate system"
    },
    {
      "name": "SIM_GLOBAL_FORCE",
      "value": "4",
      "family": "SIM",
      "realm": "shared",
      "description": "Vectors in world coordinate system"
    },
    {
      "name": "SND_NOFLAGS",
      "value": "0",
      "family": "SND",
      "realm": "shared",
      "description": "To keep the compiler happy"
    },
    {
      "name": "SND_CHANGE_VOL",
      "value": "1",
      "family": "SND",
      "realm": "shared",
      "description": "Change sound volume. If the sound is already being emitted by the entity, its volume will be changed, instead of playing another sound."
    },
    {
      "name": "SND_CHANGE_PITCH",
      "value": "2",
      "family": "SND",
      "realm": "shared",
      "description": "Change sound pitch. If the sound is already being emitted by the entity, its pitch will be changed, instead of playing another sound."
    },
    {
      "name": "SND_STOP",
      "value": "4",
      "family": "SND",
      "realm": "shared",
      "description": "Stop the sound. Used internally for Entity:StopSound."
    },
    {
      "name": "SND_SPAWNING",
      "value": "8",
      "family": "SND",
      "realm": "shared",
      "description": "We're spawning, used in some cases for ambients. Not sent over net, only a param between dll and server."
    },
    {
      "name": "SND_DELAY",
      "value": "16",
      "family": "SND",
      "realm": "shared",
      "description": "Sound has an initial delay."
    },
    {
      "name": "SND_STOP_LOOPING",
      "value": "32",
      "family": "SND",
      "realm": "shared",
      "description": "Stop all looping sounds on the entity."
    },
    {
      "name": "SND_SHOULDPAUSE",
      "value": "128",
      "family": "SND",
      "realm": "shared",
      "description": "This sound should be paused if the game is paused."
    },
    {
      "name": "SND_IGNORE_PHONEMES",
      "value": "256",
      "family": "SND",
      "realm": "shared",
      "description": "If the sound has any associated phoneme (character lip-sync) data, ignore it."
    },
    {
      "name": "SND_IGNORE_NAME",
      "value": "512",
      "family": "SND",
      "realm": "shared",
      "description": "Used to change all sounds (e.g. with SND_CHANGE_VOL) emitted by an entity, regardless of scriptname."
    },
    {
      "name": "SND_DO_NOT_OVERWRITE_EXISTING_ON_CHANNEL",
      "value": "1024",
      "family": "SND",
      "realm": "shared",
      "description": "Unused/legacy; does nothing."
    },
    {
      "name": "SNDLVL_NONE",
      "value": "0",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Sound plays everywhere"
    },
    {
      "name": "SNDLVL_20dB",
      "value": "20",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Rustling leaves"
    },
    {
      "name": "SNDLVL_25dB",
      "value": "25",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Whispering"
    },
    {
      "name": "SNDLVL_30dB",
      "value": "30",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Library"
    },
    {
      "name": "SNDLVL_35dB",
      "value": "35",
      "family": "SNDLVL",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SNDLVL_40dB",
      "value": "40",
      "family": "SNDLVL",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SNDLVL_45dB",
      "value": "45",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Refrigerator"
    },
    {
      "name": "SNDLVL_50dB",
      "value": "50",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Average home"
    },
    {
      "name": "SNDLVL_55dB",
      "value": "55",
      "family": "SNDLVL",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SNDLVL_60dB",
      "value": "60",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Normal conversation, clothes dryer"
    },
    {
      "name": "SNDLVL_IDLE",
      "value": "60",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "*The same as SNDLVL_60dB*"
    },
    {
      "name": "SNDLVL_65dB",
      "value": "65",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Washing machine, dishwasher"
    },
    {
      "name": "SNDLVL_STATIC",
      "value": "66",
      "family": "SNDLVL",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SNDLVL_70dB",
      "value": "70",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Car, vacuum cleaner, mixer, electric sewing machine"
    },
    {
      "name": "SNDLVL_75dB",
      "value": "75",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Busy traffic"
    },
    {
      "name": "SNDLVL_NORM",
      "value": "75",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "*The same as SNDLVL_75dB*"
    },
    {
      "name": "SNDLVL_80dB",
      "value": "80",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Mini-bike, alarm clock, noisy restaurant, office tabulator, outboard motor, passing snowmobile"
    },
    {
      "name": "SNDLVL_TALKING",
      "value": "80",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "*The same as SNDLVL_80dB*"
    },
    {
      "name": "SNDLVL_85dB",
      "value": "85",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Average factory, electric shaver"
    },
    {
      "name": "SNDLVL_90dB",
      "value": "90",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Screaming child, passing motorcycle, convertible ride on freeway"
    },
    {
      "name": "SNDLVL_95dB",
      "value": "95",
      "family": "SNDLVL",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SNDLVL_100dB",
      "value": "100",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Subway train, diesel truck, woodworking shop, pneumatic drill, boiler shop, jackhammer"
    },
    {
      "name": "SNDLVL_105dB",
      "value": "105",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Helicopter, power mower"
    },
    {
      "name": "SNDLVL_110dB",
      "value": "110",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Snowmobile (drivers seat), inboard motorboat, sandblasting"
    },
    {
      "name": "SNDLVL_120dB",
      "value": "120",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Car horn, propeller aircraft"
    },
    {
      "name": "SNDLVL_130dB",
      "value": "130",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Air raid siren"
    },
    {
      "name": "SNDLVL_140dB",
      "value": "140",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Threshold of pain, gunshot, jet engine"
    },
    {
      "name": "SNDLVL_GUNFIRE",
      "value": "140",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "*The same as SNDLVL_140dB*"
    },
    {
      "name": "SNDLVL_150dB",
      "value": "150",
      "family": "SNDLVL",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "SNDLVL_180dB",
      "value": "180",
      "family": "SNDLVL",
      "realm": "shared",
      "description": "Rocket launching"
    },
    {
      "name": "SOLID_NONE",
      "value": "0",
      "family": "SOLID",
      "realm": "shared",
      "description": "Does not collide with anything. No physics object will be created when using this with Entity:PhysicsInit."
    },
    {
      "name": "SOLID_BSP",
      "value": "1",
      "family": "SOLID",
      "realm": "shared",
      "description": "The entity has a brush model defined by the map. Does not collide with other SOLID_BSP entities."
    },
    {
      "name": "SOLID_BBOX",
      "value": "2",
      "family": "SOLID",
      "realm": "shared",
      "description": "Uses the entity's axis-aligned bounding box for collisions."
    },
    {
      "name": "SOLID_OBB",
      "value": "3",
      "family": "SOLID",
      "realm": "shared",
      "description": "Uses the entity's object-aligned bounding box for collisions."
    },
    {
      "name": "SOLID_OBB_YAW",
      "value": "4",
      "family": "SOLID",
      "realm": "shared",
      "description": "Same as SOLID_OBB but restricts orientation to the Z-axis. Seems to be broken."
    },
    {
      "name": "SOLID_CUSTOM",
      "value": "5",
      "family": "SOLID",
      "realm": "shared",
      "description": "Always call the entity's `ICollideable::TestCollision` method for traces regardless of the presence of `FSOLID_CUSTOMRAYTEST` or `FSOLID_CUSTOMBOXTEST`. This will only be called back to Lua as ENTI..."
    },
    {
      "name": "SOLID_VPHYSICS",
      "value": "6",
      "family": "SOLID",
      "realm": "shared",
      "description": "Uses the PhysObjects of the entity."
    },
    {
      "name": "SOUND_NONE",
      "value": "0",
      "family": "SOUND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SOUND_COMBAT",
      "value": "1",
      "family": "SOUND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SOUND_WORLD",
      "value": "2",
      "family": "SOUND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SOUND_PLAYER",
      "value": "4",
      "family": "SOUND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SOUND_DANGER",
      "value": "8",
      "family": "SOUND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SOUND_BULLET_IMPACT",
      "value": "16",
      "family": "SOUND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SOUND_CARCASS",
      "value": "32",
      "family": "SOUND",
      "realm": "server",
      "description": "Considered a scent."
    },
    {
      "name": "SOUND_MEAT",
      "value": "64",
      "family": "SOUND",
      "realm": "server",
      "description": "Considered a scent."
    },
    {
      "name": "SOUND_GARBAGE",
      "value": "128",
      "family": "SOUND",
      "realm": "server",
      "description": "Considered a scent."
    },
    {
      "name": "SOUND_THUMPER",
      "value": "256",
      "family": "SOUND",
      "realm": "server",
      "description": "Keeps certain creatures at bay, such as Antlions."
    },
    {
      "name": "SOUND_BUGBAIT",
      "value": "512",
      "family": "SOUND",
      "realm": "server",
      "description": "Gets the antlion's attention."
    },
    {
      "name": "SOUND_PHYSICS_DANGER",
      "value": "1024",
      "family": "SOUND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SOUND_DANGER_SNIPERONLY",
      "value": "2048",
      "family": "SOUND",
      "realm": "server",
      "description": "Only scares the sniper NPC."
    },
    {
      "name": "SOUND_MOVE_AWAY",
      "value": "4096",
      "family": "SOUND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SOUND_PLAYER_VEHICLE",
      "value": "8192",
      "family": "SOUND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SOUND_READINESS_LOW",
      "value": "16384",
      "family": "SOUND",
      "realm": "server",
      "description": "Changes listener's readiness (Player Companion only)"
    },
    {
      "name": "SOUND_READINESS_MEDIUM",
      "value": "32768",
      "family": "SOUND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SOUND_READINESS_HIGH",
      "value": "65536",
      "family": "SOUND",
      "realm": "server",
      "description": ""
    },
    {
      "name": "SOUND_CONTEXT_FROM_SNIPER",
      "value": "1048576",
      "family": "SOUND",
      "realm": "server",
      "description": "Additional context for SOUND_DANGER"
    },
    {
      "name": "SOUND_CONTEXT_GUNFIRE",
      "value": "2097152",
      "family": "SOUND",
      "realm": "server",
      "description": "Added to SOUND_COMBAT"
    },
    {
      "name": "SOUND_CONTEXT_MORTAR",
      "value": "4194304",
      "family": "SOUND",
      "realm": "server",
      "description": "Explosion going to happen here."
    },
    {
      "name": "SOUND_CONTEXT_COMBINE_ONLY",
      "value": "8388608",
      "family": "SOUND",
      "realm": "server",
      "description": "Only combine can hear sounds marked this way."
    },
    {
      "name": "SOUND_CONTEXT_REACT_TO_SOURCE",
      "value": "16777216",
      "family": "SOUND",
      "realm": "server",
      "description": "React to sound source's origin, not sound's location"
    },
    {
      "name": "SOUND_CONTEXT_EXPLOSION",
      "value": "33554432",
      "family": "SOUND",
      "realm": "server",
      "description": "Context added to SOUND_COMBAT, usually."
    },
    {
      "name": "SOUND_CONTEXT_EXCLUDE_COMBINE",
      "value": "67108864",
      "family": "SOUND",
      "realm": "server",
      "description": "Combine do NOT hear this"
    },
    {
      "name": "SOUND_CONTEXT_DANGER_APPROACH",
      "value": "134217728",
      "family": "SOUND",
      "realm": "server",
      "description": "Treat as a normal danger sound if you see the source, otherwise turn to face source."
    },
    {
      "name": "SOUND_CONTEXT_ALLIES_ONLY",
      "value": "268435456",
      "family": "SOUND",
      "realm": "server",
      "description": "Only player allies can hear this sound."
    },
    {
      "name": "SOUND_CONTEXT_PLAYER_VEHICLE",
      "value": "536870912",
      "family": "SOUND",
      "realm": "server",
      "description": "HACK: need this because we're not treating the SOUND_xxx values as true bit values! See switch in OnListened."
    },
    {
      "name": "STENCIL_NEVER",
      "value": "1",
      "family": "STENCIL",
      "realm": "client",
      "description": "Never passes."
    },
    {
      "name": "STENCIL_LESS",
      "value": "2",
      "family": "STENCIL",
      "realm": "client",
      "description": "Passes where the reference value is less than the stencil value."
    },
    {
      "name": "STENCIL_EQUAL",
      "value": "3",
      "family": "STENCIL",
      "realm": "client",
      "description": "Passes where the reference value is equal to the stencil value."
    },
    {
      "name": "STENCIL_LESSEQUAL",
      "value": "4",
      "family": "STENCIL",
      "realm": "client",
      "description": "Passes where the reference value is less than or equal to the stencil value."
    },
    {
      "name": "STENCIL_GREATER",
      "value": "5",
      "family": "STENCIL",
      "realm": "client",
      "description": "Passes where the reference value is greater than the stencil value."
    },
    {
      "name": "STENCIL_NOTEQUAL",
      "value": "6",
      "family": "STENCIL",
      "realm": "client",
      "description": "Passes where the reference value is not equal to the stencil value."
    },
    {
      "name": "STENCIL_GREATEREQUAL",
      "value": "7",
      "family": "STENCIL",
      "realm": "client",
      "description": "Passes where the reference value is greater than or equal to the stencil value."
    },
    {
      "name": "STENCIL_ALWAYS",
      "value": "8",
      "family": "STENCIL",
      "realm": "client",
      "description": "Always passes."
    },
    {
      "name": "STENCIL_KEEP",
      "value": "1",
      "family": "STENCIL",
      "realm": "client",
      "description": "Preserves the existing stencil buffer value."
    },
    {
      "name": "STENCIL_ZERO",
      "value": "2",
      "family": "STENCIL",
      "realm": "client",
      "description": "Sets the value in the stencil buffer to 0."
    },
    {
      "name": "STENCIL_REPLACE",
      "value": "3",
      "family": "STENCIL",
      "realm": "client",
      "description": "Sets the value in the stencil buffer to the reference value, set using render.SetStencilReferenceValue."
    },
    {
      "name": "STENCIL_INCRSAT",
      "value": "4",
      "family": "STENCIL",
      "realm": "client",
      "description": "Increments the value in the stencil buffer by 1, clamping the result."
    },
    {
      "name": "STENCIL_DECRSAT",
      "value": "5",
      "family": "STENCIL",
      "realm": "client",
      "description": "Decrements the value in the stencil buffer by 1, clamping the result."
    },
    {
      "name": "STENCIL_INVERT",
      "value": "6",
      "family": "STENCIL",
      "realm": "client",
      "description": "Inverts the value in the stencil buffer."
    },
    {
      "name": "STENCIL_INCR",
      "value": "7",
      "family": "STENCIL",
      "realm": "client",
      "description": "Increments the value in the stencil buffer by 1, wrapping around on overflow."
    },
    {
      "name": "STENCIL_DECR",
      "value": "8",
      "family": "STENCIL",
      "realm": "client",
      "description": "Decrements the value in the stencil buffer by 1, wrapping around on overflow."
    },
    {
      "name": "STENCILCOMPARISONFUNCTION_NEVER",
      "value": "1",
      "family": "STENCILCOMPARISONFUNCTION",
      "realm": "client",
      "description": "Never passes."
    },
    {
      "name": "STENCILCOMPARISONFUNCTION_LESS",
      "value": "2",
      "family": "STENCILCOMPARISONFUNCTION",
      "realm": "client",
      "description": "Passes where the reference value is less than the stencil value."
    },
    {
      "name": "STENCILCOMPARISONFUNCTION_EQUAL",
      "value": "3",
      "family": "STENCILCOMPARISONFUNCTION",
      "realm": "client",
      "description": "Passes where the reference value is equal to the stencil value."
    },
    {
      "name": "STENCILCOMPARISONFUNCTION_LESSEQUAL",
      "value": "4",
      "family": "STENCILCOMPARISONFUNCTION",
      "realm": "client",
      "description": "Passes where the reference value is less than or equal to the stencil value."
    },
    {
      "name": "STENCILCOMPARISONFUNCTION_GREATER",
      "value": "5",
      "family": "STENCILCOMPARISONFUNCTION",
      "realm": "client",
      "description": "Passes where the reference value is greater than the stencil value."
    },
    {
      "name": "STENCILCOMPARISONFUNCTION_NOTEQUAL",
      "value": "6",
      "family": "STENCILCOMPARISONFUNCTION",
      "realm": "client",
      "description": "Passes where the reference value is not equal to the stencil value."
    },
    {
      "name": "STENCILCOMPARISONFUNCTION_GREATEREQUAL",
      "value": "7",
      "family": "STENCILCOMPARISONFUNCTION",
      "realm": "client",
      "description": "Passes where the reference value is greater than or equal to the stencil value."
    },
    {
      "name": "STENCILCOMPARISONFUNCTION_ALWAYS",
      "value": "8",
      "family": "STENCILCOMPARISONFUNCTION",
      "realm": "client",
      "description": "Always passes."
    },
    {
      "name": "STENCILOPERATION_KEEP",
      "value": "1",
      "family": "STENCILOPERATION",
      "realm": "client",
      "description": "Preserves the existing stencil buffer value."
    },
    {
      "name": "STENCILOPERATION_ZERO",
      "value": "2",
      "family": "STENCILOPERATION",
      "realm": "client",
      "description": "Sets the value in the stencil buffer to 0."
    },
    {
      "name": "STENCILOPERATION_REPLACE",
      "value": "3",
      "family": "STENCILOPERATION",
      "realm": "client",
      "description": "Sets the value in the stencil buffer to the reference value, set using render.SetStencilReferenceValue."
    },
    {
      "name": "STENCILOPERATION_INCRSAT",
      "value": "4",
      "family": "STENCILOPERATION",
      "realm": "client",
      "description": "Increments the value in the stencil buffer by 1, clamping the result."
    },
    {
      "name": "STENCILOPERATION_DECRSAT",
      "value": "5",
      "family": "STENCILOPERATION",
      "realm": "client",
      "description": "Decrements the value in the stencil buffer by 1, clamping the result."
    },
    {
      "name": "STENCILOPERATION_INVERT",
      "value": "6",
      "family": "STENCILOPERATION",
      "realm": "client",
      "description": "Inverts the value in the stencil buffer."
    },
    {
      "name": "STENCILOPERATION_INCR",
      "value": "7",
      "family": "STENCILOPERATION",
      "realm": "client",
      "description": "Increments the value in the stencil buffer by 1, wrapping around on overflow."
    },
    {
      "name": "STENCILOPERATION_DECR",
      "value": "8",
      "family": "STENCILOPERATION",
      "realm": "client",
      "description": "Decrements the value in the stencil buffer by 1, wrapping around on overflow."
    },
    {
      "name": "STEPSOUNDTIME_NORMAL",
      "value": "0",
      "family": "STEPSOUNDTIME",
      "realm": "shared",
      "description": "Normal step"
    },
    {
      "name": "STEPSOUNDTIME_ON_LADDER",
      "value": "1",
      "family": "STEPSOUNDTIME",
      "realm": "shared",
      "description": "Step on ladder"
    },
    {
      "name": "STEPSOUNDTIME_WATER_KNEE",
      "value": "2",
      "family": "STEPSOUNDTIME",
      "realm": "shared",
      "description": "Step in water, with water reaching knee"
    },
    {
      "name": "STEPSOUNDTIME_WATER_FOOT",
      "value": "3",
      "family": "STEPSOUNDTIME",
      "realm": "shared",
      "description": "Step in water, with water reaching foot"
    },
    {
      "name": "STUDIO_RENDER",
      "value": "1",
      "family": "STUDIO",
      "realm": "client",
      "description": "The current render is for opaque renderables only"
    },
    {
      "name": "STUDIO_VIEWXFORMATTACHMENTS",
      "value": "2",
      "family": "STUDIO",
      "realm": "client",
      "description": ""
    },
    {
      "name": "STUDIO_DRAWTRANSLUCENTSUBMODELS",
      "value": "4",
      "family": "STUDIO",
      "realm": "client",
      "description": "The current render is for translucent renderables only"
    },
    {
      "name": "STUDIO_TWOPASS",
      "value": "8",
      "family": "STUDIO",
      "realm": "client",
      "description": "The current render is for both opaque and translucent renderables"
    },
    {
      "name": "STUDIO_STATIC_LIGHTING",
      "value": "16",
      "family": "STUDIO",
      "realm": "client",
      "description": ""
    },
    {
      "name": "STUDIO_WIREFRAME",
      "value": "32",
      "family": "STUDIO",
      "realm": "client",
      "description": ""
    },
    {
      "name": "STUDIO_ITEM_BLINK",
      "value": "64",
      "family": "STUDIO",
      "realm": "client",
      "description": ""
    },
    {
      "name": "STUDIO_NOSHADOWS",
      "value": "128",
      "family": "STUDIO",
      "realm": "client",
      "description": ""
    },
    {
      "name": "STUDIO_WIREFRAME_VCOLLIDE",
      "value": "256",
      "family": "STUDIO",
      "realm": "client",
      "description": ""
    },
    {
      "name": "STUDIO_GENERATE_STATS",
      "value": "16777216",
      "family": "STUDIO",
      "realm": "client",
      "description": "Not a studio flag, but used to flag when we want studio stats"
    },
    {
      "name": "STUDIO_SSAODEPTHTEXTURE",
      "value": "134217728",
      "family": "STUDIO",
      "realm": "client",
      "description": "Not a studio flag, but used to flag model as using shadow depth material override"
    },
    {
      "name": "STUDIO_SHADOWDEPTHTEXTURE",
      "value": "1073741824",
      "family": "STUDIO",
      "realm": "client",
      "description": "Not a studio flag, but used to flag model as using shadow depth material override"
    },
    {
      "name": "STUDIO_TRANSPARENCY",
      "value": "2147483648",
      "family": "STUDIO",
      "realm": "client",
      "description": "Not a studio flag, but used to flag model as a non-sorting brush model"
    },
    {
      "name": "SURF_LIGHT",
      "value": "1",
      "family": "SURF",
      "realm": "shared",
      "description": "Value will hold the light strength"
    },
    {
      "name": "SURF_SKY2D",
      "value": "2",
      "family": "SURF",
      "realm": "shared",
      "description": "The surface is a 2D skybox"
    },
    {
      "name": "SURF_SKY",
      "value": "4",
      "family": "SURF",
      "realm": "shared",
      "description": "This surface is a skybox, equivalent to HitSky in Structures/TraceResult"
    },
    {
      "name": "SURF_WARP",
      "value": "8",
      "family": "SURF",
      "realm": "shared",
      "description": "This surface is animated water"
    },
    {
      "name": "SURF_TRANS",
      "value": "16",
      "family": "SURF",
      "realm": "shared",
      "description": "This surface is translucent"
    },
    {
      "name": "SURF_NOPORTAL",
      "value": "32",
      "family": "SURF",
      "realm": "shared",
      "description": "This surface cannot have portals placed on, used by Portal's gun"
    },
    {
      "name": "SURF_TRIGGER",
      "value": "64",
      "family": "SURF",
      "realm": "shared",
      "description": "This surface is a trigger"
    },
    {
      "name": "SURF_NODRAW",
      "value": "128",
      "family": "SURF",
      "realm": "shared",
      "description": "This surface is an invisible entity, equivalent to HitNoDraw in Structures/TraceResult"
    },
    {
      "name": "SURF_HINT",
      "value": "256",
      "family": "SURF",
      "realm": "shared",
      "description": "Make a primary bsp splitter"
    },
    {
      "name": "SURF_SKIP",
      "value": "512",
      "family": "SURF",
      "realm": "shared",
      "description": "This surface can be ignored by impact effects"
    },
    {
      "name": "SURF_NOLIGHT",
      "value": "1024",
      "family": "SURF",
      "realm": "shared",
      "description": "This surface has no lights calculated"
    },
    {
      "name": "SURF_BUMPLIGHT",
      "value": "2048",
      "family": "SURF",
      "realm": "shared",
      "description": "Calculate three lightmaps for the surface for bumpmapping"
    },
    {
      "name": "SURF_NOSHADOWS",
      "value": "4096",
      "family": "SURF",
      "realm": "shared",
      "description": "No shadows are cast on this surface"
    },
    {
      "name": "SURF_NODECALS",
      "value": "8192",
      "family": "SURF",
      "realm": "shared",
      "description": "No decals are applied to this surface"
    },
    {
      "name": "SURF_NOCHOP",
      "value": "16384",
      "family": "SURF",
      "realm": "shared",
      "description": "Don't subdivide patches on this surface"
    },
    {
      "name": "SURF_HITBOX",
      "value": "32768",
      "family": "SURF",
      "realm": "shared",
      "description": "This surface is part of an entity's hitbox"
    },
    {
      "name": "TASKSTATUS_NEW",
      "value": "0",
      "family": "TASKSTATUS",
      "realm": "server",
      "description": "Just started"
    },
    {
      "name": "TASKSTATUS_RUN_MOVE_AND_TASK",
      "value": "1",
      "family": "TASKSTATUS",
      "realm": "server",
      "description": "Running task & movement."
    },
    {
      "name": "TASKSTATUS_RUN_MOVE",
      "value": "2",
      "family": "TASKSTATUS",
      "realm": "server",
      "description": "Just running movement."
    },
    {
      "name": "TASKSTATUS_RUN_TASK",
      "value": "3",
      "family": "TASKSTATUS",
      "realm": "server",
      "description": "Just running task."
    },
    {
      "name": "TASKSTATUS_COMPLETE",
      "value": "4",
      "family": "TASKSTATUS",
      "realm": "server",
      "description": "Completed, get next task."
    },
    {
      "name": "TEAM_CONNECTING",
      "value": "0",
      "family": "TEAM",
      "realm": "shared",
      "description": "Connecting team ID, set when player connects to the server"
    },
    {
      "name": "TEAM_UNASSIGNED",
      "value": "1001",
      "family": "TEAM",
      "realm": "shared",
      "description": "Unassigned team ID, set right after player connected"
    },
    {
      "name": "TEAM_SPECTATOR",
      "value": "1002",
      "family": "TEAM",
      "realm": "shared",
      "description": "Spectator team ID"
    },
    {
      "name": "TEXFILTER.NONE",
      "value": "0",
      "family": "TEXFILTER",
      "realm": "shared, menu",
      "description": "Disables any filter override."
    },
    {
      "name": "TEXFILTER.POINT",
      "value": "1",
      "family": "TEXFILTER",
      "realm": "shared, menu",
      "description": "Point sampling, no interpolation."
    },
    {
      "name": "TEXFILTER.LINEAR",
      "value": "2",
      "family": "TEXFILTER",
      "realm": "shared, menu",
      "description": "Basic interpolation between 2 samples."
    },
    {
      "name": "TEXFILTER.ANISOTROPIC",
      "value": "3",
      "family": "TEXFILTER",
      "realm": "shared, menu",
      "description": "Highest quality filter. Most useful for textures on 3D geometry."
    },
    {
      "name": "TEXTUREFLAGS_POINTSAMPLE",
      "value": "1",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Low quality, \"pixel art\" texture filtering."
    },
    {
      "name": "TEXTUREFLAGS_TRILINEAR",
      "value": "2",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Medium quality texture filtering."
    },
    {
      "name": "TEXTUREFLAGS_CLAMPS",
      "value": "4",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Clamp S coordinates."
    },
    {
      "name": "TEXTUREFLAGS_CLAMPT",
      "value": "8",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Clamp T coordinates."
    },
    {
      "name": "TEXTUREFLAGS_ANISOTROPIC",
      "value": "16",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "High quality texture filtering."
    },
    {
      "name": "TEXTUREFLAGS_HINT_DXT5",
      "value": "32",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Used in skyboxes. Makes sure edges are seamless."
    },
    {
      "name": "TEXTUREFLAGS_PWL_CORRECTED",
      "value": "64",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Purpose unknown."
    },
    {
      "name": "TEXTUREFLAGS_NORMAL",
      "value": "128",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Texture is a normal map."
    },
    {
      "name": "TEXTUREFLAGS_NOMIP",
      "value": "256",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Render largest mipmap only. (Does not delete existing mipmaps, just disables them.)"
    },
    {
      "name": "TEXTUREFLAGS_NOLOD",
      "value": "512",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Not affected by texture resolution settings."
    },
    {
      "name": "TEXTUREFLAGS_ALL_MIPS",
      "value": "1024",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "No Minimum Mipmap"
    },
    {
      "name": "TEXTUREFLAGS_PROCEDURAL",
      "value": "2048",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Texture is an procedural texture (code can modify it)."
    },
    {
      "name": "TEXTUREFLAGS_ONEBITALPHA",
      "value": "4096",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "One bit alpha channel used."
    },
    {
      "name": "TEXTUREFLAGS_EIGHTBITALPHA",
      "value": "8192",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Eight bit alpha channel used."
    },
    {
      "name": "TEXTUREFLAGS_ENVMAP",
      "value": "16384",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Texture is an environment map."
    },
    {
      "name": "TEXTUREFLAGS_RENDERTARGET",
      "value": "32768",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Texture is a render target."
    },
    {
      "name": "TEXTUREFLAGS_DEPTHRENDERTARGET",
      "value": "65536",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Texture is a depth render target."
    },
    {
      "name": "TEXTUREFLAGS_NODEBUGOVERRIDE",
      "value": "131072",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": ""
    },
    {
      "name": "TEXTUREFLAGS_SINGLECOPY",
      "value": "262144",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": ""
    },
    {
      "name": "TEXTUREFLAGS_STAGING_MEMORY",
      "value": "524288",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Aka TEXTUREFLAGS_UNUSED_00080000"
    },
    {
      "name": "TEXTUREFLAGS_IMMEDIATE_CLEANUP",
      "value": "1048576",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Immediately destroy this texture when its reference count hits zero. Aka TEXTUREFLAGS_UNUSED_00100000"
    },
    {
      "name": "TEXTUREFLAGS_IGNORE_PICMIP",
      "value": "2097152",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Aka TEXTUREFLAGS_UNUSED_00200000"
    },
    {
      "name": "TEXTUREFLAGS_UNUSED_00400000",
      "value": "4194304",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": ""
    },
    {
      "name": "TEXTUREFLAGS_NODEPTHBUFFER",
      "value": "8388608",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Do not buffer for Video Processing, generally render distance."
    },
    {
      "name": "TEXTUREFLAGS_UNUSED_01000000",
      "value": "16777216",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": ""
    },
    {
      "name": "TEXTUREFLAGS_CLAMPU",
      "value": "33554432",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Clamp U coordinates (for volumetric textures)."
    },
    {
      "name": "TEXTUREFLAGS_VERTEXTEXTURE",
      "value": "67108864",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Usable as a vertex texture"
    },
    {
      "name": "TEXTUREFLAGS_SSBUMP",
      "value": "134217728",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Texture is a SSBump. (SSB)"
    },
    {
      "name": "TEXTUREFLAGS_UNUSED_10000000",
      "value": "268435456",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": ""
    },
    {
      "name": "TEXTUREFLAGS_BORDER",
      "value": "536870912",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Clamp to border colour on all texture coordinates"
    },
    {
      "name": "TEXTUREFLAGS_STREAMABLE_COARSE",
      "value": "1073741824",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Aka TEXTUREFLAGS_UNUSED_40000000"
    },
    {
      "name": "TEXTUREFLAGS_STREAMABLE_FINE",
      "value": "2147483648",
      "family": "TEXTUREFLAGS",
      "realm": "client",
      "description": "Aka TEXTUREFLAGS_UNUSED_80000000"
    },
    {
      "name": "TEXT_ALIGN_LEFT",
      "value": "0",
      "family": "TEXT_ALIGN",
      "realm": "shared",
      "description": "Align the text on the left"
    },
    {
      "name": "TEXT_ALIGN_CENTER",
      "value": "1",
      "family": "TEXT_ALIGN",
      "realm": "shared",
      "description": "Align the text in center"
    },
    {
      "name": "TEXT_ALIGN_RIGHT",
      "value": "2",
      "family": "TEXT_ALIGN",
      "realm": "shared",
      "description": "Align the text on the right"
    },
    {
      "name": "TEXT_ALIGN_TOP",
      "value": "3",
      "family": "TEXT_ALIGN",
      "realm": "shared",
      "description": "Align the text on the top"
    },
    {
      "name": "TEXT_ALIGN_BOTTOM",
      "value": "4",
      "family": "TEXT_ALIGN",
      "realm": "shared",
      "description": "Align the text on the bottom"
    },
    {
      "name": "TEXT_FILTER_UNKNOWN",
      "value": "0",
      "family": "TEXT_FILTER",
      "realm": "client",
      "description": "Unknown context."
    },
    {
      "name": "TEXT_FILTER_GAME_CONTENT",
      "value": "1",
      "family": "TEXT_FILTER",
      "realm": "client",
      "description": "Game content, only legally required filtering is performed."
    },
    {
      "name": "TEXT_FILTER_CHAT",
      "value": "2",
      "family": "TEXT_FILTER",
      "realm": "client",
      "description": "Chat from another player."
    },
    {
      "name": "TEXT_FILTER_NAME",
      "value": "3",
      "family": "TEXT_FILTER",
      "realm": "client",
      "description": "Character or item name."
    },
    {
      "name": "TRACER_NONE",
      "value": "0",
      "family": "TRACER",
      "realm": "shared",
      "description": "Generates no tracer effects"
    },
    {
      "name": "TRACER_LINE",
      "value": "1",
      "family": "TRACER",
      "realm": "shared",
      "description": "Generates tracer effects"
    },
    {
      "name": "TRACER_RAIL",
      "value": "2",
      "family": "TRACER",
      "realm": "shared",
      "description": "Unused."
    },
    {
      "name": "TRACER_BEAM",
      "value": "3",
      "family": "TRACER",
      "realm": "shared",
      "description": "Unused."
    },
    {
      "name": "TRACER_LINE_AND_WHIZ",
      "value": "4",
      "family": "TRACER",
      "realm": "shared",
      "description": "Generates tracer and makes whizzing noises if the bullet flies past the player being shot at"
    },
    {
      "name": "TRANSMIT_ALWAYS",
      "value": "0",
      "family": "TRANSMIT",
      "realm": "shared",
      "description": "Always transmit the entity"
    },
    {
      "name": "TRANSMIT_NEVER",
      "value": "1",
      "family": "TRANSMIT",
      "realm": "shared",
      "description": "Never transmit the entity, default for point entities"
    },
    {
      "name": "TRANSMIT_PVS",
      "value": "2",
      "family": "TRANSMIT",
      "realm": "shared",
      "description": "Transmit when entity is in players [PVS (Potential Visibility Set)](https://developer.valvesoftware.com/wiki/PVS \"PVS - Valve Developer Community\")"
    },
    {
      "name": "TYPE_NONE",
      "value": "-1",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "Invalid type"
    },
    {
      "name": "TYPE_INVALID",
      "value": "-1",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "Use TYPE_NONE"
    },
    {
      "name": "TYPE_NIL",
      "value": "0",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "nil"
    },
    {
      "name": "TYPE_BOOL",
      "value": "1",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "boolean"
    },
    {
      "name": "TYPE_LIGHTUSERDATA",
      "value": "2",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "userdata#lightuserdata"
    },
    {
      "name": "TYPE_NUMBER",
      "value": "3",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "number"
    },
    {
      "name": "TYPE_STRING",
      "value": "4",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "string"
    },
    {
      "name": "TYPE_TABLE",
      "value": "5",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "table"
    },
    {
      "name": "TYPE_FUNCTION",
      "value": "6",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "function"
    },
    {
      "name": "TYPE_USERDATA",
      "value": "7",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "userdata"
    },
    {
      "name": "TYPE_THREAD",
      "value": "8",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "thread"
    },
    {
      "name": "TYPE_ENTITY",
      "value": "9",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "Entity and entity sub-classes including Player, Weapon, NPC, Vehicle, CSEnt, and NextBot"
    },
    {
      "name": "TYPE_VECTOR",
      "value": "10",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "Vector"
    },
    {
      "name": "TYPE_ANGLE",
      "value": "11",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "Angle"
    },
    {
      "name": "TYPE_PHYSOBJ",
      "value": "12",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "PhysObj"
    },
    {
      "name": "TYPE_SAVE",
      "value": "13",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "ISave"
    },
    {
      "name": "TYPE_RESTORE",
      "value": "14",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "IRestore"
    },
    {
      "name": "TYPE_DAMAGEINFO",
      "value": "15",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "CTakeDamageInfo"
    },
    {
      "name": "TYPE_EFFECTDATA",
      "value": "16",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "CEffectData"
    },
    {
      "name": "TYPE_MOVEDATA",
      "value": "17",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "CMoveData"
    },
    {
      "name": "TYPE_RECIPIENTFILTER",
      "value": "18",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "CRecipientFilter"
    },
    {
      "name": "TYPE_USERCMD",
      "value": "19",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "CUserCmd"
    },
    {
      "name": "TYPE_SCRIPTEDVEHICLE",
      "value": "20",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "Leftover from GMod 13 Beta"
    },
    {
      "name": "TYPE_MATERIAL",
      "value": "21",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "IMaterial"
    },
    {
      "name": "TYPE_PANEL",
      "value": "22",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "Panel"
    },
    {
      "name": "TYPE_PARTICLE",
      "value": "23",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "CLuaParticle"
    },
    {
      "name": "TYPE_PARTICLEEMITTER",
      "value": "24",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "CLuaEmitter"
    },
    {
      "name": "TYPE_TEXTURE",
      "value": "25",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "ITexture"
    },
    {
      "name": "TYPE_USERMSG",
      "value": "26",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "bf_read"
    },
    {
      "name": "TYPE_CONVAR",
      "value": "27",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "ConVar"
    },
    {
      "name": "TYPE_IMESH",
      "value": "28",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "IMesh"
    },
    {
      "name": "TYPE_MATRIX",
      "value": "29",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "VMatrix"
    },
    {
      "name": "TYPE_SOUND",
      "value": "30",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "CSoundPatch"
    },
    {
      "name": "TYPE_PIXELVISHANDLE",
      "value": "31",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "pixelvis_handle_t"
    },
    {
      "name": "TYPE_DLIGHT",
      "value": "32",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "dlight_t. Metatable of a Structures/DynamicLight"
    },
    {
      "name": "TYPE_VIDEO",
      "value": "33",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "IVideoWriter"
    },
    {
      "name": "TYPE_FILE",
      "value": "34",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "File"
    },
    {
      "name": "TYPE_LOCOMOTION",
      "value": "35",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "CLuaLocomotion"
    },
    {
      "name": "TYPE_PATH",
      "value": "36",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "PathFollower"
    },
    {
      "name": "TYPE_NAVAREA",
      "value": "37",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "CNavArea"
    },
    {
      "name": "TYPE_SOUNDHANDLE",
      "value": "38",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "IGModAudioChannel"
    },
    {
      "name": "TYPE_NAVLADDER",
      "value": "39",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "CNavLadder"
    },
    {
      "name": "TYPE_PARTICLESYSTEM",
      "value": "40",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "CNewParticleEffect"
    },
    {
      "name": "TYPE_PROJECTEDTEXTURE",
      "value": "41",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "ProjectedTexture"
    },
    {
      "name": "TYPE_PHYSCOLLIDE",
      "value": "42",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "PhysCollide"
    },
    {
      "name": "TYPE_SURFACEINFO",
      "value": "43",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "SurfaceInfo"
    },
    {
      "name": "TYPE_COUNT",
      "value": "44",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "Amount of TYPE_* enums"
    },
    {
      "name": "TYPE_COLOR",
      "value": "255",
      "family": "TYPE",
      "realm": "shared, menu",
      "description": "Metatable of a Color. This doesn't actually represent a unique type returned by Global.TypeID, but instead is a hack for networking colors with net.WriteType."
    },
    {
      "name": "USE_OFF",
      "value": "0",
      "family": "USE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "USE_ON",
      "value": "1",
      "family": "USE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "USE_SET",
      "value": "2",
      "family": "USE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "USE_TOGGLE",
      "value": "3",
      "family": "USE",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "VIEW_MAIN",
      "value": "0",
      "family": "VIEW",
      "realm": "client",
      "description": "Default value"
    },
    {
      "name": "VIEW_3DSKY",
      "value": "1",
      "family": "VIEW",
      "realm": "client",
      "description": "3D skybox"
    },
    {
      "name": "VIEW_MONITOR",
      "value": "2",
      "family": "VIEW",
      "realm": "client",
      "description": "Rendering for `_rt_Camera` base texture material (`func_monitor`, `info_camera_link`)."
    },
    {
      "name": "VIEW_REFLECTION",
      "value": "3",
      "family": "VIEW",
      "realm": "client",
      "description": "Water reflection"
    },
    {
      "name": "VIEW_REFRACTION",
      "value": "4",
      "family": "VIEW",
      "realm": "client",
      "description": "Water refraction"
    },
    {
      "name": "VIEW_INTRO_PLAYER",
      "value": "5",
      "family": "VIEW",
      "realm": "client",
      "description": "Used by `script_intro` entity."
    },
    {
      "name": "VIEW_INTRO_CAMERA",
      "value": "6",
      "family": "VIEW",
      "realm": "client",
      "description": "Used by `script_intro` entity."
    },
    {
      "name": "VIEW_SHADOW_DEPTH_TEXTURE",
      "value": "7",
      "family": "VIEW",
      "realm": "client",
      "description": "Internally used for Global.ProjectedTexture and flashlight."
    },
    {
      "name": "VIEW_SSAO",
      "value": "8",
      "family": "VIEW",
      "realm": "client",
      "description": "For SSAO depth. Can be accessed via render.GetResolvedFullFrameDepth."
    },
    {
      "name": "WEAPON_PROFICIENCY_POOR",
      "value": "0",
      "family": "WEAPON_PROFICIENCY",
      "realm": "shared",
      "description": "The NPC will miss a large majority of their shots."
    },
    {
      "name": "WEAPON_PROFICIENCY_AVERAGE",
      "value": "1",
      "family": "WEAPON_PROFICIENCY",
      "realm": "shared",
      "description": "The NPC will miss about half of their shots."
    },
    {
      "name": "WEAPON_PROFICIENCY_GOOD",
      "value": "2",
      "family": "WEAPON_PROFICIENCY",
      "realm": "shared",
      "description": "The NPC will sometimes miss their shots."
    },
    {
      "name": "WEAPON_PROFICIENCY_VERY_GOOD",
      "value": "3",
      "family": "WEAPON_PROFICIENCY",
      "realm": "shared",
      "description": "The NPC will rarely miss their shots."
    },
    {
      "name": "WEAPON_PROFICIENCY_PERFECT",
      "value": "4",
      "family": "WEAPON_PROFICIENCY",
      "realm": "shared",
      "description": "The NPC will almost never miss their shots."
    },
    {
      "name": "CONTINUOUS_USE",
      "value": "0",
      "family": "_USE",
      "realm": "shared",
      "description": "Fire a Enums/USE signal every tick as long as the player holds their use key and aims at the target."
    },
    {
      "name": "ONOFF_USE",
      "value": "1",
      "family": "_USE",
      "realm": "shared",
      "description": "Fires a Enums/USE signal when starting to use an entity, and a Enums/USE signal when letting go. There is no guarantee to receive both ON and OFF signals. A signal will only be sent when pushing or..."
    },
    {
      "name": "DIRECTIONAL_USE",
      "value": "2",
      "family": "_USE",
      "realm": "shared",
      "description": "Like a wheel turning."
    },
    {
      "name": "SIMPLE_USE",
      "value": "3",
      "family": "_USE",
      "realm": "shared",
      "description": "Fire a Enums/USE signal only once when player presses their use key while aiming at the target."
    },
    {
      "name": "kRenderFxNone",
      "value": "0",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "None. No change."
    },
    {
      "name": "kRenderFxPulseSlow",
      "value": "1",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "Slowly pulses the entitys transparency, +-15 to the current alpha."
    },
    {
      "name": "kRenderFxPulseFast",
      "value": "2",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "Quickly pulses the entitys transparency, +-15 to the current alpha."
    },
    {
      "name": "kRenderFxPulseSlowWide",
      "value": "3",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "Slowly pulses the entitys transparency, +-60 to the current alpha."
    },
    {
      "name": "kRenderFxPulseFastWide",
      "value": "4",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "Quickly pulses the entitys transparency, +-60 to the current alpha."
    },
    {
      "name": "kRenderFxFadeSlow",
      "value": "5",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "Slowly fades away the entity, making it completely invisible over 3 seconds. Starts from whatever alpha the entity currently has set."
    },
    {
      "name": "kRenderFxFadeFast",
      "value": "6",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "Quickly fades away the entity, making it completely invisible. Starts from whatever alpha the entity currently has set."
    },
    {
      "name": "kRenderFxSolidSlow",
      "value": "7",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "Slowly solidifies the entity, making it fully opaque. Starts from whatever alpha the entity currently has set."
    },
    {
      "name": "kRenderFxSolidFast",
      "value": "8",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "Quickly solidifies the entity, making it fully opaque. Starts from whatever alpha the entity currently has set."
    },
    {
      "name": "kRenderFxStrobeSlow",
      "value": "9",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "Slowly switches the entitys transparency between its alpha and 0."
    },
    {
      "name": "kRenderFxStrobeFast",
      "value": "10",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "Quickly switches the entitys transparency between its alpha and 0."
    },
    {
      "name": "kRenderFxStrobeFaster",
      "value": "11",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "Very quickly switches the entitys transparency between its alpha and 0."
    },
    {
      "name": "kRenderFxFlickerSlow",
      "value": "12",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "Same as Strobe Slow, but the interval is more randomized."
    },
    {
      "name": "kRenderFxFlickerFast",
      "value": "13",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "Same as Strobe Fast, but the interval is more randomized."
    },
    {
      "name": "kRenderFxNoDissipation",
      "value": "14",
      "family": "kRenderFx",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "kRenderFxDistort",
      "value": "15",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "Flickers ( randomizes ) the entitys transparency"
    },
    {
      "name": "kRenderFxHologram",
      "value": "16",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "Same as Distort, but fades the entity away the farther you are from it."
    },
    {
      "name": "kRenderFxExplode",
      "value": "17",
      "family": "kRenderFx",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "kRenderFxGlowShell",
      "value": "18",
      "family": "kRenderFx",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "kRenderFxClampMinScale",
      "value": "19",
      "family": "kRenderFx",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "kRenderFxEnvRain",
      "value": "20",
      "family": "kRenderFx",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "kRenderFxEnvSnow",
      "value": "21",
      "family": "kRenderFx",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "kRenderFxSpotlight",
      "value": "22",
      "family": "kRenderFx",
      "realm": "shared",
      "description": ""
    },
    {
      "name": "kRenderFxRagdoll",
      "value": "23",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "Is ragdoll, can be set to force an entity to create a clientside ragdoll."
    },
    {
      "name": "kRenderFxPulseFastWider",
      "value": "24",
      "family": "kRenderFx",
      "realm": "shared",
      "description": "Quickly pulses the entitys transparency, from 0 to 255."
    }
  ]
}
