BIS fnc diagAnim: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (pf)
m (template:command argument fix)
Line 10: Line 10:
*'''animChanged''' - When action is performed (only to debug.log)
*'''animChanged''' - When action is performed (only to debug.log)
*'''animDone''' - When animation chain that was started by action is finished (only to debug.log)
*'''animDone''' - When animation chain that was started by action is finished (only to debug.log)
*'''animStateChanged''' - Each animation state changes(debug.log + globalchat).|= Description
*'''animStateChanged''' - Each animation state changes(debug.log + globalchat).|DESCRIPTION=


____________________________________________________________________________________________
____________________________________________________________________________________________


|  [target] call [[BIS_fnc_diagAnim]] |= Syntax
|  [target] call [[BIS_fnc_diagAnim]] |SYNTAX=
____________________________________________________________________________________________
____________________________________________________________________________________________
|p1= target: [[Object]] - (Optional, default [[player]]) - The unit whose animation should be logged "|= Parameter 1
|p1= target: [[Object]] - (Optional, default [[player]]) - The unit whose animation should be logged "|= Parameter 1


| [[Nothing]]|= Return value
| [[Nothing]]|RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 24: Line 24:
____________________________________________________________________________________________
____________________________________________________________________________________________


|[[:Category:Function Group: Diagnostic|Diag functions]]|= See also
|[[:Category:Function Group: Diagnostic|Diag functions]]|SEEALSO=
}}
}}
<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>

Revision as of 12:27, 7 April 2019

Hover & click on the images for description

Description

Description:
Displays or logs animation states:
  • animChanged - When action is performed (only to debug.log)
  • animDone - When animation chain that was started by action is finished (only to debug.log)
  • animStateChanged - Each animation state changes(debug.log + globalchat).
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[target] call BIS_fnc_diagAnim
Parameters:
target: Object - (Optional, default player) - The unit whose animation should be logged "
Return Value:
Nothing

Examples

Example 1:
call BIS_fnc_diagAnim;

Additional Information

See also:
Diag functions

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