BIS fnc initLeaflet: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3>" to "") |
Lou Montana (talk | contribs) m (Text replacement - "{{Function " to "{{RV|type=function ") |
||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| arma3 | | arma3 |
Revision as of 11:04, 23 January 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Interaction
Syntax
- Syntax:
- Syntax needed
- Parameters:
- mode: String - "init" for scripted initialization, other modes are used when leaflets are fired as a weapon
- parameters: Array to format:
- Return Value:
- Return value needed
Examples
- Example 1:
["init", [myLeaflet, "#(argb,8,8,3)color(1,1,0,1)", "Yellow pages"]] call BIS__fnc_initLeaflet;
- Example 2:
["init", [myLeaflet,"Custom_02"]] call BIS_fnc_initLeaflet;
- Example 3:
["init", [myLeaflet,"West"]] call BIS_fnc_initLeaflet;
Additional Information
- See also:
- See also needed
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