BIS fnc initParams: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "'''(BI(N|S)_fnc_[a-zA-Z0-9_]+)'''" to "$1") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.00 | |||
|1.00 | |||
|gr1= Mission Parameters | |gr1= Mission Parameters | ||
|Initialize [[Arma 3 Mission Parameters|mission params]] and create log in the diary. | |descr= Initialize [[Arma 3 Mission Parameters|mission params]] and create log in the diary. | ||
| [modules] [[call]] [[BIS_fnc_initParams]]; | |s1= [modules] [[call]] [[BIS_fnc_initParams]]; | ||
|r1= [[Boolean]] | |r1= [[Boolean]] | ||
|x1= <code>call [[BIS_fnc_initParams]];</code> | |x1= <code>call [[BIS_fnc_initParams]];</code> | ||
|seealso= [[Arma 3 Mission Parameters]] | |seealso= [[Arma 3 Mission Parameters]] | ||
}} | }} |
Revision as of 20:29, 12 June 2021
Description
- Description:
- Initialize mission params and create log in the diary.
- 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:
- 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