BIS fnc storeParamsValues: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *([^ ]+) *call *\[\[([a-zA-Z_0-9]+)\]\] * \|r1=" to "|s1=$1 call $2 |r1=") |
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=]{12})" to "|$1=$2 |descr=$3") |
||
Line 9: | Line 9: | ||
|serverExec= server | |serverExec= server | ||
| Parses mission params and stores them into public variable '''"BIS_fnc_storeParamsValues_data"'''. Use [[BIS_fnc_getParamValue]] to retrieve params values from the variable. | |descr= Parses mission params and stores them into public variable '''"BIS_fnc_storeParamsValues_data"'''. Use [[BIS_fnc_getParamValue]] to retrieve params values from the variable. | ||
|s1= call [[BIS_fnc_storeParamsValues]] | |s1= call [[BIS_fnc_storeParamsValues]] |
Revision as of 20:56, 13 June 2021
Description
- Description:
- Parses mission params and stores them into public variable "BIS_fnc_storeParamsValues_data". Use BIS_fnc_getParamValue to retrieve params values from the variable.
- Execution:
- call
- Groups:
- Mission Parameters
Syntax
- Syntax:
- call BIS_fnc_storeParamsValues
- Return Value:
- Nothing
Examples
- Example 1:
call BIS_fnc_storeParamsValues;
Additional Information
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