Place the player camera to the given camera.
Copy Code | |
---|---|
bool PlaceToCamera( int CameraIndex ); |
CameraIndex
Type: int
The index of the camera. Use GetCameraCount to retrieve the count of cameras.
Returns true if the player camera was placed to the camera, false if not.