Background for Starfield
Member of the ObjectReference script
voidfunctionSetPosition(floatafX, floatafY, floatafZ)Native

Description

Wiki Description

Sets the object's current position in the world.

Documentation Comment

Set the position of the object


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.


Examples

; Set the statue to be at the center of the world
StatueProperty.SetPosition(0.0, 0.0, 0.0)

Auto-Generated Example

float myFloat__afX
float myFloat__afY
float myFloat__afZ

myObjectReference__toCallFunctionOn.SetPosition(myFloat__afX, myFloat__afY, myFloat__afZ)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.