Template:O BasePropPhysics
BasePropPhysics:
OnMotionEnabled
- Fired when motion has been enabled on the prop, either via the Health Level to Override Motion keyvalue or from the
EnableMotion
input. OnAwakened
- Fired when the prop has woken (force has been applied to it while it was asleep, or the
Wake
input has been called). OnOutOfWorld
- Fired whenever the object is detected to be outside the world. Specifically, it checks if the object is outside of the world's bounding box or if the object is traveling at over 2000 units per second in any cardinal direction.
OnPlayerUse
- Fired when the player has
+use
d the prop.

OnPhysGunDrop
- Fired when the player has dropped the prop (from either
+use
or the gravity gun).!activator
is the player. OnPlayerPickup
- Fired when the player has picked the prop up with
+use
or the gravity gun (in Half-Life 2). OnPhysGunOnlyPickup
- Fired when the player has picked the prop up with the gravity gun specifically.