BIS fnc ambientAnimGetParams: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(see also & note) |
||
Line 27: | Line 27: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[animationState]] |= See also | ||
}} | }} | ||
Line 34: | Line 34: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on August 22, 2014 - 2330</dd> | |||
<dt class="note">[[User:ffur2007slx2_5| ffur2007slx2_5]]</dt> | |||
<dd class="note">(A3 1.26) Sorting animation state by keyword: | |||
<code> ("KNEEL" [[call]] [[BIS_fnc_ambientAnimGetParams]]) [[select]] 0; | |||
//return: ["amovpknlmstpslowwrfldnon"…]</code> | |||
Useful keywords are: "STAND", "WATCH", "GUARD", "LISTEN_BRIEFING", "LEAN_ON_TABLE", "LEAN", "SIT_AT_TABLE", "KNEEL", "PRONE_INJURED", "BRIEFING" ect. | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 16:39, 22 August 2014
Description
- Description:
/* Description: Feeds params of given animset to BIS_fnc_ambientAnim. */
(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- Syntax needed
- Return Value:
- Return value needed
Examples
- Example 1:
Additional Information
- See also:
- animationState
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
- Posted on August 22, 2014 - 2330
- ffur2007slx2_5
- (A3 1.26) Sorting animation state by keyword:
("KNEEL" call BIS_fnc_ambientAnimGetParams) select 0; //return: ["amovpknlmstpslowwrfldnon"…]
Useful keywords are: "STAND", "WATCH", "GUARD", "LISTEN_BRIEFING", "LEAN_ON_TABLE", "LEAN", "SIT_AT_TABLE", "KNEEL", "PRONE_INJURED", "BRIEFING" ect.