Background for Fallout 4
Member of the UI script
boolfunctionSet(stringmenu, stringpath, vararg)NativeGlobal

Description

Wiki Description

Sets a variable in AS3 from Papyrus.

Documentation Comment

Sets a variable in AS3 to the newly assigned type
Can accept arrays using VarArrayToVar


Caveats


Parameters

stringmenu

CK Wiki Description

Placeholder Description.

stringpath

CK Wiki Description

Placeholder Description.

vararg

CK Wiki Description

Placeholder Description.


Examples

; Placeholder Code.

Auto-Generated Example

string myString__menu
string myString__path
var myVar__arg

bool returnedValue = UI.Set(myString__menu, myString__path, myVar__arg)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.