func_block_dm_spawns
Jump to navigation
Jump to search
This entity is not in the stock FGD files by default.
|
Code classes:
CFuncBlockDMSpawns
CFuncBrush
CBaseEntity
(all ents)
func_block_dm_spawns
is a brush entity present in Counter-Strike: Global Offensive. Blocks deathmatch spawns. Does so inside its bounding box, so if the entity is made of multiple brushes, it will also affect some areas outside the brushes themselves. Use this when info_map_parameters
has Disable Autogenerated DM Spawns? (disableautogenerateddmspawns)
set to No and the game is creating bad spawns. Cannot be disabled despite having a disable input.
FGD Code[edit | edit source]
@SolidClass = func_block_dm_spawns : "Blocks deathmatch spawns. Does so inside its bounding box (https://developer.valvesoftware.com/wiki/Bounding_box), so if the entity is made of multiple brushes, it will also affect some areas outside the brushes themselves. Use this when info_map_parameters has 'Disable Autogenerated DM Spawns?' set to No and the game is creating bad spawns." []