Background for Skyrim SE
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 Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.