BIS fnc importImageLinks: Difference between revisions
| m (Text replacement - "|Game version=" to "|Game version=  |gr1= Diagnostic |GROUP1=") | m (Text replacement - "\[\[Category\:Function Group\: Diagnostic(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") | ||
| Line 46: | Line 46: | ||
| <h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
| [[Category:Functions|{{uc:importImageLinks}}]] | [[Category:Functions|{{uc:importImageLinks}}]] | ||
| [[Category:{{Name|arma3}}: Functions|{{uc:importImageLinks}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:importImageLinks}}]] | ||
Revision as of 13:10, 12 October 2020
Description
- Description:
- Imports CfgVehicles image links from Community Wiki (https://community.bistudio.com/).
- Run the script. It will copy a text into clipboard
- Open your Sandbox and paste the text into edit field
- Preview the page (don't save it)
- Copy the resulting text and use it in your scripts
 _imagesCfgVehicles = [ "papercar","https://community.bistudio.com/wikidata/images/8/85/Arma3_CfgVehicles_PaperCar.jpg", "firesectortarget","", "building","", (…) ];
- Execution:
- call
- Groups:
- Diagnostic
Syntax
- Syntax:
- call BIS_fnc_importImageLinks;
- Return Value:
- Boolean - true when done
Examples
- Example 1:
- call BIS_fnc_importImageLinks;
Additional Information
- See also:
- Upload a File on the Wiki
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
 
	