Func pushable (GoldSrc): Difference between revisions
Jump to navigation
Jump to search
Warning:
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{HL1 topicon}} | {{HL1 topicon}} | ||
{{ | {{This is a|name=func_pushable|e2|engine=goldsrc}} | ||
A pushable brush object with very primitive physics. It can be thought of as the predecessor to [[func_physbox]]. It is used in {{hl|4}} and {{hls|4}}. | A pushable brush object with very primitive physics. It can be thought of as the predecessor to [[func_physbox]]. It is used in {{hl|4}} and {{hls|4}}. | ||
== Key Values == | == Key Values == | ||
{{KV|Friction|float|The amount of friction in the brush.}} | {{KV|Friction|float|The amount of friction in the brush.}} | ||
{{KV|Buoyancy|float|The amount of buoyancy in the brush.}} | {{KV|Buoyancy|float|The amount of buoyancy in the brush.}} |
Revision as of 01:19, 9 September 2023
func_pushable
is an e2 available in all GoldSrc games.

- The {{{engine}}} parameter is inconsistent with the name defined by the {{goldsrc}} template. This can most likely be fixed by setting the value of the {{{engine}}} parameter to GoldSrc.
If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.
A pushable brush object with very primitive physics. It can be thought of as the predecessor to func_physbox. It is used in Half-Life and
Half-Life: Source.
Key Values
- Hull size ([todo internal name (i)]) <choices>
- The size of the brushes' hull
Value Description 0
Point size 1
Player size 2
Big size 3
Player duck
- Target on break ([todo internal name (i)]) <targetname>
- What entity to fire an input to when this brush breaks.
- Explosion magnitude ([todo internal name (i)]) <float>
- How large should an explosion be when this brush breaks (if any)?
- Material type ([todo internal name (i)]) <choices>
- What material this brush uses. Will affect what kind of gibs are produced.
Value Description 0
Glass 1
Wood 2
Metal 3
Flesh 4
Cinder block 5
Ceiling tile 6
Computer 7
Unbreakable glass 8
Rock
- Gib model ([todo internal name (i)]) <string>
- Used to specify a custom model to use when this brush breaks.
Flags
- 128: Breakable