Dota 2 Workshop Tools/Scripting/API/CDOTA PlayerResource.GetKills: 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 GetKills(int ''a'') '''
''' int GetKills(int ''playerID'') '''


''No Description Set''
''Return how many kills the specified player currently gets''




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 GetKills(int playerID)

Return how many kills the specified player currently gets


Parameters

Type Name Description
int playerID No Description Set

Returns

int - No Description Set