Template:O BasePropPhysics: Difference between revisions
Jump to navigation
Jump to search
m ({{plact}}) |
m (ep1 add) |
||
Line 5: | Line 5: | ||
: Fired when this entity becomes awake (collision/force is applied to it while it's asleep). | : Fired when this entity becomes awake (collision/force is applied to it while it's asleep). | ||
* '''OnPhysGunPickup''' | * '''OnPhysGunPickup''' | ||
: Fired when the player picks up the prop with the physcannon or +USE. {{plact}} | : Fired when the player picks up the prop with the physcannon or +USE. {{plact}} {{ep1 add|Deprecated}} | ||
* '''OnPhysGunDrop''' | * '''OnPhysGunDrop''' | ||
: Fired when the player drops the prop with the physcannon or +USE. {{plact}} | : Fired when the player drops the prop with the physcannon or +USE. {{plact}} | ||
* '''OnPlayerUse''' | * '''OnPlayerUse''' | ||
: Fired when the player tries to +USE the physbox. This output will fire only if the ''Generate output on +USE'' spawnflag is set. {{plact}} | : Fired when the player tries to +USE the physbox. This output will fire only if the ''Generate output on +USE'' spawnflag is set. {{plact}} | ||
* '''{{ep1 add|OnPhysGunOnlyPickup}}''' | |||
: Fired when a player picks this object up WITH THE PHYSGUN. +USE pickups do not fire this output. | |||
* '''{{ep1 add|OnPlayerPickup}}''' | |||
: Fired whenever the player picks up this prop (with the physcannon or with +USE). |
Revision as of 16:14, 5 August 2006
- OnMotionEnabled
- Fired when motion is enabled on this prop, either via the Health Level to Override Motion keyvalue or from the EnableMotion input.
- OnAwakened
- Fired when this entity becomes awake (collision/force is applied to it while it's asleep).
- OnPhysGunPickup
- Fired when the player picks up the prop with the physcannon or +USE. Template:Plact Template:Ep1 add
- OnPhysGunDrop
- Fired when the player drops the prop with the physcannon or +USE. Template:Plact
- OnPlayerUse
- Fired when the player tries to +USE the physbox. This output will fire only if the Generate output on +USE spawnflag is set. Template:Plact
- Fired when a player picks this object up WITH THE PHYSGUN. +USE pickups do not fire this output.
- Fired whenever the player picks up this prop (with the physcannon or with +USE).