* new filter: Point Entities (nongroup entities besides misc_models and lights)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user