function
equipRangedWeapon (client-side)
Deprecated since version: 0.1.10
This function is used to equip ranged weapon on hero/npc.
Declaration
bool equipRangedWeapon(int id, int itemId)
Parameters
int
id: the player id.int
itemId: the ranged weapon itemId to equip on player.
Returns bool
true
if item was successfully equipped, otherwise null
.