getShotInfo
Jump to navigation
Jump to search
Description
- Description:
- Returns various properties for the given shot.
- Groups:
- Object Manipulation
Syntax
- Syntax:
- getShotInfo shot
- Parameters:
- shot: Object
- Return Value:
- Array in format [effectiveTimeToLive, fuseDistanceLeft, timeToExplosion, triggerIsForced, shownTracer, isReal, isSubmunitionTriggered], where:
- 0 - effectiveTimeToLive: Number - how much more shot has to live.
- 1 - fuseDistanceLeft: Number - how long shot has to travel more to get fused (undebarrel grenade for example).
- 2 - timeToExplosion: Number - how long before shot fuse explodes (hand grenade for example).
- 3 - triggerIsForced: Boolean - true if shot ammo was triggered with triggerAmmo.
- 4 - shownTracer: Boolean - true if the shot shown as tracer.
- 5 - isReal: Boolean - true is the shot is considered in damage events.
- 6 - isSubmunitionTriggered: Boolean - true if the shot contains submunition and it is triggered.
Alternative Syntax
- Syntax:
- shot getShotInfo index
- Parameters:
- shot: Object
- index: Number - property index (see main syntax, for example 1 for fuseDistanceLeft)
- Return Value:
- Anything - depends on the requested property, or Nothing
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- cursorObject cursorTarget createSimpleObject getObjectType getObjectTextures objectParent setVelocityTransformation getUnitFreefallInfo getEntityInfo getModelInfo
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