BIS fnc feedbackInit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ")
m (Text replacement - "Post process effects" to "Post Process Effects")
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=function
{{RV|type=function


| arma3
|game1= arma3
 
|version1= 1.00
|1.00


|gr1= Feedback
|gr1= Feedback


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


| call [[BIS_fnc_feedbackInit]]
|s1= call [[BIS_fnc_feedbackInit]]


| [[Nothing]]
|r1= [[Nothing]]


|x1= <code>[[call]] [[BIS_fnc_feedbackInit]];</code>
|x1= <sqf>call BIS_fnc_feedbackInit;</sqf>


|seealso= [[Post process effects]]
|seealso= [[Post Process Effects]]
}}
}}

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