DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | ActionTargetLighSource |
Variables | |
ActionTargetLighSource | m_SelectedLightSource |
ref ActionTargetLighSource | m_LightItemTarget |
ref array< ref ActionTarget > | m_ValidLightItems |
PlayerBase | m_Player |
Definition at line 22 of file PlayerLightManager.c.
References m_LightItemTarget, UpdateLightSourceList(), and vector::Zero.
ref array< ref ActionTarget > GetLightSourceList | ( | ) |
int GetSelectedLightSourceIdx | ( | ) |
Definition at line 56 of file PlayerLightManager.c.
References m_SelectedLightSource.
ref ActionTarget GetSelectedLightSourceTarget | ( | ) |
Definition at line 67 of file PlayerLightManager.c.
References m_SelectedLightSource, and m_ValidLightItems.
void PlayerLightManager | ( | PlayerBase | player | ) |
Definition at line 14 of file PlayerLightManager.c.
References m_LightItemTarget, m_Player, and m_ValidLightItems.
Definition at line 28 of file PlayerLightManager.c.
References m_LightItemTarget, UpdateLightSourceList(), and vector::Zero.
void SelectLightSourceTarget | ( | ActionTarget | target | ) |
Definition at line 61 of file PlayerLightManager.c.
References m_ValidLightItems, and SetSelectedLightSourceIdx().
Definition at line 51 of file PlayerLightManager.c.
References m_SelectedLightSource.
Referenced by SelectLightSourceTarget().
void UpdateLightSourceList | ( | ) |
Definition at line 35 of file PlayerLightManager.c.
References m_LightItemTarget, and m_ValidLightItems.
Referenced by AddLightSource(), and RemoveLightSource().
ref ActionTargetLighSource m_LightItemTarget |
Definition at line 10 of file PlayerLightManager.c.
Referenced by AddLightSource(), PlayerLightManager(), RemoveLightSource(), and UpdateLightSourceList().
PlayerBase m_Player |
Definition at line 12 of file PlayerLightManager.c.
ActionTargetLighSource m_SelectedLightSource |
Referenced by GetSelectedLightSourceIdx(), GetSelectedLightSourceTarget(), and SetSelectedLightSourceIdx().
ref array<ref ActionTarget> m_ValidLightItems |
Definition at line 11 of file PlayerLightManager.c.
Referenced by GetLightSourceList(), GetSelectedLightSourceTarget(), PlayerLightManager(), SelectLightSourceTarget(), and UpdateLightSourceList().