DESCRIPTION
Returns the Entity handle for the given Ped's currently equipped Weapon.
CODE EXAMPLE
weaponEntity = GET_CURRENT_PED_WEAPON_ENTITY_INDEX(ped); if (DOES_ENTITY_EXIST(weaponEntity)) { ...
Returns the Entity handle for the given Ped's currently equipped Weapon.
weaponEntity = GET_CURRENT_PED_WEAPON_ENTITY_INDEX(ped); if (DOES_ENTITY_EXIST(weaponEntity)) { ...
Red Dead Redemption 2 Native Database by www.mod-rdr.com, includes contributions by gudmunduro and alloc8or.
Recommended Comments
There are no comments to display.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.