prop_scalable
Jump to navigation
Jump to search
This article needs more
links to other articles to help
integrate it into the encyclopedia. Please help improve this article by adding links
that are relevant to the context within the existing text.
January 2024
January 2024
prop_scalable is an e0 available in
Half-Life 2: Episode Two. It creates a non-solid model that can be resized dynamically via inputs. It is used for the "superportal" effects at the beginning and end of the game. This entity is the successor of prop_coreball from Template:Game link.
CPropScalableclass, defined in theprop_scalable.cppfile.
Keyvalues
Inputs
- SetScaleX <vector>
- SetScaleY <vector>
- SetScaleZ <vector>
- Scales the model (local axes). Accepts either
newscale timespanornewscale, where "newscale" is a float that sets the new scale of the prop, and "timespan" is an integer number of seconds over which the size change happens. If no timespan is specified, the changes apply immediately.