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.

Get - UI

From the Fallout4 CreationKit Wiki
Revision as of 20:42, 20 January 2018 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

See Also