Skip to main content

Weapon::cancelCurrentDamageEvent

Syntax

unlike "return true" in the event (outgoingDamage/incomingDamage), it only cancels outgoing damage locally

```js mp.game.weapon.cancelCurrentDamageEvent(); ```

Return value

  • unknown

Example

```js // todo ```

See also