Difference between revisions of "Talk:SplineTranslateToRef - ObjectReference"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Terra Nova2
(Created page with "From a bit of testing.. this function will retain collision for the player during transit, unlike TranslateTo - ObjectReference. If the player bumps into something the tra...")
 
imported>Terra Nova2
m
Line 1: Line 1:
From a bit of testing.. this function will retain collision for the player during transit, unlike [[TranslateTo - ObjectReference]]. If the player bumps into something the translation might stop. Depending on the speed of the translation, the player could still pass through something at the end of translation. In all cases, collision is removed from the player.
From a bit of testing.. this function will retain collision for the player during transit, unlike [[TranslateTo - ObjectReference]]. If the player bumps into something the translation might stop. Depending on the speed of the translation, the player could still pass through something at the end of translation. In all cases, collision is not removed from the player.

Revision as of 09:43, 21 February 2015

From a bit of testing.. this function will retain collision for the player during transit, unlike TranslateTo - ObjectReference. If the player bumps into something the translation might stop. Depending on the speed of the translation, the player could still pass through something at the end of translation. In all cases, collision is not removed from the player.