Prop detail: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{wrongtitle|title=prop_detail}}
{{base point|prop_detail|internal=true}} It is used to manually create a [[detail prop]]. It only supports [[model]] detail props, so is rarely used.
{{base_point}}[[Category:Entities Without Targetname]]
 
==Entity Description==
A prop that doesn't move, isn't solid, and doesn't animate. This entity is built into its designated lump in the map and is not networked.
 
{{intent}}
 
* See also [[Detail Props]] and [[Prop Types Overview]]
 
 


==Keyvalues==
==Keyvalues==
* '''model'''
; model <code><[[string]]></code>
: <studio> World model (Maximum string length: 128)
: World model to appear as. Must be must be [[$staticprop]] and <code>[[UnlitGeneric]]</code> (ALL skins). Maximum string length: 128.

Revision as of 12:52, 13 November 2009

Template:Base point It is used to manually create a detail prop. It only supports model detail props, so is rarely used.

Keyvalues

model <string>
World model to appear as. Must be must be $staticprop and UnlitGeneric (ALL skins). Maximum string length: 128.