BIS fnc importImageLinks: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Diagnostic(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1= Diagnostic |GROUP1= | |gr1= Diagnostic |GROUP1= | ||
| Imports CfgVehicles image links from Community Wiki (https://community.bistudio.com/). | | Imports CfgVehicles image links from Community Wiki (https://community.bistudio.com/). | ||
Line 25: | Line 23: | ||
{{Important| | {{Important| | ||
Be wary that '''this function is CPU-demanding''' and may lock your computer for 5-10 seconds!}} |DESCRIPTION= | Be wary that '''this function is CPU-demanding''' and may lock your computer for 5-10 seconds!}} |DESCRIPTION= | ||
| call [[BIS_fnc_importImageLinks]]; |SYNTAX= | | call [[BIS_fnc_importImageLinks]]; |SYNTAX= | ||
| [[Boolean]] - [[true]] when done |RETURNVALUE= | | [[Boolean]] - [[true]] when done |RETURNVALUE= | ||
|x1= <code>[[call]] [[BIS_fnc_importImageLinks]];</code> |EXAMPLE1= | |x1= <code>[[call]] [[BIS_fnc_importImageLinks]];</code> |EXAMPLE1= | ||
| [[Special:Upload|Upload a File on the Wiki]] |SEEALSO= | | [[Special:Upload|Upload a File on the Wiki]] |SEEALSO= |
Revision as of 23:13, 16 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