7erra/Sandbox – User
Jump to navigation
Jump to search
(→SafeZone: Picture safeZone values changed) |
(bis_fnc_arsenal variables) |
||
(31 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
=== Variables === | |||
This is a list of all the variables that are used by the Virtual Arsenal. | |||
== | {| class="wikitable" | ||
{ | |- | ||
! colspan=3 | [[missionNamespace]] | |||
|- | |||
! Variable !! Data Type !! Explanation | |||
|- | |||
| BIS_fnc_arsenal_data || [[Array]] of arrays of [[String|strings]] || All available items that can be accessed in the Arsenal (not the actual content!). Format:<br> | |||
{| class="wikitable" | |||
|- | |||
! Index !! Content | |||
|- | |||
| 0 || Primary Weapons | |||
|- | |||
| 1 || Secondary Weapons | |||
|- | |- | ||
| 2 || Handguns | |||
|- | |- | ||
| | | 3 || Uniforms | ||
|- | |- | ||
| | | 4 || Vests | ||
|- | |- | ||
| | | 5 || Backpacks | ||
|- | |- | ||
| | | 6 || Headgear | ||
|- | |- | ||
| | | 7 || Goggles | ||
|- | |- | ||
| | | 8 || NVGs | ||
|- | |- | ||
| 9 || Binoculars | |||
|- | |- | ||
| | | 10 || Maps | ||
|- | |- | ||
| | | 11 || GPS | ||
|- | |- | ||
| | | 12 || Radio | ||
|- | |- | ||
| | | 13 || Compass | ||
|- | |- | ||
| | | 14 || Watch | ||
|- | |- | ||
| | | 15 || Face (empty) | ||
|- | |- | ||
| 16 || Voice (empty) | |||
|- | |- | ||
| | | 17 || Insignia (empty) | ||
|- | |- | ||
| | | 18 || Optic attachments (empty) | ||
|- | |- | ||
| | | 19 || Side attachments (empty) | ||
|- | |- | ||
| | | 20 || Muzzle attachments (empty) | ||
|- | |- | ||
| | | 21 || Compatible magazines (empty) | ||
|- | |- | ||
| 22 || Grenades | |||
|- | |- | ||
| | | 23 || Placeables | ||
|- | |- | ||
| | | 24 || Miscellaneous | ||
|- | |- | ||
| | | 25 || Bipod attachments (empty) | ||
|- | |- | ||
| | | 26 || All magazines | ||
|} | |} | ||
|} | |||
} | |||
Latest revision as of 01:11, 6 September 2021
Variables
This is a list of all the variables that are used by the Virtual Arsenal.
missionNamespace | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Variable | Data Type | Explanation | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BIS_fnc_arsenal_data | Array of arrays of strings | All available items that can be accessed in the Arsenal (not the actual content!). Format:
|