BIS fnc importImageLinks: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Page filling) |
m (template:command argument fix) |
||
Line 22: | Line 22: | ||
{{Important| | {{Important| | ||
Be wary that '''this function is CPU-demanding''' and may lock your computer for 5-10 seconds!}} |= | Be wary that '''this function is CPU-demanding''' and may lock your computer for 5-10 seconds!}} |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| call [[BIS_fnc_importImageLinks]]; |= | | call [[BIS_fnc_importImageLinks]]; |SYNTAX= | ||
| [[Boolean]] - [[true]] when done |= | | [[Boolean]] - [[true]] when done |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 33: | Line 33: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Special:Upload|Upload a File on the Wiki]] |= | | [[Special:Upload|Upload a File on the Wiki]] |SEEALSO= | ||
}} | }} | ||
Revision as of 11:28, 7 April 2019
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:
- Uncategorised
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