Static prop

From Valve Cut Content
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