Difference between revisions of "GetGold"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>Tgspy
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Incomplete}}
{{Function
|summary = Gets the players current gold amount. Unused in Fallout 3 and New Vegas.
|origin = GECK1
|name = GetGold
|returnVal = integer
|returnType = int
|example = GetGold
set goldcount to GetGold
}}


Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetGold GetGold].
==Notes==
This is currently unused in New Vegas and Fallout 3. If you are looking to get the players currency the best way is to use [[GetItemCount]] and look for Caps (ID of f)


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Functions (GECK 1.1)]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions (GECK 1.0)]]
[[Category:Condition Functions (GECK 1.1)]]
[[Category:Actor Functions]]
[[Category:Actor Functions]]
[[Category:Actor Functions (GECK 1.0)]]
[[Category:Actor Functions (GECK 1.1)]]

Latest revision as of 07:57, 14 December 2016

< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

Gets the players current gold amount. Unused in Fallout 3 and New Vegas.

Syntax

[help]
(integer:int) GetGold

Example

GetGold
set goldcount to GetGold

Notes

This is currently unused in New Vegas and Fallout 3. If you are looking to get the players currency the best way is to use GetItemCount and look for Caps (ID of f)