BIS_fnc_target

From Bohemia Interactive Community
Revision as of 21:48, 6 January 2020 by Lou Montana (talk | contribs) (Add description)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Manages a target such as TargetBootcampHuman_f (statistics, animation, etc)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[action, parameters] call BIS_fnc_target
Parameters:
action: String - one of:
  • initialize
  • terminate (does nothing(?))
  • animate
  • getAnimationPhase
  • getAnimationPhaseString
  • getAnimatedSelection
  • hit
  • hitPart
  • getShooterDataIndex
  • getShooterData
  • setShooterData
  • getShotsData
  • getShotsDataFromTargets
  • getShotsDataWithFilter
  • setShotsData
  • getShootersData
  • setShootersData
  • resetShootersData (clears all data on object)
  • getShooterTemplate
  • getShotTemplate
  • getShooterByUid
  • uiOpen
  • uiOnLoad (internal)
  • uiFillTable (internal)
  • uiFillTableRow (internal)
Return Value:
Return value needed

Examples

Examples:
Example needed

Additional Information

See also:
doTarget

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

Bottom Section