BIS fnc initParams: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|" to "|") |
Lou Montana (talk | contribs) m (Text replacement - "[[Arma 3: Mission Parameters" to "[[Mission Parameters") |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.00 | |||
| | |gr1= Mission Parameters | ||
| | |descr= Initialize [[Mission Parameters|mission params]] and create log in the diary.<br/> | ||
| | 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]]. | ||
| [modules] [[ | |s1= [modules] call [[BIS_fnc_initParams]] | ||
|r1= [[Boolean]] | |r1= [[Boolean]] | ||
|x1= < | |x1= <sqf>call BIS_fnc_initParams;</sqf> | ||
|seealso= [[ | |seealso= [[Mission Parameters]] | ||
}} | }} |
Latest revision as of 17:42, 12 February 2024
Description
- Description:
- Initialize mission params and create log in the diary.
Since 2.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