Template:KV Targetname null: Difference between revisions
Jump to navigation
Jump to search
SirYodaJedi (talk | contribs) No edit summary |
SirYodaJedi (talk | contribs) (Not sure why I removed that) |
||
| (9 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[[Category:Keyvalue Templates]] | [[Category:Keyvalue Templates]] | ||
{{see also|{{t|KV Targetname}}, for entities that exist at runtime}} | {{see also|{{t|KV Targetname}}, for entities that exist at runtime}} | ||
; {{code|<nowiki>{{KV Targetname null}}</nowiki>}} | |||
<onlyinclude>{{#if:{{{vbsp only|}}} | <onlyinclude>{{#if:{{{vbsp only|}}} | ||
| {{ | | {{KV|[[targetname|Name]]|intn=targetname|target_source|Name of this entity. Can be used by compile tools as a [[prop_static]]'s lighting origin.<br>Also displayed in Hammer's 2D views and [[Entity Report]]. No effect in-game.}} | ||
| {{ | | {{#if:{{{hammer only|}}} | ||
}}</onlyinclude> | | {{KV|[[targetname|Name]]|intn=targetname|target_source|Name of this entity. Displayed in Hammer's 2D views and [[Entity Report]]. No effect in-game, nor in map compilers.}} | ||
| {{KV|[[targetname|Name]]|intn=targetname|target_source|Name of this entity. Can be used by compile tools as a [[light_spot|spotlight]] target or a [[prop_static]]'s lighting origin.<br>Also displayed in Hammer's 2D views and [[Entity Report]].}} | |||
}} }}</onlyinclude> | |||
; {{code|<nowiki>{{KV Targetname null|vbsp only=1}}</nowiki>}} | |||
{{KV Targetname null|vbsp only=1}} | {{KV Targetname null|vbsp only=1}} | ||
:{{wikinote|As most internal entities except info_lighting are stripped from the entity lump by VBSP ''before'' static props lighting origins are set, this should only be used for info_lighting and TeamSpen's postcompiler entities.}} | |||
; {{code|<nowiki>{{KV Targetname null|hammer only=1}}</nowiki>}} | |||
{{KV Targetname null|hammer only=1}} | |||
Latest revision as of 19:25, 2 December 2025
See also: {{KV Targetname}}, for entities that exist at runtime
{{KV Targetname null}}
- Name (targetname) <string>
- Name of this entity. Can be used by compile tools as a spotlight target or a prop_static's lighting origin.
Also displayed in Hammer's 2D views and Entity Report.
{{KV Targetname null|vbsp only=1}}
- Name (targetname) <string>
- Name of this entity. Can be used by compile tools as a prop_static's lighting origin.
Also displayed in Hammer's 2D views and Entity Report. No effect in-game. - Wiki Note:As most internal entities except info_lighting are stripped from the entity lump by VBSP before static props lighting origins are set, this should only be used for info_lighting and TeamSpen's postcompiler entities.
{{KV Targetname null|hammer only=1}}
- Name (targetname) <string>
- Name of this entity. Displayed in Hammer's 2D views and Entity Report. No effect in-game, nor in map compilers.