Background for Fallout 4
Member of the ObjectReference script
WorldSpacefunctionGetWorldSpace()Native

Description

Wiki Description

Obtains the WorldSpace the object reference is in.

Documentation Comment

Get this objects worldspace


Caveats


Examples

; Is our object in the super awesome worldspace?
if myObject.GetWorldSpace() == SuperAwesomeWorldSpace
  Debug.Trace("Object is in position, do something cool!")
endIf

Auto-Generated Example

WorldSpace returnedValue = myObjectReference__toCallFunctionOn.GetWorldSpace()

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.