Biki Export Scripts: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Add CfgGroups scripts for earlier SQF)
(Add CfgWorlds/Group* code)
Line 825: Line 825:
  [[copyToClipboard]] _result;
  [[copyToClipboard]] _result;
  _result;
  _result;
</spoiler>
= CfgWorlds/Group* =
'''Author:''' {{User|Killzone Kid}}<br>
<spoiler>
"[[if]] (([[configName]] _x) [[select]] [0, 5] [[a == b|==]] 'group') [[then]]
{
[[diag_log]] ('%' + [[configName]] _x);
[[for]] '_i' [[from]] 0 [[to]] [[count]] [[Magic Variables#x|_x]] - 1 [[do]] {
[[diag_log]] ('* ""' [[+]] [[configName]] (_x [[select]] _i) [[+]] '"" &amp;rarr; ' + [[getText]] (([[Magic Variables#x|_x]] [[select]] _i) >> 'name'));
};
}; [[false]]" [[configClasses]] ([[configFile]] >> "CfgWorlds");
</spoiler>
</spoiler>



Revision as of 19:54, 2 September 2021

Introduction

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.

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

Author: Killzone_Kid


Arma 3: DLC Restrictions

Author: POLPOX


Arma 3: Shooting Targets

Author: R3vo


CfgGroups

  • Arma 2: CfgGroups
    Author: Lou Montana
  • Arma 2: Operation Arrowhead: CfgGroups
    Author: Lou Montana
  • Arma 3: CfgGroups
    Author: Lou Montana


CfgWorlds/Group*

Author: Killzone Kid


inputAction/actions

Author: POLPOX


Modules

Author: R3vo


nearestTerrainObjects

Author: R3vo