Template:O BasePropPhysics: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (!activator)
m ({{plact}})
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. Use !activator to target the player.
: Fired when the player picks up the prop with the physcannon or +USE. {{plact}}
* '''OnPhysGunDrop'''
* '''OnPhysGunDrop'''
: Fired when the player drops the prop with the physcannon or +USE. Use !activator to target the player.
: 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. Use !activator to target the user.
: Fired when the player tries to +USE the physbox. This output will fire only if the ''Generate output on +USE'' spawnflag is set. {{plact}}

Revision as of 19:58, 16 April 2006

Template:O targetname

  • 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
  • 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