RotateAroundPoint

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Rotates the calling reference around the specified X,Y,Z world position, by the specified X,Y,Z angles.

The object's world position and orientation angles are modified accordingly.

Syntax

[help]
reference.RotateAroundPoint pointX:float pointY:float pointZ:float angleX:float angleY:float angleZ:float

Example

objectRef.RotateAroundPoint 81780 101687 -11013 0 0 30 

See Also