Difference between revisions of "BIS fnc importImageLinks"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
− | {{Function | + | {{Function |
− | | arma3 | + | | arma3 |
− | |1.08 | + | |1.08 |
− | |gr1= Diagnostic | + | |gr1= Diagnostic |
| Imports CfgVehicles image links from Community Wiki (https://community.bistudio.com/). | | Imports CfgVehicles image links from Community Wiki (https://community.bistudio.com/). | ||
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!}} |
− | | call [[BIS_fnc_importImageLinks]]; | + | | call [[BIS_fnc_importImageLinks]]; |
− | | [[Boolean]] - [[true]] when done | + | | [[Boolean]] - [[true]] when done |
− | |x1= <code>[[call]] [[BIS_fnc_importImageLinks]];</code> | + | |x1= <code>[[call]] [[BIS_fnc_importImageLinks]];</code> |
− | | [[Special:Upload|Upload a File on the Wiki]] | + | | [[Special:Upload|Upload a File on the Wiki]] |
}} | }} | ||
Revision as of 23:10, 17 January 2021
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