Point viewcontrol: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Added to Category: Camera) |
||
Line 39: | Line 39: | ||
* '''OnEndFollow''' | * '''OnEndFollow''' | ||
: Fired when the point_viewcontrol deactivates, due to the Disable input being received, the Entity to Look At being destroyed, or the Hold Time expiring. | : Fired when the point_viewcontrol deactivates, due to the Disable input being received, the Entity to Look At being destroyed, or the Hold Time expiring. | ||
[[Category:Entities]] | [[Category:Entities]][[Category:Camera]] |
Revision as of 04:58, 24 February 2006
Entity Description
A camera entity that controls the player's view. While it's active, the player will see out of the camera.
Keyvalues
- <target_destination> Name of the entity that the camera should point at and track while active.
- targetattachment
- <string> If set, the camera will focus on the specified attachment on the 'Entity to Look At'.
- wait
- <integer> The amount of time the camera should control the player's view for, after which it deactivates itself. If the camera should stay active until told to deactive, set the 'Infinite Hold Time' spawnflag.
- moveto
- <target_destination> The first path corner in a track that the camera should move along once it's activated. If not specified, the camera won't move.
- speed
- <integer> The starting speed that the camera moves at, if it's on a path track.
- acceleration
- <integer> The speed at which the camera accelerates to path corner's desired speeds.
- deceleration
- <integer> The speed at which the camera decelerates to path corner's desired speeds.
Flags
- 1 : Start At Player
- 2 : Follow Player
- 4 : Freeze Player
- 8 : Infinite Hold Time
- 16 : Snap to goal angles
- 32 : Make Player non-solid
- 64 : Interruptable by Player
Inputs
- Enable the point_viewcontrol, and start controlling the player's view.
- Disable
- Disable the point_viewcontrol, and stop controlling the player's view.
Outputs
- Template:O targetname
- OnEndFollow
- Fired when the point_viewcontrol deactivates, due to the Disable input being received, the Entity to Look At being destroyed, or the Hold Time expiring.