From Bohemia Interactive Community
|
|
(19 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| Ancillary sub-page of [[ctrlMapCursor]], listing cursor classes available in Arma 3.
| | === 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> |
|
| |
|
| [[File:wait gs.png]]
| |
| {| class="wikitable" | | {| class="wikitable" |
| !Image
| |
| !Classname
| |
| |- | | |- |
| |[[File:wait gs.png]] | | ! Index !! Content |
| |Wait | | |- |
| | | 0 || Primary Weapons |
| | |- |
| | | 1 || Secondary Weapons |
| | |- |
| | | 2 || Handguns |
| | |- |
| | | 3 || Uniforms |
| | |- |
| | | 4 || Vests |
| | |- |
| | | 5 || Backpacks |
| | |- |
| | | 6 || Headgear |
| | |- |
| | | 7 || Goggles |
| | |- |
| | | 8 || NVGs |
| | |- |
| | | 9 || Binoculars |
| |- | | |- |
| |Brot | | | 10 || Maps |
| |Torte | |
| |- | | |- |
| |Butter | | | 11 || GPS |
| |Eis | | |- |
| | | 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 |
| |} | | |} |
|
| |
|
| <div style="column-count: 3">
| | |} |
| * Arrow
| |
| * Debug
| |
| * Track
| |
| * Move
| |
| * Scroll
| |
| * Rotate
| |
| * Track3D
| |
| * Move3D
| |
| * Rotate3D
| |
| * Raise3D
| |
| * Wait
| |
| * HC_move
| |
| * HC_overFriendly
| |
| * HC_overEnemy
| |
| * HC_overMission
| |
| * HC_unsel
| |
| * Curator
| |
| * CuratorSelect
| |
| * CuratorPlace
| |
| * CuratorPlaceMulti
| |
| * CuratorPlaceDisabled
| |
| * CuratorPlaceWaypoint
| |
| * CuratorPlaceWaypointMulti
| |
| * CuratorPlaceWaypointCycle
| |
| * CuratorPlaceWaypointDestroy
| |
| * CuratorPlaceWaypointDestroyMulti
| |
| * CuratorPlaceWaypointGetIn
| |
| * CuratorPlaceWaypointGetInMulti
| |
| * CuratorPlaceWaypointHook
| |
| * CuratorPlaceWaypointHookMulti
| |
| * CuratorMove
| |
| * CuratorMoveZ
| |
| * CuratorMoveSnap
| |
| * CuratorMoveDisabled
| |
| * CuratorMoveIn
| |
| * CuratorMoveInDisabled
| |
| * CuratorRotate
| |
| * CuratorGroup
| |
| * CuratorSync
| |
| * CuratorDisconnect
| |
| * 3DEN
| |
| * 3DENSelect
| |
| * 3DENSelectWidgetX
| |
| * 3DENSelectWidgetY
| |
| * 3DENSelectWidgetZ
| |
| * 3DENPlace
| |
| * 3DENPlaceMulti
| |
| * 3DENPlaceZ
| |
| * 3DENPlaceZMulti
| |
| * 3DENPlaceWaypoint
| |
| * 3DENPlaceWaypointMulti
| |
| * 3DENPlaceWaypointAttach
| |
| * 3DENPlaceWaypointAttachMulti
| |
| * 3DENMove
| |
| * 3DENMoveZ
| |
| * 3DENMoveSnap
| |
| * 3DENMoveIn
| |
| * 3DENMoveInDisabled
| |
| * 3DENRotate
| |
| * 3DENConnectGroup
| |
| * 3DENConnectSync
| |
| * 3DENDisconnect
| |
| * 3DENTransformRotate0
| |
| * 3DENTransformRotate90
| |
| * 3DENTransformRotate180
| |
| * 3DENTransformRotate270
| |
| * 3DENTransformScale0
| |
| * 3DENTransformScale45
| |
| * 3DENTransformScale90
| |
| * 3DENTransformScale135
| |
| </div>
| |
Latest revision as of 02: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:
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
|
|