Background for Fallout 4
Member of the ObjectReference script

Description

Wiki Description

Obtains this reference's editor Location.

Documentation Comment

Returns this reference's editor location


Caveats


Examples

; Did this object start in the tomb?
if (TombLocationProperty == SwordProperty.GetEditorLocation())
  Debug.Trace("The sword started in the tomb!")
endIf

Auto-Generated Example

Location returnedValue = myObjectReference__toCallFunctionOn.GetEditorLocation()

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.