warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for this page then please click here.
Bullet Hit Types
info
This page contains all of the bullet hit types which are used by OnPlayerWeaponShot.
Value | Definition |
---|---|
0 | BULLET_HIT_TYPE_NONE |
1 | BULLET_HIT_TYPE_PLAYER |
2 | BULLET_HIT_TYPE_VEHICLE |
3 | BULLET_HIT_TYPE_OBJECT |
4 | BULLET_HIT_TYPE_PLAYER_OBJECT |
caution
BULLET_HIT_TYPE_PLAYER is also called for NPCs. Actors are ignored by this callback and detects as BULLET_HIT_TYPE_NONE.