prop_scalable
		
		
		
		Jump to navigation
		Jump to search
		

 
|  Class hierarchy | 
|---|
| CPropScalable | 
|  prop_scalable.cpp | 
prop_scalable  is a   point entity  available in  Half-Life 2,
 Half-Life 2,  Half-Life 2: Episode One, and
 Half-Life 2: Episode One, and  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.
 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.
Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentnameortarget).
 Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
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.
 Note:Changing the size is not able via variables (e.g., math_counter). You can set the different sizes in a logic_case to get a near-blend between different sizes. Note:Changing the size is not able via variables (e.g., math_counter). You can set the different sizes in a logic_case to get a near-blend between different sizes.
 Idea:Rare inputs taking a vector which can take logic_lineto's Line output. Idea:Rare inputs taking a vector which can take logic_lineto's Line output.
Categories: 
- CBaseAnimating
- Point entities
- Non-internal Half-Life 2 entities
- Half-Life 2 entities
- Half-Life 2 point entities
- Non-internal Half-Life 2: Episode One entities
- Half-Life 2: Episode One entities
- Half-Life 2: Episode One point entities
- Non-internal Half-Life 2: Episode Two entities
- Half-Life 2: Episode Two entities
- Half-Life 2: Episode Two point entities
- Pages with uncategorized bugs
- Prop entities
























