This article's documentation is for anything that uses the Source engine. Click here for more information.

Prop detail: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (→‎See also: Unicodifying, replaced: See Also → See also)
Line 6: Line 6:
{{KV|detailOrientation|intn=detailOrientation|int|{{todo}}}}
{{KV|detailOrientation|intn=detailOrientation|int|{{todo}}}}


== See Also ==
== See also ==
* [[prop_detail_sprite]]
* [[prop_detail_sprite]]

Revision as of 12:07, 8 January 2024

prop_detail is an e1 available in all Source Source games. It is used to manually create a detail prop. It only supports model detail props, so is rarely used.

AltNames.pngAltNames: This entity is also tied to detail_prop.

Keyvalues

World model (model) <model path>
World model to appear as. Must be $staticprop and UnlitGeneric (ALL skins). Maximum string length: 128.
detailOrientation (detailOrientation) <integer>
[Todo]

See also