BIS fnc feedbackInit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Page filling)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Init function for feedback system. Declaration of variables, eventhandlers, etc. for in-game effects. Engine use only. |= Description
File: fn_feedbackInit.sqf
 
Description:
Init function for feedback system. Declaration of variables, eventhandlers, etc.
 
Parameter(s):
None.
 
Returned value:
None.  
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|p1= |= Parameter 1
| [[Nothing]] |= Return value
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| |= See also
| [[Post process effects]] |= See also
 
}}
}}



Revision as of 01:53, 7 May 2018


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:
Uncategorised

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

Notes

Bottom Section