function getPlayerRangedWeapon
This function will get the equipped player ranged weapon.
Original: getPlayerRangedWeapon
Declaration
async def getPlayerRangedWeapon(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
688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 | |