Weapon::cancelCurrentDamageEvent
Syntax
unlike "return true" in the event (outgoingDamage/incomingDamage), it only cancels outgoing damage locally
```js mp.game.weapon.cancelCurrentDamageEvent(); ```
Return value
Example
```js // todo ```
See also