getHit: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game version" to "|Game version=") |
Lou Montana (talk | contribs) (Add A2OA EOL) |
||
Line 2: | Line 2: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | arma2oa |Game name= | ||
|1.32| | |||
| 1.64 |Game version= | |||
|game2= arma3 |Game2 name= | |||
|version2= 1.32 |Game2 version= | |||
|arg= global|Multiplayer Arguments= | |arg= global|Multiplayer Arguments= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns selection damage. Same as [[getHitPointDamage]] only argument is selection part instead of hit point. | | Returns selection damage. Same as [[getHitPointDamage]] only argument is selection part instead of hit point. | ||
{{Informative | Some part names are in Czech; see [[Translations|translation table]].}} |DESCRIPTION= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| vehicle | | vehicle [[getHit]] selection |SYNTAX= | ||
|p1= vehicle : [[Object]] - vehicle to be queried |PARAMETER1= | |p1= vehicle : [[Object]] - vehicle to be queried |PARAMETER1= | ||
| [[ | |p2= selection: [[String]] - selection part name |PARAMETER2= | ||
| [[Number]] (prior to Arma 3 v1.93.145625, [[Nothing]] was return when invalid ''selection'' was given) |RETURNVALUE= | |||
____________________________________________________________________________________________ | |||
|x1= <code>[[player]] [[getHit]] "head";</code> |EXAMPLE1= | |x1= <code>[[player]] [[getHit]] "head";</code> |EXAMPLE1= | ||
|x2= <code>_car [[getHit]] "motor";</code> |EXAMPLE2= | |x2= <code>_car [[getHit]] "motor";</code> |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[setHit]], [[getHitPointDamage]], [[setHitPointDamage]], [[setDamage]], [[damage]], [[getHitIndex]], [[setHitIndex]]|SEEALSO= | | [[setHit]], [[getHitPointDamage]], [[setHitPointDamage]], [[setDamage]], [[damage]], [[getHitIndex]], [[setHitIndex]] |SEEALSO= | ||
}} | }} | ||
Line 40: | Line 43: | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 11:43, 19 September 2019
Description
- Description:
- Returns selection damage. Same as getHitPointDamage only argument is selection part instead of hit point.
- Groups:
- Uncategorised
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