GetPackageLocationData

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(locationData:StringMap) GetPackageLocationData package:ref

Returns a stringmap containing info about a package location. The returned stringmap contains the following keys:

  • "Type" - string ("Reference", "Cell", "Current", "Editor", "Object", "ObjectType")
  • "Radius" - int
  • "Object" - form (for types Reference, Cell, and Object) OR
  • "ObjectType" - string as in editor, e.g. "Books", "Spells: School Illusion" (for ObjectType).


See Also