BIS fnc feedbackMain: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Page filling)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''N/A'' |= Description
| Main feedback [[FSM]], used for feedback effects (fatigue, drowning, injury etc.). Internal use only. |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_feedbackMain]]; --> |= Syntax
| [] call [[BIS_fnc_feedbackMain]] |Syntax=


|p1= |= Parameter 1
|p1= |Parameter 1=


| |= Return value
| [[Number]]? ([[execFSM]]) |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[] [[call]] [[BIS_fnc_feedbackMain]];</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[FSM]], [[:Category:Function Group: Feedback|Feedback Function Group]] |See also=
 
}}
}}


Line 33: Line 31:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:feedbackMain}}]]
[[Category:Function Group: Feedback|{{uc:feedbackMain}}]]
[[Category:Function Group: Feedback|{{uc:feedbackMain}}]]
[[Category:Functions|{{uc:feedbackMain}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:feedbackMain}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:feedbackMain}}]]

Revision as of 16:29, 8 June 2018

Hover & click on the images for description

Description

Description:
Main feedback FSM, used for feedback effects (fatigue, drowning, injury etc.). Internal use only.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[] call BIS_fnc_feedbackMain
Return Value:
Number? (execFSM)

Examples

Example 1:
[] call BIS_fnc_feedbackMain;

Additional Information

See also:
FSMFeedback Function Group

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