Dota 2 Workshop Tools/Scripting/API/CDOTA PlayerResource.ModifyGold: 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 ModifyGold(int ''playerID'', int ''goldAmmt'', bool ''reliable'', int ''d'') '''
''' int ModifyGold(int ''playerID'', int ''goldAmmt'', bool ''reliable'', int ''nReason'') '''


''No Description Set''
''No Description Set''
Line 31: Line 31:
|-
|-
| int
| int
| d
| nReason
| No Description Set
| No Description Set
|}
|}

Revision as of 10:36, 20 June 2015

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

Function Description

int ModifyGold(int playerID, int goldAmmt, bool reliable, int nReason)

No Description Set


Parameters

Type Name Description
int playerID No Description Set
int goldAmmt No Description Set
bool reliable No Description Set
int nReason No Description Set

Returns

int - No Description Set