Black Ops III

PlayerLinkToAbsolute

Attaches the player to an entity. No view movement is allowed. The player's eye position will remain fixed relative to the parent entity/tag. Thus, pitching and rolling will cause the player's eye position to move. (But the player entity always remains vertical)

Example:

player PlayerLinkToAbsolute( vehicle, "tag_player" )

Parameters

ParameterSummary
*lockto entityThe entity to attach the player to
[tag]The tag to attach the player to

* = mandatory