BIS fnc initParams: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
Lou Montana (talk | contribs) m (Text replacement - "[[Arma 3: Mission Parameters" to "[[Mission Parameters") |
||
(17 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.00 | |||
|1.00 | |||
|gr1= Mission Parameters | |gr1= Mission Parameters | ||
|Initialize [[ | |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]]. | ||
| | |s1= [modules] call [[BIS_fnc_initParams]] | ||
| | |r1= [[Boolean]] | ||
| | |x1= <sqf>call BIS_fnc_initParams;</sqf> | ||
|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