BIS fnc animViewer: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
m (Text replacement - "(Optional, default {{hl|[]}})" to "(Optional, default <sqf inline>[]</sqf>)")
 
(22 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.00


| arma3 |= Game name
|gr1= Diagnostic


|1.00|= Game version
|descr= Opens the [[Arma 3: Splendid Animation Viewer|Splendid&trade; Animation Viewer]].
____________________________________________________________________________________________


| <pre>/*
|s1= [] call [[BIS_fnc_animViewer]]


Description:
<!--
Splendid animation viewer
p0= arrayFromHeader: [[Array]] - forced animation in format [<unit class>, <animation class>]


Parameter(s):
|p1= mode: [[String]] - (Optional, default "Init")
0 (Optional): ARRAY - Forced animation in format [<unit class>, <animation class>]


Returns: N/A
|p2= arguments: [[Array]] - (Optional, default <sqf inline>[]</sqf>)
*/
-->
|r1= [[Nothing]]


#define A3
|x1= <sqf>[] call BIS_fnc_animViewer;</sqf>
//#define DZ
 
//--- RscDisplayAnimViewer
#define IDC_RSCDISPLAYANIMVIEWER_TITLE 1000
#define IDC_RSCDISPLAYANIMVIEWER_BACKGROUND 1001
#define IDC_RSCDISPLAYANIMVIEWER_DESCRIPTION 1100
#define IDC_RSCDISPLAYANIMVIEWER_MISC 1500
#define IDC_RSCDISPLAYANIMVIEWER_ACTION 2100
#define IDC_RSCDISPLAYANIMVIEWER_POSE 2101
#define IDC_RSCDISPLAYANIMVIEWER_MOVEMENT 2102
#define IDC_RSCDISPLAYANIMVIEWER_STANCE 2103
#define IDC_RSCDISPLAYANIMVIEWER_ITEM 2104
#define IDC_RSCDISPLAYANIMVIEWER_SOLDIER 2106
#define IDC_RSCDISPLAYANIMVIEWER_BUTTONCLOSE 2700
 
#define IDC_RSCDISPLAYANIMVIEWER_MOUSEAREA 999
#define IDC_RSCDISPLAYANIMVIEWER 1320
 
#define DIK_ESCAPE          0x01
#define DIK_X              0x2D
#define DIK_C              0x2E
#define DIK_V              0x2F
#define DIK_MINUS          0x0C
#define DIK_EQUALS          0x0D
 
#define CONTROL (_display displayctrl _idc)
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
 
| <!-- [] call [[BIS_fnc_animViewer]]; --> |= Syntax
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso=  [[BIS_fnc_configViewer]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Debug|{{uc:animViewer}}]]
[[Category:Functions|{{uc:animViewer}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:animViewer}}]]

Latest revision as of 19:09, 8 November 2023

Hover & click on the images for description

Description

Description:
Opens the Splendid™ Animation Viewer.
Execution:
call
Groups:
Diagnostic

Syntax

Syntax:
[] call BIS_fnc_animViewer
Return Value:
Nothing

Examples

Example 1:
[] call BIS_fnc_animViewer;

Additional Information

See also:
BIS_fnc_configViewer

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