Background for Fallout 4
Member of the Form script
voidfunctionSetGoldValue(intvalue)Native

Description

Documentation Comment

sets the gold value of the form


Caveats


Parameters

intvalue

CK Wiki Description

Placeholder Description.


Examples

MyWeapon.SetGoldValue(MyWeapon.GetGoldValue() * 2)
Debug.Trace("We just doubled the value of our weapon!")

Auto-Generated Example

int myInt__value

myForm__toCallFunctionOn.SetGoldValue(myInt__value)

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.