GetEditorLocation - ObjectReference
Member of: ObjectReference Script
Obtains this reference's editor Location.
SyntaxEdit
Location Function GetEditorLocation() native
ParametersEdit
None.
Return ValueEdit
This reference's editor Location.
ExamplesEdit
; Did this object start in the tomb?
if (TombLocationProperty == SwordProperty.GetEditorLocation())
Debug.Trace("The sword started in the tomb!")
endIf
NotesEdit
- Similar to GetCurrentLocation - ObjectReference. If the cell the reference has been placed in, has no location assigned to it, then this function will also return none.