Перейти к содержанию

Weapon::cancelCurrentDamageEvent

Материал из RAGE MP Wiki Archive
Версия от 21:47, 3 октября 2021; imported>Shr0x (Created page with "==Syntax== unlike "return true" in the event (outgoingDamage/incomingDamage), it only cancels outgoing damage locally <syntaxhighlight lang="javascript">mp.game.weapon.cancelC...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Syntax

unlike "return true" in the event (outgoingDamage/incomingDamage), it only cancels outgoing damage locally <syntaxhighlight lang="javascript">mp.game.weapon.cancelCurrentDamageEvent();</syntaxhighlight>

Return value

  • unknown

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also