func_block_dm_spawns

From Source Entities
Jump to navigation Jump to search
Info.png

This entity is not in the stock FGD files by default.
See below for instructions on making it available.

Code classes:

Trigger.png

func_block_dm_spawns is a brush entity present in Csgo-small.pngCounter-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." []