Dota 2 Workshop Tools/Scripting/API/CDOTA PlayerResource.ModifyGold: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 6: | Line 6: | ||
''' int ModifyGold(int ''playerID'', int ''goldAmmt'', bool ''reliable'', int '' | ''' int ModifyGold(int ''playerID'', int ''goldAmmt'', bool ''reliable'', int ''nReason'') ''' | ||
''No Description Set'' | ''No Description Set'' | ||
Line 31: | Line 31: | ||
|- | |- | ||
| int | | int | ||
| | | nReason | ||
| No Description Set | | No Description Set | ||
|} | |} |
Revision as of 10:36, 20 June 2015

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