Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
Attachments_base.c
Go to the documentation of this file.
1
2
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
};
62
63
// Bayonet lug
64
class
AttachmentBayonetClass
{}
65
AttachmentBayonetClass
AttachmentBayonetSource
;
66
67
class
AttachmentBayonet
:
BaseAttachmentType
68
{
69
};
AttachmentMuzzleSource
class AttachmentMuzzleClass AttachmentMuzzleSource
AttachmentRIS1913ShortSource
class AttachmentRIS1913ShortClass AttachmentRIS1913ShortSource
AttachmentHandGuardSource
class AttachmentHandGuardClass AttachmentHandGuardSource
AttachmentStockSource
class AttachmentStockClass AttachmentStockSource
AttachmentRIS1913Source
class AttachmentRIS1913Class AttachmentRIS1913Source
AttachmentUnderBarrelSource
class AttachmentUnderBarrelClass AttachmentUnderBarrelSource
AttachmentOpticsSource
class AttachmentOpticsClass AttachmentOpticsSource
AttachmentBayonetSource
class AttachmentBayonetClass AttachmentBayonetSource
AttachmentBayonetClass
Definition
Attachments_base.c:64
AttachmentBayonet
Definition
Attachments_base.c:68
AttachmentHandGuardClass
Definition
Attachments_base.c:40
AttachmentHandGuard
Definition
Attachments_base.c:44
AttachmentMuzzleClass
Definition
Attachments_base.c:48
AttachmentMuzzle
Definition
Attachments_base.c:52
AttachmentOpticsClass
Definition
Attachments_base.c:4
AttachmentOptics
Definition
Attachments_base.c:8
AttachmentRIS1913Class
Definition
Attachments_base.c:14
AttachmentRIS1913
Definition
Attachments_base.c:18
AttachmentRIS1913ShortClass
Definition
Attachments_base.c:24
AttachmentRIS1913Short
Definition
Attachments_base.c:28
AttachmentStockClass
Definition
Attachments_base.c:56
AttachmentStock
Definition
Attachments_base.c:60
AttachmentUnderBarrelClass
Definition
Attachments_base.c:32
AttachmentUnderBarrel
Definition
Attachments_base.c:36
AttachmentUnderbarrelRIS1913
Definition
Attachments_underbarrel.c:35
BaseAttachmentType
Definition
BaseAttachmentType.c:13
scripts
Game
Weapon
Attachments
Attachments_base.c
Generated by
1.17.0