Difference between revisions of "Load - UI"
Jump to navigation
Jump to search
imported>Qazaaq (Created page with "'''F4SE Member of:''' UI Script Requires F4SE Version 0.3.2 or higher. Placeholder Description. == Syntax == <source lang="papyrus"> bool Function Load(string asMenu,...") |
imported>Qazaaq (added category) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Template:Incomplete Article}} | |||
'''F4SE Member of:''' [[UI Script]] | '''F4SE Member of:''' [[UI Script]] | ||
{{Template:Papyrus:RequiredF4SE|version=0.3.2}} | |||
Loads a child swf to the target. | |||
== Syntax == | == Syntax == | ||
Line 32: | Line 31: | ||
[[Category: Papyrus]] | [[Category: Papyrus]] | ||
[[Category: F4SE]] | [[Category: F4SE]] | ||
[[Category:User Interface]] |
Latest revision as of 21:35, 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.2 or higher.
Loads a child swf to the target.
Syntax[edit | edit source]
bool Function Load(string asMenu, string asSourceVar, string akAssetPath, ScriptObject akReceiver = none, string asCallback = "") Native Global
Parameters[edit | edit source]
- asMenu: Placeholder Description.
- asSourceVar: Placeholder Description.
- akAssetPath: Placeholder Description.
- akReceiver: Placeholder Description.
- asCallback: Placeholder Description.
Return Value[edit | edit source]
- Placeholder Description.
Examples[edit | edit source]
; Placeholder Code.