Difference between revisions of "Invoke - UI"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added a short description)
imported>Qazaaq
(added category)
 
Line 29: Line 29:
[[Category: Papyrus]]
[[Category: Papyrus]]
[[Category: F4SE]]
[[Category: F4SE]]
[[Category:User Interface]]

Latest revision as of 21:36, 11 February 2018

This article has been flagged as incomplete.
Please help improve the wiki by learning how to contribute.

F4SE Member of: UI Script
Requires F4SE version 0.3.1 or higher.

Invoke an AS3 function from Papyrus.

Syntax[edit | edit source]

var Function Invoke(string asMenu, string asPath, var[] akArgs = none) Native Global

Parameters[edit | edit source]

  • asMenu: Placeholder Description.
  • asPath: Placeholder Description.
  • akArgs: Placeholder Description.

Return Value[edit | edit source]

  • Placeholder Description.

Examples[edit | edit source]

; Placeholder Code.

See Also[edit | edit source]