This article's documentation is for the "GoldSrc" engine. Click here for more information.

DelayedUse

From Valve Developer Community
Jump to navigation Jump to search
Info.png
This entity is not in the FGD by default.
It should not be put directly in a map because it can only be configured through code.
Class hierarchy
CBaseDelay
CBaseEntity
subs.cpp

DelayedUse is an entity available in all GoldSrc GoldSrc games. It's automatically created when specifying a target or killtarget and non-zero delay for triggering other entities.

Relevant Keyvalues on other entities

Target:
Target (target) <targetname>
The targetname of an entity this entity will trigger when activated.

TargetX:

Delay before trigger (delay) <integer>
Delay in seconds before firing the targeted entity.
Killtarget (killtarget) <targetname>
Entity to remove when activated.


See Also

Stub

This article or section is a stub. You can help by expanding it.