Black Ops III

SetExtraCam

Activates the extra cam and sets the given entity as cam reference.

Example:

cameraEnt SetExtraCam( 1, 640, 480 )

Parameters

ParameterSummary
*camera indexwhich extra cam references this entity. Valid values are 0 - 3
rendered widthWidth of the extra cam rendered target. The width will be calculated from the height if width is negative (keeping the aspect ration at 16:9)
rendered heightHeight of the extra cam rendered target. The height will be calculated from the width if height is negative (keeping the aspect ration at 16:9)

* = mandatory