Background for Fallout 4
Member of the Actor script
intfunctionGetGoldAmount()Native

Description

Wiki Description

Obtains the amount of gold on this actor's person.

Documentation Comment

Retrieves the amount of gold this actor has


Caveats


Examples

; See if this guy is rich or not
if Scrooge.GetGoldAmount() > 100
  Debug.Trace("Wow! This guy is rich!")
endIf

Auto-Generated Example

int returnedValue = myActor__toCallFunctionOn.GetGoldAmount()

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.