Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
enum | EWeaponAttachmentActionType |
Functions | |
enum EWeaponAttachmentActionType | Attribute ("0", UIWidgets.ComboBox, "", "", ParamEnumArray.FromEnum(EWeaponAttachmentActionType))] EWeaponAttachmentActionType m_WeaponAttachmentActionType |
override void | Init (IEntity pOwnerEntity, GenericComponent pManagerComponent) |
override bool | CanBeShownScript (IEntity user) |
override bool | CanBePerformedScript (IEntity user) |
override protected void | PerformActionInternal (SCR_InventoryStorageManagerComponent manager, IEntity pOwnerEntity, IEntity pUserEntity) |
override bool | GetActionNameScript (out string outName) |
Variables | |
ScopeDetach | |
Magazine | |
UGL | |
Muzzle | |
SCR_InventoryStorageManagerComponent | m_InventoryManager |
IEntity | attachment |
InventoryItemComponent | m_InventoryItemComp |
Definition at line 1 of file SCR_AttachementAction.c.
enum EWeaponAttachmentActionType Attribute | ( | "0" | , |
UIWidgets. | ComboBox, | ||
"" | , | ||
"" | , | ||
ParamEnumArray. | FromEnumEWeaponAttachmentActionType | ||
) |
override bool CanBePerformedScript | ( | IEntity | user | ) |
Definition at line 61 of file SCR_AttachementAction.c.
override bool CanBeShownScript | ( | IEntity | user | ) |
Definition at line 26 of file SCR_AttachementAction.c.
override bool GetActionNameScript | ( | out string | outName | ) |
Definition at line 78 of file SCR_AttachementAction.c.
override void Init | ( | IEntity | pOwnerEntity, |
GenericComponent | pManagerComponent | ||
) |
Definition at line 20 of file SCR_AttachementAction.c.
override protected void PerformActionInternal | ( | SCR_InventoryStorageManagerComponent | manager, |
IEntity | pOwnerEntity, | ||
IEntity | pUserEntity | ||
) |
Definition at line 70 of file SCR_AttachementAction.c.
IEntity attachment |
Definition at line 16 of file SCR_AttachementAction.c.
InventoryItemComponent m_InventoryItemComp |
Definition at line 17 of file SCR_AttachementAction.c.
SCR_InventoryStorageManagerComponent m_InventoryManager |
Definition at line 15 of file SCR_AttachementAction.c.
Magazine |
Definition at line 3 of file SCR_AttachementAction.c.
Muzzle |
Definition at line 6 of file SCR_AttachementAction.c.
ScopeDetach |
Definition at line 2 of file SCR_AttachementAction.c.
UGL |
Definition at line 4 of file SCR_AttachementAction.c.