SetGoldValue - Form

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

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

Placeholder Description.

SyntaxEdit

Function SetGoldValue(int aiValue) Native

ParametersEdit

  • aiValue: Placeholder Description.

Return ValueEdit

  • None

ExamplesEdit

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

See AlsoEdit