Black Ops III

SetSharedViewPort

Sets the view mode to either shared or independent, shared combines all views into a single shared viewport, modifies the way input is handled, and places the camera into scripted camera mode (i.e. control it with script).

Example:

SetSharedViewPort(true)

Parameters

ParameterSummary
*modetrue if shared viewport, false for independent (default splitscreen behavior)

* = mandatory