Template:KV BasePropPhysics
Jump to navigation
Jump to search

|nofgd=1
will result in everything being marked !FGD.{{{noscroll}}} will be relayed to Template:ScrollBox.BasePropPhysics:
- Physics Impact Damage Scale (physdamagescale) <float>
- Multiplies damage received from physics impacts. 0 means the feature is disabled for backwards compatibility.
- Impact damage type (Damagetype) <boolean>
- If true (1), damage type is sharp and the object can slice others.
- Damaging it Doesn't Push It (nodamageforces) <boolean>
- Whether damaging the entity applies force to it.
- Scale Factor For Inertia (inertiascale) <float>
- Scales the angular mass of an object. Used to hack angular damage and collision response.
Confirm:Doesn't actually affect inertia?
- Mass Scale (massscale) <float>
- Multiplier for the object's mass.
- Override Parameters (overridescript) <string>
- A list of physics keyvalues that are usually embedded in the model. Format is
key,value,key,value,…
.
- Health Level to Override Motion (damagetoenablemotion) <integer>
- If specified, this object will start with motion disabled. Once its health has dropped below this specified amount, it will enable motion.
- Physics Impact Force to Override Motion (forcetoenablemotion) <float>
- If specified, this object will start motion disabled. Any impact that imparts a force greater than this value will enable motion.
GMODSandbox:
- Allow Physics Gun (gmod_allowphysgun) <boolean> (only in
)
- If set, players cannot use Physics Gun on this entity.
- Sandbox Tool Whitelist (gmod_allowtools) <string> (only in
)
- If set, only given tools can be used on this entity. You need to supply the tool class names, the names of the
.lua
files of those tools. This also includes the context menu properties!
