SetGoldValue - Form

From the Fallout4 CreationKit Wiki
Revision as of 05:49, 26 May 2024 by 73.37.113.100 (talk) (→‎Examples: Added example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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!")

See Also[edit | edit source]