SetGoldValue - Form
Jump to navigation
Jump to search
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.
Syntax[edit | edit source]
Function SetGoldValue(int aiValue) Native
Parameters[edit | edit source]
- aiValue: Placeholder Description.
Return Value[edit | edit source]
- None
Examples[edit | edit source]
MyWeapon.SetGoldValue(MyWeapon.GetGoldValue() * 2)
Debug.Trace("We just doubled the value of our weapon!")