function getPlayerMeleeWeapon
This function will get the equipped player melee weapon.
Original: getPlayerMeleeWeapon
Declaration
async def getPlayerMeleeWeapon(id : int) -> str
Parameters
int id: the player id.
Returns
str: the item instance from Daedalus scripts.
Source code in src/pyg2o/functions/player.py
606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 | |