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