Difference between revisions of "GetCurrentPackage"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>CSbot
(Automated import of articles)
 
imported>QQuix
(Added some clarification to the description)
Line 1: Line 1:
{{BotAddedPage|CSbot|DragoonWraith}}
 
 
{{Function
{{Function
  | origin = OBSE
  | origin = OBSE
  | summary = Returns the actor ref's currently executing package.
  | summary = 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).
  | name = GetCurrentPackage
  | name = GetCurrentPackage
  | returnVal = package
  | returnVal = package
Line 8: Line 9:
  | referenceType = reference
  | referenceType = reference
}}
}}


[[Category:Functions]]
[[Category:Functions]]

Revision as of 13:05, 29 March 2015


< [[::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).