trigger_jump

From Valve Developer Community
Jump to navigation Jump to search
C++ Class hierarchy
CTriggerJump
CBaseTrigger
CBaseToggle
CBaseAnimating
CBaseDelay
CBaseEntity
C++ triggers.cpp

trigger_jump is a trigger entity available in Ricochet Ricochet. This is the entity that is used to throw the player between the various pads.

Keyvalues

Height (height) <integer>
Default Value: 150
Height of the jump.
Be careful! If you set this value too low, players may not reach their target.
Target (target) <string>
The jump pad's destination. The game handles the speed/gravity calculations automatically.