BIS fnc feedbackInit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "Post process effects" to "Post Process Effects")
 
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RV|type=function


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


| arma3 |= Game name
|gr1= Feedback


|1.00|= Game version
|descr= Init function for feedback system. Declaration of variables, eventhandlers, etc. for in-game effects. Engine use only.
____________________________________________________________________________________________


| Init function for feedback system. Declaration of variables, eventhandlers, etc. for in-game effects. Engine use only. |DESCRIPTION=
|s1= call [[BIS_fnc_feedbackInit]]
____________________________________________________________________________________________


| call [[BIS_fnc_feedbackInit]] |SYNTAX=
|r1= [[Nothing]]


| [[Nothing]] |RETURNVALUE=
|x1= <sqf>call BIS_fnc_feedbackInit;</sqf>
____________________________________________________________________________________________


|x1= <code>[[call]] [[BIS_fnc_feedbackInit]];</code> |= Example 1
|seealso= [[Post Process Effects]]
____________________________________________________________________________________________
 
| [[Post process effects]] |SEEALSO=
}}
}}
<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: Feedback|{{uc:feedbackInit}}]]
[[Category:Functions|{{uc:feedbackInit}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:feedbackInit}}]]

Latest revision as of 00:24, 13 July 2022

Hover & click on the images for description

Description

Description:
Init function for feedback system. Declaration of variables, eventhandlers, etc. for in-game effects. Engine use only.
Execution:
call
Groups:
Feedback

Syntax

Syntax:
call BIS_fnc_feedbackInit
Return Value:
Nothing

Examples

Example 1:
call BIS_fnc_feedbackInit;

Additional Information

See also:
Post Process Effects

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