Point viewcontrol
perlino quarter horse swivel sweeper teamwork training water bed mattress josh hartnett the english patient population under 18 school crisis intervention cell phone codes medical billing degrees top gun fan sites florida homebuilders 60 minutes interview with hilary swank lomboz j2ee tutorial bird calls northern essex community college monkey skateboard electric generator project science kenmore garbage disposers fruits baskets mace pepper foam ohio dot xphone ii forum free t mobile ringtone singapore airline starfish coats of arms upcase ntfs connie nielsen uk phone cards male nurses christian marriage biloxi news real estate careers florida guided hog hunting in texas arkansas building stone atasca ruffwear dog float new york city marketing firm wedge pressure cardiac instant shelters animes airwalk shoes nolan thomas ezsweeps voip investors queen elizabeth 2nd pictures frank betz tattoo footprint in the sand akea gazpacho soup imonster daydream in blue chronicle this photograph is proof sec football coaches liberatarian definition denali national park ultrasonic nebulizer naughty lindsey lohan atlantic city casinos love kai beyblade boxer puppy free accomplishment essays female orgasmic clips driveway plow excalibur films flagpole left join in mysql list of yo mama jokes san diego petco park phuket vacation serengeti cats 1000pix ireland government site sclerosis of the liver causes acrage for sale in texas angeles los management property west kitaro spanish for police officers mars.acnet.wnec.edu using animal for medical research scout.com january queen elizabeth shipwreck hong kong active x control deepak kalpoe dizzie rascal stemware sirrius porn for pyros women collages discount exercise equipment preadolescent orgasm girls kiss jackie robinson parkway reset service engine light 97 jaguar xj6 mustag 2005 startup listing english sonnet format growing grapes Template:Wrongtitle Template:Base point
Entity description
A camera entity that controls the player's view. While it's active, the player will see out of the camera.

Availability
Template:In game Template:Game-base. Template:In code
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 (Start the camera at the player's position. This is kind of buggy, because it breaks the camera movement if the player is still moving when this is activated.)
- 2 : Follow Player. (This is the same as if you set the lookat target to !player.)
- 4 : Freeze Player (Stop recognizing input from the player.)
- 8 : Infinite Hold Time (Ignore the hold time, and stay activated until explicitly disabled.)
- 16 : Snap to goal angles
- 32 : Make Player non-solid
- 64 : Interruptable by Player (If the player presses +Use, disable.)
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.