BIS fnc diagAnim: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 8: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | 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).|= Description | |||
____________________________________________________________________________________________ | |||
| [target] call [[BIS_fnc_diagAnim]] |= Syntax | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|p1= target: [[Object]] - (Optional, default [[player]]) - The unit whose animation should be logged "|= Parameter 1 | |||
| | | [[Nothing]]|= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>[[call]] [[BIS_fnc_diagAnim]];</code> |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | |[[:Category:Function Group: Diagnostic|Diag functions]]|= See also | ||
}} | }} | ||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> | ||
<dl class="command_description"> | <dl class="command_description"> |
Revision as of 13:24, 4 June 2018
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