BIS fnc initParams: 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
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
|Initialize [[Arma 3 Mission Parameters|mission params]] and create log in the diary.|= Description
 
____________________________________________________________________________________________
Description:
Initialize mission params


Parameter(s):
| [modules] [[call]] '''BIS_fnc_initParams'''; |= Syntax
NONE


Returns:
| [[Boolean]] |= Return value
BOOL
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_initParams]]; --> |= Syntax
|x1= <code>call '''BIS_fnc_initParams''';</code> |= example1
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|exec= call |= Execution By
____________________________________________________________________________________________


| |= See also
|[[Arma 3 Mission Parameters]]|= See also


}}
}}

Revision as of 20:29, 2 May 2018

Hover & click on the images for description

Description

Description:
Initialize mission params and create log in the diary.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[modules] call BIS_fnc_initParams;
Return Value:
Boolean

Examples

Example 1:
call BIS_fnc_initParams;

Additional Information

See also:
Arma 3 Mission Parameters

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