Difference between revisions of "SplineTranslateToRefNode - ObjectReference"
Jump to navigation
Jump to search
m
SplineTranslateToRefNode - ObjectReference (edit)
Revision as of 16:08, 21 April 2013
, 16:08, 21 April 2013Fixed bad syntax in the examples given.
imported>Jbizek m (comment about recommended starting point for afSpeed) |
imported>Threedee m (Fixed bad syntax in the examples given.) |
||
Line 26: | Line 26: | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
; Translate the bird ref to the rock landing node with a low spline magnitude and speed | ; Translate the bird ref to the rock landing node with a low spline magnitude and speed | ||
Bird. | Bird.SplineTranslateToRefNode(Rock, "landing", 1.0, 1.0) | ||
</source> | </source> | ||
<br> | <br> | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
; Translate the bird ref to the rock landing node with a low spline magnitude and speed, and low rotation speed | ; Translate the bird ref to the rock landing node with a low spline magnitude and speed, and low rotation speed | ||
Bird. | Bird.SplineTranslateToRefNode(Rock, "landing", 1.0, 1.0, 10) | ||
</source> | </source> | ||