[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 (Created page with "'''F4SE Member of:''' UI Script Requires F4SE Version 0.3.1 or higher. Placeholder Description. == Syntax == <source lang="papyrus"> Var Function Get(string asMenu, st...") |
imported>Qazaaq |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
var Function Get(string asMenu, string asPath) Native Global | |||
</source> | </source> | ||
Revision as of 20:43, 20 January 2018
F4SE Member of: UI Script
Requires F4SE Version 0.3.1 or higher.
Placeholder Description.
Syntax
var Function Get(string asMenu, string asPath) Native Global
Parameters
- asMenu: Placeholder Description.
- asPath: Placeholder Description.
Return Value
- Placeholder Description.
Examples
; Placeholder Code.