Dota 2 Workshop Tools/Scripting/API/CDOTA PlayerResource.GetKillsDoneToHero: 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 GetKillsDoneToHero(int ''a'', int ''b'') '''
''' int GetKillsDoneToHero(int ''attackerPlayerID'', int ''victimPlayerID'') '''


''No Description Set''
''Returns the number of times the attacker (first argument) has killed the victim (second argument)''




Line 19: Line 19:
|-
|-
| int
| int
| a
| attackerPlayerID
| No Description Set
| No Description Set
|-
|-
| int
| int
| b
| victimPlayerID
| No Description Set
| No Description Set
|}
|}

Revision as of 07:07, 27 August 2014

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

Function Description

int GetKillsDoneToHero(int attackerPlayerID, int victimPlayerID)

Returns the number of times the attacker (first argument) has killed the victim (second argument)


Parameters

Type Name Description
int attackerPlayerID No Description Set
int victimPlayerID No Description Set

Returns

int - No Description Set