Background for Skyrim SE
Member of the ObjectReference script
voidfunctionSplineTranslateTo(floatafX, floatafY, floatafZ, floatafXAngle, floatafYAngle, floatafZAngle, floatafTangentMagnitude, floatafSpeed, floatafMaxRotationSpeed=0.0)Native

Description

Wiki Description

Makes the object translate to the passed in position and orientation at the given speed using a spline.

Documentation Comment

Makes the reference translate to the given position/orientation on a spline


Parameters

  1. floatafX

    CK Wiki Description

    Position along the X axis.

  2. floatafY

    CK Wiki Description

    Position along the Y axis.

  3. floatafZ

    CK Wiki Description

    Position along the Z axis.

  4. floatafXAngle

    CK Wiki Description

    Destination X Angle.

  5. floatafYAngle

    CK Wiki Description

    Destination Y Angle (rarely used).

  6. floatafZAngle

    CK Wiki Description

    Destination Z Angle.

  7. floatafTangentMagnitude

    CK Wiki Description

    Magnitude of the spline tangents

  8. floatafSpeed

    CK Wiki Description

    Movement Speed.

  9. floatafMaxRotationSpeed=0.0

    CK Wiki Description

    The maximum rotation speed (Default is 0 to mean "don't clamp rotation speed")

    • Default:0

Examples

No human-generated examples found for this function.

Auto-Generated Example

float myFloat__afX
float myFloat__afY
float myFloat__afZ
float myFloat__afXAngle
float myFloat__afYAngle
float myFloat__afZAngle
float myFloat__afTangentMagnitude
float myFloat__afSpeed
float myFloat__afMaxRotationSpeed

myObjectReference__toCallFunctionOn.SplineTranslateTo(myFloat__afX, myFloat__afY, myFloat__afZ, myFloat__afXAngle, myFloat__afYAngle, myFloat__afZAngle, myFloat__afTangentMagnitude, myFloat__afSpeed, myFloat__afMaxRotationSpeed)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.