BIS_fnc_importImageLinks
Jump to navigation
Jump to search
Hover & click on the images for descriptions
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","", (…) ];
Syntax
- Syntax:
- call BIS_fnc_importImageLinks;
- Return Value:
- Boolean - true when done
Examples
- Example 1:
-
call BIS_fnc_importImageLinks;
Additional Information
- Execution:
- call
- See also:
- Upload a File on the Wiki
- Groups:
- Diagnostic