Difference between revisions of "GetPackageLocationData"
Jump to navigation
Jump to search
imported>CSbot (Automated import of articles) |
imported>DragoonWraith (looks fine, adding See Also) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| origin = OBSE | | origin = OBSE | ||
Line 16: | Line 15: | ||
}} | }} | ||
}} | }} | ||
== See Also == | |||
* [[SetPackageLocationData]] | |||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 09:09, 16 January 2012
< [[::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).