GetGoldValue - Form

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Form Script

Returns the value of this form in gold. If called on a form that doesn't have a value (like a quest), it will return -1.

Syntax[edit | edit source]

int Function GetGoldValue() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

The gold value of this form, or -1 if it doesn't have a value.

Examples[edit | edit source]

if jewel.GetGoldValue() > 100
  Debug.Trace("Wow, that's one pricy gem!")
endIf

See Also[edit | edit source]