Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Attachments_base.c
Go to the documentation of this file.
1
3
// AttachmentOptics slot
4
class
AttachmentOpticsClass
{}
5
AttachmentOpticsClass
AttachmentOpticsSource
;
6
7
class
AttachmentOptics
:
BaseAttachmentType
8
{
9
};
10
11
// RIS 1913 - pic rail
12
// Accessories like larger flashlights, lasers, covers and similar can be attached to this rail
13
// RIS accessory rail above or equal 60mm
14
class
AttachmentRIS1913Class
{}
15
AttachmentRIS1913Class
AttachmentRIS1913Source
;
16
17
class
AttachmentRIS1913
:
AttachmentUnderbarrelRIS1913
18
{
19
};
20
21
// RIS 1913 - pic rail short
22
// Accessories like small flashlights or lasers can be attached to this rail
23
// RIS accessory rail below 60mm
24
class
AttachmentRIS1913ShortClass
{}
25
AttachmentRIS1913ShortClass
AttachmentRIS1913ShortSource
;
26
27
class
AttachmentRIS1913Short
:
AttachmentRIS1913
28
{
29
};
30
31
// UGL/underbarrel slots
32
class
AttachmentUnderBarrelClass
{}
33
AttachmentUnderBarrelClass
AttachmentUnderBarrelSource
;
34
35
class
AttachmentUnderBarrel
:
BaseAttachmentType
36
{
37
};
38
39
// Handguard slot
40
class
AttachmentHandGuardClass
{}
41
AttachmentHandGuardClass
AttachmentHandGuardSource
;
42
43
class
AttachmentHandGuard
:
BaseAttachmentType
44
{
45
};
46
47
// Muzzle slot
48
class
AttachmentMuzzleClass
{}
49
AttachmentMuzzleClass
AttachmentMuzzleSource
;
50
51
class
AttachmentMuzzle
:
BaseAttachmentType
52
{
53
};
54
55
// Stock slot
56
class
AttachmentStockClass
{}
57
AttachmentStockClass
AttachmentStockSource
;
58
59
class
AttachmentStock
:
BaseAttachmentType
60
{
61
};
AttachmentUnderBarrelSource
class AttachmentUnderBarrelClass AttachmentUnderBarrelSource
AttachmentMuzzleSource
class AttachmentMuzzleClass AttachmentMuzzleSource
AttachmentOpticsClass
Definition:
Attachments_base.c:4
AttachmentStock
Definition:
Attachments_base.c:59
AttachmentRIS1913ShortSource
class AttachmentRIS1913ShortClass AttachmentRIS1913ShortSource
AttachmentOpticsSource
class AttachmentOpticsClass AttachmentOpticsSource
AttachmentUnderBarrelClass
Definition:
Attachments_base.c:32
AttachmentStockSource
class AttachmentStockClass AttachmentStockSource
BaseAttachmentType
Definition:
BaseAttachmentType.c:12
AttachmentHandGuard
Definition:
Attachments_base.c:43
AttachmentRIS1913ShortClass
Definition:
Attachments_base.c:24
AttachmentHandGuardClass
Definition:
Attachments_base.c:40
AttachmentUnderBarrel
Definition:
Attachments_base.c:35
AttachmentUnderbarrelRIS1913
Definition:
Attachments_underbarrel.c:27
AttachmentMuzzleClass
Definition:
Attachments_base.c:48
AttachmentHandGuardSource
class AttachmentHandGuardClass AttachmentHandGuardSource
AttachmentRIS1913Class
Definition:
Attachments_base.c:14
AttachmentRIS1913Source
class AttachmentRIS1913Class AttachmentRIS1913Source
AttachmentStockClass
Definition:
Attachments_base.c:56
AttachmentMuzzle
Definition:
Attachments_base.c:51
AttachmentRIS1913Short
Definition:
Attachments_base.c:27
AttachmentOptics
Definition:
Attachments_base.c:7
AttachmentRIS1913
Definition:
Attachments_base.c:17
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Weapon
Attachments
Attachments_base.c
Generated by
1.8.17