Func block dm spawns: Difference between revisions
Jump to navigation
Jump to search

Note:This entity does not remove any info_deathmatch_spawn entities that are already inside the AABB of this entity!
Note:This entity starts invisible and non-solid. All
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.) |
(Rewrite Template:Lang to Template:LanguageBar. This action was performed by a bot.) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{LanguageBar}}{{subpage|[[CS:GO Game Modes/Deathmatch]]}} | |||
{{ent not in fgd}} | {{ent not in fgd}} | ||
{{CD|CFuncBlockDMSpawns|CFuncBrush}} | {{CD|CFuncBlockDMSpawns|CFuncBrush}} | ||
Line 9: | Line 9: | ||
If random deathmatch spawns are disabled with {{ent|info_map_parameters}}, then this entity has no effect. | If random deathmatch spawns are disabled with {{ent|info_map_parameters}}, then this entity has no effect. | ||
{{Note|This entity '''does not remove''' any <tt>info_deathmatch_spawn</tt> entities that are already inside the AABB of this entity!}} | {{Note|This entity '''does not remove''' any <tt>info_deathmatch_spawn</tt> entities that are already inside the AABB of this entity!}} | ||
{{ | {{otherKIO|func_brush|This entity starts invisible and non-solid. All}} | ||
==FGD Code== | ==FGD Code== |
Latest revision as of 17:55, 18 July 2025


![]() |
---|
CFuncBlockDMSpawns |
func_block_dm_spawns
is a brush entity available in Counter-Strike: Global Offensive.
Entity Description
This entity is used to block randomly generated player spawns, typically for Deathmatch.
Any potential origin for an info_deathmatch_spawn is discarded if it is inside the AABB (!) of this entity.
If random deathmatch spawns are disabled with info_map_parameters, then this entity has no effect.


Keyvalues / Inputs / Outputs
are same as func_brush.FGD Code
The SetExcluded
and SetInvert
inputs have been omitted because they have no effect in .
@SolidClass base(Targetname, Parentname) = func_block_dm_spawns: "This entity is used to block randomly generated player spawns, typically for Deathmatch.\n" + "Any potential origin for an info_deathmatch_spawn is discarded if it is inside the AABB (!) of this entity.\n" + "If random deathmatch spawns are disabled with info_map_parameters, then this entity has no effect." [ ]