Template:O BasePropPhysics: Difference between revisions
Jump to navigation
Jump to search
Note:This output (but not any of the other pickup-related ones) will fire only if the Generate output on +USE spawnflag is set.
Kestrelguy (talk | contribs) m (added language bar.) |
Kestrelguy (talk | contribs) m (accidentally broke it) |
||
| Line 13: | Line 13: | ||
-->{{#if:{{{nohl2|}}}||{{IO|OnPhysGunOnlyPickup|Fired when the player has picked the prop up with the gravity gun specifically.}}}}<!-- | -->{{#if:{{{nohl2|}}}||{{IO|OnPhysGunOnlyPickup|Fired when the player has picked the prop up with the gravity gun specifically.}}}}<!-- | ||
-->{{#if: {{{l4d2|}}}|{{IO|OnHitByTank|since=l4d2|Fired when the prop has been punched by a Tank boss infected.}} }}<!-- | -->{{#if: {{{l4d2|}}}|{{IO|OnHitByTank|since=l4d2|Fired when the prop has been punched by a Tank boss infected.}} }}<!-- | ||
-->{{#if: {{{portal2|}}} | {{O BaseAnimating|portal2=1}} | {{O BaseAnimating}}</onlyinclude>[[Category:Output Templates|BasePropPhysics]] | -->{{#if: {{{portal2|}}} | {{O BaseAnimating|portal2=1}} | {{O BaseAnimating}} }}</onlyinclude>[[Category:Output Templates|BasePropPhysics]] | ||
Revision as of 10:09, 4 May 2022
- {{{l4d2}}}: set to 1 to add the
OnHitByTankoutput. - {{{nohl2}}}: set to 1 to hide the
OnPhysGunOnlyPickupoutput. - {{{portal2}}}: set to 1 to add the
OnFizzledoutput.
BasePropPhysics:
- OnMotionEnabled
- Fired when motion has been enabled on the prop, either via the Health Level to Override Motion keyvalue or from the
EnableMotioninput.
- OnAwakened
- Fired when the prop has woken (force has been applied to it while it was asleep, or the
Wakeinput 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 +used the prop.
- OnPhysGunDrop
- Fired when the player has dropped the prop (from either
+useor the gravity gun). !activator is the player.
- OnPlayerPickup
- Fired when the player has picked the prop up with
+useor the gravity gun (in Half-Life 2). - OnPhysGunOnlyPickup
- Fired when the player has picked the prop up with the gravity gun specifically.
Note:Content moved to Rendering and studio model related KIO/Outputs for continuation of page history