Template:Fl BasePropPhysics

From Valve Developer Community
Revision as of 08:13, 4 May 2022 by Kestrelguy (talk | contribs) (added language bar. also some formatting.)
Jump to navigation Jump to search

BasePropPhysics:

Start Asleep : [1]
Don't take physics damage : [2]
Debris : [4]
Don't collide with the player or other debris.
Motion Disabled : [8]
Starts with motion disabled until sent EnableMotion.
Enable motion when grabbed by gravity gun : [64]
Not affected by rotor wash : [128]
Generate output on +use : [256]
Prevent pickup : [512]
Prevent motion enable on player bump. : [1024]
Debris with trigger interaction. : [4096]
Force server-side : [8192]
Multiplayer only; see sv_pushaway_clientside_size.
Gravity gun can ALWAYS pick up. No matter what. : [1048576]

BreakableProp:

Break on Touch : [16]
Break on Pressure : [32]
Will break after being stood on for PressureDelay seconds.
Note.pngNote:Some models will break instantly if this is or isn't set. (e.g. militiawindow02_breakable.mdl, window_industrial.mdl)