GetCaps - Game

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)

Member of: Game Script

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

SyntaxEdit

MiscObject Function GetCaps() global

ParametersEdit

None

Return ValueEdit

The MiscObject that represents caps.

ExamplesEdit

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

See AlsoEdit