BIS fnc initModules: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Modules(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(20 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| arma3 | | |game1= arma3 | ||
|version1= 1.00 | |||
| | |gr1= Systems | ||
| | |descr= Wait until all modules using the [[Modules|Arma 3: Module Framework]] are initialised. | ||
| | |s1= [modules] call [[BIS_fnc_initModules]] | ||
| [ | |p1= modules: [[Array]] of [[Object]]s - modules to be activated | ||
| | |r1= [[Boolean]] - always returns [[true]] | ||
|x1= <sqf>[module_1,module_2] call BIS_fnc_initModules;</sqf> | |||
|x1= < | |||
|seealso= [[Modules]] | |||
}} | }} | ||
Latest revision as of 17:36, 15 August 2022
Description
- Description:
- Wait until all modules using the Arma 3: Module Framework are initialised.
- Execution:
- call
- Groups:
- Systems
Syntax
- Syntax:
- [modules] call BIS_fnc_initModules
- Parameters:
- modules: Array of Objects - modules to be activated
- Return Value:
- Boolean - always returns true
Examples
- Example 1:
Additional Information
- See also:
- Modules
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