Difference between revisions of "VarToVarArray - Utility"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added f4se member)
 
imported>Qazaaq
m
 
Line 7: Line 7:
== Syntax ==
== Syntax ==
<source lang="papyrus">
<source lang="papyrus">
Var[] Function VarToVarArray(Var avV) Native Global
var[] Function VarToVarArray(var avV) Native Global
</source>
</source>



Latest revision as of 18:55, 21 January 2018

This article has been flagged as incomplete.
Please help improve the wiki by learning how to contribute.

F4SE Member of: Utility Script
Requires F4SE version 0.3.1 or higher.

Placeholder Description.

Syntax[edit | edit source]

var[] Function VarToVarArray(var avV) Native Global

Parameters[edit | edit source]

  • avV: Placeholder Description.

Return Value[edit | edit source]

  • Placeholder Description.

Examples[edit | edit source]

; Placeholder Code.

See Also[edit | edit source]