Info null: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Added possible use of info_null as a note keeping tool. Works well for me.)
m (Checked SDK to confirm info_null is removed at spawn, not map compile)
Line 1: Line 1:
{{wrongtitle|title=info_null}}
{{wrongtitle|title=info_null}}
==Entity Description==
==Entity Description==
This entity is removed upon the spawn (Is it compilation?) of the map. It is primarily useful as a target for pointing lights at. Another possibility is to use it during map development as a way of keeping location-based notes within the [[VMF]] file, using the entity's comments box.
This entity is removed as soon as it spawns. It is primarily useful as a target for pointing lights at. Another possibility is to use it during map development as a way of keeping location-based notes within the [[VMF]] file, using the entity's comments box.


==Keyvalues==
==Keyvalues==
* {{kv targetname}}
* {{kv targetname}}
[[Category:Entities]]
[[Category:Entities]]

Revision as of 06:49, 23 February 2006

Template:Wrongtitle

Entity Description

This entity is removed as soon as it spawns. It is primarily useful as a target for pointing lights at. Another possibility is to use it during map development as a way of keeping location-based notes within the VMF file, using the entity's comments box.

Keyvalues