trigger_still
Jump to navigation
Jump to search
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages)
This article needs more links to other pages (since January 2024). You can help improve navigation by adding links to related documentation, such as entities or tools.
This article is an orphan, meaning that few or no articles link to it (since January 2024). You can help by adding links to this article from other relevant articles.
trigger_still is a brush entity available in
The Stanley Parable. It is used to send a signal when the player stands still in the trigger for long enough.
Keyvalues
- Waiting Time (standtime) <integer>
- The amount of time the player must be idle for before the trigger is activated.
|
Flags
|
Inputs
|
Outputs
|
FGD Code
Sourced from investigations done by TeamSpen, and from a beta branch of TeamSpen's Hammer Addons.
@SolidClass base(Trigger, Targetname) = trigger_still : "A trigger volume which detects when the player is standing still inside it for some time." [ standtime(integer) : "Waiting Time" : 60 : "The amount of time the player must be idle for before the trigger is activated." ]
This article or section is a stub. You can help by expanding it.