Difference between revisions of "Load - UI"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added required f4se version)
imported>Qazaaq
(added a short description)
Line 3: Line 3:
{{Template:Papyrus:RequiredF4SE|version=0.3.2}}
{{Template:Papyrus:RequiredF4SE|version=0.3.2}}


Placeholder Description.
Loads a child swf to the target.


== Syntax ==
== Syntax ==

Revision as of 01:35, 21 January 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.2 or higher.

Loads a child swf to the target.

Syntax

bool Function Load(string asMenu, string asSourceVar, string akAssetPath, ScriptObject akReceiver = none, string asCallback = "") Native Global

Parameters

  • asMenu: Placeholder Description.
  • asSourceVar: Placeholder Description.
  • akAssetPath: Placeholder Description.
  • akReceiver: Placeholder Description.
  • asCallback: Placeholder Description.

Return Value

  • Placeholder Description.

Examples

; Placeholder Code.

See Also