Difference between revisions of "UI Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
m
imported>Qazaaq
(flagged incomplete)
Line 1: Line 1:
{{Template:Incomplete Article}}
'''Extends:''' [[ScriptObject Script]]
'''Extends:''' [[ScriptObject Script]]



Revision as of 15:59, 26 January 2018

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

Extends: ScriptObject Script

Script for the manipulation of scaleform user interface.

Definition

Scriptname UI Native Hidden

Properties

None

Global Functions

None

F4SE Global Functions

  • var Function Get(string asMenu, string asPath)
    • Returns a variable from AS3 to Papyrus.
  • var Function Invoke(string asMenu, string asPath, var[] avArgs = none)
    • Invoke an AS3 function from Papyrus.
  • bool Function IsMenuOpen(string asMenu)
    • Returns true if the given menu is open.
  • var Function Load(string asMenu, string asPath)
    • Loads a child swf to the target.
  • bool Function Set(string asMenu, string asSource, string asPath, ScriptObject akReceiver = none, string asCallback = "")
    • Sets a variable in AS3 from Papyrus.

Events

None