Dota 2 Workshop Tools/Scripting/API/CDOTA PlayerResource.GetUnreliableGold: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
(Dota_Lebot push: Updated Page)
Line 6: Line 6:




''' int GetUnreliableGold(int ''a'') '''
''' int GetUnreliableGold(int ''playerID'') '''


''No Description Set''
''Returns how much unreliable gold the specified player currently has''




Line 19: Line 19:
|-
|-
| int
| int
| a
| playerID
| No Description Set
| No Description Set
|}
|}

Revision as of 02:48, 18 August 2014

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

int GetUnreliableGold(int playerID)

Returns how much unreliable gold the specified player currently has


Parameters

Type Name Description
int playerID No Description Set

Returns

int - No Description Set