func_null

From Valve Developer Community
Jump to: navigation, search

func_null is a brush entity available in Mapbase Mapbase. It is a brush version of of info_null[Why?].

Because this entity isn't removed on compile, it still counts toward the entity limit until removed on map spawn.

Keyvalues

Origin:

Origin (X Y Z) (origin) <origin>
The position of this entity's center in the world. Rotating entities typically rotate around their origin.
Name (targetname) <string>
The targetname that other entities refer to this entity by.

Internal keyvalues used by VRAD:

Shadows (vrad_brush_cast_shadows) <boolean> (in all games since Source 2007)
Determines if this entity will cast lightmap shadows.