HitType: Difference between revisions
From Onset Developer Wiki
Created page with "{| class="wikitable" style="text-align: left;" !colspan="6"|Hit Type |- |Identifier |Enum Definition |- |1 |HIT_AIR |- |2 |HIT_PLAYER |- |3 |HIT_VEHICLE |- |4 |HIT_NPC |- |5 |..." |
add HIT_DOOR for v1.1.0 |
||
Line 25: | Line 25: | ||
|7 | |7 | ||
|HIT_WATER | |HIT_WATER | ||
|- | |||
|8 | |||
|HIT_DOOR | |||
|} | |} |
Latest revision as of 20:43, 7 March 2020
Hit Type | |||||
---|---|---|---|---|---|
Identifier | Enum Definition | ||||
1 | HIT_AIR | ||||
2 | HIT_PLAYER | ||||
3 | HIT_VEHICLE | ||||
4 | HIT_NPC | ||||
5 | HIT_OBJECT | ||||
6 | HIT_LANDSCAPE | ||||
7 | HIT_WATER | ||||
8 | HIT_DOOR |