trigger_camera

From Valve Developer Community
Revision as of 05:46, 1 March 2024 by N0one (talk | contribs) (Created page with "{{This is a|name=trigger_camera|e0|engine=1}} This entity allows you to place moving cameras in your maps that take control away from the player for a time. == Key Values ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

trigger_camera is an e0 available in all Template:1 games.Template:1 topicon

Warning.pngWarning:
  • The {{{engine}}} parameter is inconsistent with the name defined by the {{1}} template.
    If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.

This entity allows you to place moving cameras in your maps that take control away from the player for a time.

Key Values

Target (target) <targetname>
The targetname of an entity this entity will trigger when activated.
Delay before trigger (delay) <integer>
Delay in seconds before firing the targeted entity.
Killtarget (killtarget) <targetname>
Entity to remove when activated.
Name (targetname) <string>
The targetname that other entities refer to this entity by.
Hold time (wait) <integer>
Time to keep the camera going.
Path Corner (moveto) <string>
The first path_corner to aim for.
Initial Speed (speed) <string>
The speed to start at.
Acceleration units/sec^2 (acceleration) <string>
Stop Deceleration units/sec^2 (deceleration) <string>

Flags

Start At Player : [1]
Follow Player : [2]
Freeze Player : [4]