![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ActionTargetLighSource |
Functions | |
| void | AddLightSource (Object object) |
| ref array< ref ActionTarget > | GetLightSourceList () |
| int | GetSelectedLightSourceIdx () |
| ref ActionTarget | GetSelectedLightSourceTarget () |
| void | PlayerLightManager (PlayerBase player) |
| void | RemoveLightSource (Object object) |
| void | SelectLightSourceTarget (ActionTarget target) |
| void | SetSelectedLightSourceIdx (int value) |
| void | UpdateLightSourceList () |
Variables | |
| ref ActionTargetLighSource | m_LightItemTarget |
| PlayerBase | m_Player |
| ActionTargetLighSource | m_SelectedLightSource |
| ref array< ref ActionTarget > | m_ValidLightItems |
| void AddLightSource | ( | Object | object | ) |
Definition at line 22 of file playerlightmanager.c.
References m_LightItemTarget, UpdateLightSourceList(), and vector::Zero.
| ref array< ref ActionTarget > GetLightSourceList | ( | ) |
Definition at line 50 of file playerlightmanager.c.
References m_ValidLightItems.
| int GetSelectedLightSourceIdx | ( | ) |
Definition at line 60 of file playerlightmanager.c.
References m_SelectedLightSource.
| ref ActionTarget GetSelectedLightSourceTarget | ( | ) |
Definition at line 71 of file playerlightmanager.c.
References ActionTarget, m_SelectedLightSource, and m_ValidLightItems.
| void PlayerLightManager | ( | PlayerBase | player | ) |
Definition at line 14 of file playerlightmanager.c.
References m_LightItemTarget, and m_ValidLightItems.
| void RemoveLightSource | ( | Object | object | ) |
Definition at line 28 of file playerlightmanager.c.
References m_LightItemTarget, UpdateLightSourceList(), and vector::Zero.
| void SelectLightSourceTarget | ( | ActionTarget | target | ) |
Definition at line 65 of file playerlightmanager.c.
References ActionTarget, m_ValidLightItems, and SetSelectedLightSourceIdx().
| void SetSelectedLightSourceIdx | ( | int | value | ) |
Definition at line 55 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().
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().