[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
Difference between revisions of "Get - UI"
Jump to navigation
Jump to search
imported>Qazaaq (added required f4se version) |
imported>Qazaaq (added category) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
{{Template:Papyrus:RequiredF4SE|version=0.3.1}} | {{Template:Papyrus:RequiredF4SE|version=0.3.1}} | ||
Returns a variable from AS3 to Papyrus. | |||
== Syntax == | == Syntax == | ||
Line 24: | Line 24: | ||
== See Also == | == See Also == | ||
*[[UI Script]] | *[[UI Script]] | ||
[[Category: Scripting]] | [[Category: Scripting]] | ||
[[Category: Papyrus]] | [[Category: Papyrus]] | ||
[[Category: F4SE]] | [[Category: F4SE]] | ||
[[Category:User Interface]] |
Latest revision as of 21:37, 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.
Returns a variable from AS3 to Papyrus.
Syntax[edit | edit source]
var Function Get(string asMenu, string asPath) Native Global
Parameters[edit | edit source]
- asMenu: Placeholder Description.
- asPath: Placeholder Description.
Return Value[edit | edit source]
- Placeholder Description.
Examples[edit | edit source]
; Placeholder Code.