Biki Export Scripts: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fixed typos in DLC Restrictions code)
m (→‎Arma 3: createVehicle/vehicles: Fix something instead of slapping Lou's face)
Line 280: Line 280:
"if (getNumber (_x >> 'scope') > 0) then
"if (getNumber (_x >> 'scope') > 0) then
{
{
_result = format ["%1* %2\n", _result, configName _x];
_result = format ['%1* %2\n', _result, configName _x];
}" configClasses (configFile >> "CfgVehicles");
}" configClasses (configFile >> "CfgVehicles");
copyToClipboard _result;
copyToClipboard _result;
Line 308: Line 308:
</sqf>
</sqf>
</spoiler>
</spoiler>


= [[Arma 3: DLC Restrictions]] =
= [[Arma 3: DLC Restrictions]] =

Revision as of 14:36, 21 July 2022

This page contains all export scripts used to generate data on various pages on this wiki.

In order to quickly link to the export script used to generate data on a specific page use {{Wiki|extractionScript}} on that specific page.
The functions from this page (and more) are also available in this mod.

Arma 3: CfgFunctions

Author: R3vo


Arma 3: CfgMarkers

Author: R3vo


Arma 3: CfgMarkerColors

Author: R3vo


Arma 3: CfgMusic

Author: Killzone_kid


Arma 3: Difficulty Settings

Author: Killzone_kid


Arma 3: Display3DEN IDCs

Author: R3vo


Arma 3: Hitpoints

Author: R3vo


Arma 3: createVehicle/vehicles

light version (without hitpoints)
Author: Lou Montana

heavy version (with hitpoints)
Author: Killzone_Kid

Arma 3: DLC Restrictions

Author: POLPOX


Arma 3: Shooting Targets

Author: R3vo


CfgGroups

Author: Lou Montana


CfgWorlds/Group*

Author: Killzone Kid


inputAction/actions

Author: POLPOX


Modules

Author: R3vo


nearestTerrainObjects

Author: R3vo