Background for Fallout 4
Member of the Game script
MiscObjectfunctionGetCaps()Global

Description

Wiki Description

Obtains the MiscObject representing caps, the basic unit of money in the game.

Documentation Comment

Returns the caps misc item


Examples

; Print out the caps object to the log
Debug.Trace("Caps are " + Game.GetCaps())

Auto-Generated Example

MiscObject returnedValue = Game.GetCaps()

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.