Difference between revisions of "getHit"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
− | {{Command | + | {{Command |
− | | arma3 | + | | arma3 |
− | | 1.32 | + | | 1.32 |
|game2= arma2oa |Game2 name= | |game2= arma2oa |Game2 name= | ||
Line 9: | Line 9: | ||
|version2= 1.64 |Game2 version= | |version2= 1.64 |Game2 version= | ||
− | |arg= global | + | |arg= global |
− | |gr1= Object Manipulation | + | |gr1= Object Manipulation |
| Returns selection damage. Same as [[getHitPointDamage]], only the argument is selection part instead of hit point. | | Returns selection damage. Same as [[getHitPointDamage]], only the argument is selection part instead of hit point. | ||
− | {{Informative | Some part names are in Czech; see [[Translations|translation table]].}} | + | {{Informative | Some part names are in Czech; see [[Translations|translation table]].}} |
− | | vehicle [[getHit]] selection | + | | vehicle [[getHit]] selection |
− | |p1= vehicle : [[Object]] - vehicle to be queried | + | |p1= vehicle : [[Object]] - vehicle to be queried |
− | |p2= selection: [[String]] - selection part name | + | |p2= selection: [[String]] - selection part name |
− | | [[Number]] (prior to Arma 3 v1.93.145625, [[Nothing]] was return when invalid ''selection'' was given) | + | | [[Number]] (prior to Arma 3 v1.93.145625, [[Nothing]] was return when invalid ''selection'' was given) |
− | |x1= <code>[[player]] [[getHit]] "head";</code> | + | |x1= <code>[[player]] [[getHit]] "head";</code> |
− | |x2= <code>_car [[getHit]] "motor";</code> | + | |x2= <code>_car [[getHit]] "motor";</code> |
− | | [[setHit]], [[getHitPointDamage]], [[setHitPointDamage]], [[setDamage]], [[damage]], [[getHitIndex]], [[setHitIndex]] | + | | [[setHit]], [[getHitPointDamage]], [[setHitPointDamage]], [[setDamage]], [[damage]], [[getHitIndex]], [[setHitIndex]] |
}} | }} | ||
Revision as of 01:43, 18 January 2021
Description
- Description:
- Returns selection damage. Same as getHitPointDamage, only the argument is selection part instead of hit point.
- Groups:
- Object Manipulation
Syntax
- Syntax:
- vehicle getHit selection
- Parameters:
- vehicle : Object - vehicle to be queried
- selection: String - selection part name
- Return Value:
- Number (prior to Arma 3 v1.93.145625, Nothing was return when invalid selection was given)
Examples
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note