Background for Starfield
Member of the ObjectReference script
float[]functionGetSpaceTransform()Native

Description

Documentation Comment

Get the Cell Space transform of the object
Values are returned in the array in the order:
position.x, position.y, position.z,
xAxis.x, xAxis.y, xAxis.z,
yAxis.x, yAxis.y, yAxis.z,
zAxis.x, zAxis.y, zAxis.z


Caveats


Examples

Auto-Generated Example

float[] returnedValue = myObjectReference__toCallFunctionOn.GetSpaceTransform()
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.