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!")
endIfAuto-Generated Example
Location returnedValue = myObjectReference__toCallFunctionOn.GetEditorLocation()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
