BIS fnc initParams: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "[[Arma 3: Mission Parameters" to "[[Mission Parameters")
 
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{RV|type=function
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.00


|1.00|= Game version
|gr1= Mission Parameters
____________________________________________________________________________________________


|Initialize [[Arma 3 Mission Parameters|mission params]] and create log in the diary.|DESCRIPTION=
|descr= Initialize [[Mission Parameters|mission params]] and create log in the diary.<br/>
____________________________________________________________________________________________


| [modules] [[call]] '''BIS_fnc_initParams'''; |SYNTAX=
Since {{GVI|arma3|2.18}} it is possible to deactivate automatic parameter initialization in '''singleplayer''' by setting {{hl|BIS_fnc_initParams_skip}} to [[true]] in [[Arma 3: Functions Library|preInit]].


| [[Boolean]] |RETURNVALUE=
|s1=  [modules] call [[BIS_fnc_initParams]]
____________________________________________________________________________________________


|x1= <code>call '''BIS_fnc_initParams''';</code> |EXAMPLE1=
|r1= [[Boolean]]
____________________________________________________________________________________________


|exec= call |= Execution By
|x1= <sqf>call BIS_fnc_initParams;</sqf>
 
|[[Arma 3 Mission Parameters]]|SEEALSO=


|seealso= [[Mission Parameters]]
}}
}}
<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: Params|{{uc:initParams}}]]
[[Category:Functions|{{uc:initParams}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:initParams}}]]

Latest revision as of 18:42, 12 February 2024

Hover & click on the images for description

Description

Description:
Initialize mission params and create log in the diary.
Since Arma 3 logo black.png2.18 it is possible to deactivate automatic parameter initialization in singleplayer by setting BIS_fnc_initParams_skip to true in preInit.
Execution:
call
Groups:
Mission Parameters

Syntax

Syntax:
[modules] call BIS_fnc_initParams
Return Value:
Boolean

Examples

Example 1:
call BIS_fnc_initParams;

Additional Information

See also:
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