getDammage: Difference between revisions
Jump to navigation
Jump to search
m (See also) |
mNo edit summary |
||
Line 22: | Line 22: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dt class="note">'''[[User:UNN|UNN]]'''</dt><dd class="note"> | |||
Vehicles repaired in game with the Repair trucks e.t.c never get completely repaired. After being repaired, rather than returning 0 when the [[damage]] command is called. They return a value equal to or less than 0.09. | |||
Consequently any vehicle flagged as immobile (as indicated by the [[canMove]] command), remains so. At least as far as the AI are concerned. The AI will refuse to board an immobile vehicle or eject straight after boarding. Players remain unaffected and can drive the vehicle as normal. To circumvent this, use [[setDamage]] 0 on the vehicle in question, to allow the AI to board. | |||
</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> |
Revision as of 11:29, 13 August 2006
Description
- Description:
- Returns the object damage in the range from 0 to 1.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
getDammage player
Additional Information
- See also:
- damagesetDamagesetDammage
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
Notes
- UNN
- Vehicles repaired in game with the Repair trucks e.t.c never get completely repaired. After being repaired, rather than returning 0 when the damage command is called. They return a value equal to or less than 0.09. Consequently any vehicle flagged as immobile (as indicated by the canMove command), remains so. At least as far as the AI are concerned. The AI will refuse to board an immobile vehicle or eject straight after boarding. Players remain unaffected and can drive the vehicle as normal. To circumvent this, use setDamage 0 on the vehicle in question, to allow the AI to board.