Template:I BasePropPhysics: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Replaced content with "{{note|Page left for viewable history, content moved to prop_physics}}")
Tag: Replaced
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{ScrollBox|title=BasePropPhysics|
{{note|Page left for viewable history, content moved to [[prop_physics]]}}
; <code>Wake</code>
; <code>Sleep</code>
: Manually take the prop in or out of sleep mode. Props sleep after coming to rest and wake if affected by an external force.
; <code>EnableMotion</code>
; <code>DisableMotion</code>
: Props with motion disabled will not move under any circumstances.
; <code>DisableFloating</code>
: Disable fluid/floating simulation.
; <code>SetBodyGroup <int></code>
: Set this prop's [[$bodygroup|body group]].
; <code>physdamagescale <float></code>
: Multiplies damage received from physics impacts. 0 means the feature is disabled for backwards compatibility.
; <code>EnableDamageForces</code>
; <code>DisableDamageForces</code>
: Whether damaging the entity does applies force to it.
; {{EP1 add|<code>EnablePuntSound</code>}}
; {{EP1 add|<code>DisablePuntSound</code>}}
: Allow/prevent this prop from playing its own sound when punted
{{I Studiomodel}}
{{I Targetname}}
}}

Latest revision as of 07:56, 2 July 2024

Note.pngNote:Page left for viewable history, content moved to prop_physics