Black Ops III

CreateStreamerHint

Allows scripter to create a streamer hint entity viewpoint to the player's viewpoint.

Example:

streamHintEnt = createStreamerHint( level.player.origin, 0.333 )

Returns: entity

Parameters

ParameterSummary
*originLocation at which to spawn the streamer hint.
*factorThe relative importance of this entity's viewpoint to the main viewpoint.
[lightingState]The lighting state to stream

* = mandatory