Call of Duty Script Documentation

playerlinktodelta( <linkto entity>, <tag>, <viewpercentag fraction> )


Module
Player


Summary


Attaches the player to an entity.  Any entity rotation is added to the player's view, allow the player to look around.

Call this function on


A Player Entity

Example


level.player playerlinktodelta (vehicle, "tag_player", 0.5);

Minimum Number of arguments: 1


Number of optional arguments: 2



Return to Function List