IsPlayerHitByVehicle: Difference between revisions
Jump to navigation
Jump to search
(→Code) |
(→Shared) |
||
Line 8: | Line 8: | ||
===Required Arguments=== | ===Required Arguments=== | ||
* '''attacker''' : The element that attacks . | * '''attacker''' : The element that attacks . | ||
==Code== | ==Code== |
Revision as of 19:30, 9 June 2020
isPlayerHitByVehicle
Syntax
bool isPlayerHitByVehicle(attacker)
Required Arguments
- attacker : The element that attacks .
Code
function isPlayerHitByVehicle (attacker) if not attacker then return end if getElementType(attacker) == 'vehicle' then cancelEvent() end end
</section>
Author
Lisek