GetCaps - Game

From the Fallout4 CreationKit Wiki
Revision as of 15:16, 12 March 2013 by imported>Plplecuyer (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Game Script Obtains the MiscObject representing caps, the basic unit of money in the game....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Game Script

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

Syntax[edit | edit source]

MiscObject Function GetCaps() global

Parameters[edit | edit source]

None

Return Value[edit | edit source]

The MiscObject that represents caps.

Examples[edit | edit source]

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

See Also[edit | edit source]