Static prop

From Valve Cut Content
Revision as of 02:01, 29 October 2023 by CrazyBubba64 (talk | contribs) (Add static_prop)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

static_prop is the deprecated entity classname of static world props. Modern source engine games will automatically swap these out for prop_static at map compile-time.

These entities are used widely across the entire WC mappack.

In order for these props to be visible in Hammer, simply replace all usages of static_prop with prop_static