Difference between revisions of "GetCurrentEditorPackage"

231 bytes added ,  13:11, 29 March 2015
Added some clarification to the description and a note
imported>CSbot
(Automated import of articles)
 
imported>QQuix
(Added some clarification to the description and a note)
 
Line 1: Line 1:
{{BotAddedPage|CSbot|DragoonWraith}}
{{Function
{{Function
  | origin = OBSE
  | origin = OBSE
  | summary = Returns the actor ref's executing non-dynamic package.
  | summary = Returns the actor ref's executing non-interrupt package, whether it is a package added with the editor or added by [[AddScriptPackage]].
  | name = GetCurrentEditorPackage
  | name = GetCurrentEditorPackage
  | returnVal = package
  | returnVal = package
Line 8: Line 7:
  | referenceType = reference
  | referenceType = reference
}}
}}
===Notes===
* This function returns the aforementioned packages even if the actor is currently executing an interrupt package (e.g. Dialogue).
====See Also====
*[[GetCurrentPackage]]


[[Category:Functions]]
[[Category:Functions]]
Anonymous user