GetCurrentPackage

From the Oblivion ConstructionSet Wiki
Revision as of 13:12, 29 March 2015 by imported>QQuix (Added a 'See Also')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(package:ref) reference.GetCurrentPackage

Returns the actor ref's currently executing package, whether it is a package added with the editor, added by AddScriptPackage or an interrupt package (e.g. Dialogue).


See Also