Skip to main content

Object::removeAllPickupsOfType

Syntax​

```js mp.game.object.removeAllPickupsOfType(pickupHash); ```

Required Arguments​

  • pickupHash: Hash

Return value​

  • Undefined

Example​

```js let pickHash = 0x2E4C762D; mp.game.object.removeAllPickupsOfType(pickHash); ```

See also​