Env player surface trigger: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
==Entity Description== | |||
An entity that monitors the material of the surface the player is standing on, and fires outputs whenever it changes to/from a specific material. | An entity that monitors the material of the surface the player is standing on, and fires outputs whenever it changes to/from a specific material. | ||
Line 51: | Line 52: | ||
*'''OnSurfaceChangedFromTarget''' | *'''OnSurfaceChangedFromTarget''' | ||
:Fired when the player moves off the specified game material. | :Fired when the player moves off the specified game material. | ||
[[Category:Entities]] |
Revision as of 05:46, 28 September 2005
Entity Description
An entity that monitors the material of the surface the player is standing on, and fires outputs whenever it changes to/from a specific material.
Keyvalues
- Template:Kv targetname
- gamematerial <choices>
- The material to watch. When the player stands on/off this material, this entity's outputs will be fired.
0 None (player's in the air) 67 Concrete 77 Metal 68 Dirt 86 Vent 71 Grate 84 Tile 83 Slosh 87 Wood 80 Computer 89 Glass 70 Flesh 73 Clip 79 Foliage 78 Sand
Inputs
- Template:I targetname
- Enable
- Start watching the player's surface.
- Disable
- Stop watching the player's surface.
Outputs
- Template:O targetname
- OnSurfaceChangedToTarget
- Fired when the player moves onto the specified game material.
- OnSurfaceChangedFromTarget
- Fired when the player moves off the specified game material.