Difference between revisions of "GetEditorLocation - ObjectReference"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Rhavlovick
m (1 revision: Clobber re-import by Henning)
(No difference)

Revision as of 16:26, 18 October 2011

Member of: ObjectReference Script

Obtains this reference's editor Location.

Syntax

Location Function GetEditorLocation() native

Parameters

None.

Return Value

This reference's editor Location.

Examples

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

See Also