GetEditorLocation - ObjectReference

Revision as of 14:16, 19 December 2017 by imported>Rasikko (will return none as well, if the cell has no location assigned to it.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

See AlsoEdit