* new filter: Point Entities (nongroup entities besides misc_models and lights)

This commit is contained in:
Garux
2020-06-12 20:41:27 +03:00
parent 1c93ac30cf
commit cc1f7ecd76
4 changed files with 19 additions and 2 deletions

View File

@@ -40,14 +40,15 @@ enum
EXCLUDE_MODELS = 0x00000800,
EXCLUDE_AREAPORTALS = 0x00001000,
EXCLUDE_TRIGGERS = 0x00002000,
EXCLUDE_CLUSTERPORTALS = 0x00004000,
EXCLUDE_CLUSTERPORTALS = 0x00004000,
EXCLUDE_TERRAIN = 0x00008000,
EXCLUDE_LIGHTGRID = 0x00010000,
EXCLUDE_STRUCTURAL = 0x00020000,
EXCLUDE_BOTCLIP = 0x00040000,
EXCLUDE_VISPORTALS = 0x00080000,
EXCLUDE_DECALS = 0x00100000,
EXCLUDE_FUNC_GROUPS = 0x00200000,
EXCLUDE_FUNC_GROUPS = 0x00200000,
EXCLUDE_POINT_ENT = 0x00400000,
};
class Filter