BIS fnc storeParamsValues: Difference between revisions
Jump to navigation
Jump to search
Freddo3000 (talk | contribs) m (Add server exec tag) |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 9: | Line 8: | ||
|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.|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.|DESCRIPTION= | ||
| call [[BIS_fnc_storeParamsValues]] |SYNTAX= | | call [[BIS_fnc_storeParamsValues]] |SYNTAX= | ||
| [[Nothing]]|RETURNVALUE= | | [[Nothing]]|RETURNVALUE= | ||
|x1= <code>[[call]] [[BIS_fnc_storeParamsValues]];</code> |= | |x1= <code>[[call]] [[BIS_fnc_storeParamsValues]];</code> |= | ||
| [[Arma 3 Mission Parameters]], [[:Category:Function Group: Params|Params Functions]] |SEEALSO= | | [[Arma 3 Mission Parameters]], [[:Category:Function Group: Params|Params Functions]] |SEEALSO= |
Revision as of 23:55, 16 January 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