![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ACOGOptic |
| class | ACOGOptic_6x |
| class | FNP45_MRDSOptic |
| class | GrozaOptic |
| class | KashtanOptic |
| class | KobraOptic |
| class | LongrangeOptic |
| class | M68Optic |
| class | MK4Optic_Black |
| class | MK4Optic_Green |
| class | MK4Optic_Tan |
| class | PistolOptic |
| class | SportingOptic |
| Not ready yet. More... | |
| class | StarlightOptic |
Functions | |
| override int | GetCurrentNVType () |
| KobraOptic ItemOptics | InitOpticMode () |
| override bool | IsSightOnly () |
| M68Optic ItemOptics | IsUsableWithNV () |
| override void | OnOpticEnter () |
| override void | OnOpticModeChange () |
| override void | SetActions () |
| override void | UpdateSelectionVisibility () |
Variables | |
| StarlightOptic | ItemOptics |
| override int GetCurrentNVType | ( | ) |
Definition at line 59 of file optics.c.
References Error(), ItemOptics::IsWorking(), GameConstants::OPTICS_STATE_DAY, and GameConstants::OPTICS_STATE_NIGHTVISION.
| KobraOptic ItemOptics InitOpticMode | ( | ) |
| override bool IsSightOnly | ( | ) |
Definition at line 53 of file optics.c.
References ItemOptics::InitOpticMode(), GameConstants::OPTICS_STATE_NIGHTVISION, and ItemOptics::SetCurrentOpticMode().
| override void OnOpticEnter | ( | ) |
Definition at line 87 of file optics.c.
References ItemOptics::HideSelection().
| override void OnOpticModeChange | ( | ) |
Definition at line 80 of file optics.c.
References ItemOptics::UpdateSelectionVisibility().
| override void SetActions | ( | ) |
Definition at line 115 of file optics.c.
References AddAction().
| override void UpdateSelectionVisibility | ( | ) |
Definition at line 94 of file optics.c.
References g_Game, ItemOptics::GetCurrentOpticMode(), ItemOptics::HideSelection(), GameConstants::OPTICS_STATE_DAY, GameConstants::OPTICS_STATE_NIGHTVISION, and ItemOptics::ShowSelection().
| StarlightOptic ItemOptics |