Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | ActionTargetLighSource |
Functions | |
void | PlayerLightManager (PlayerBase player) |
void | AddLightSource (Object object) |
void | RemoveLightSource (Object object) |
void | UpdateLightSourceList () |
ref array< ref ActionTarget > | GetLightSourceList () |
void | SetSelectedLightSourceIdx (int value) |
int | GetSelectedLightSourceIdx () |
void | SelectLightSourceTarget (ActionTarget target) |
ref ActionTarget | GetSelectedLightSourceTarget () |
Variables | |
ActionTargetLighSource | m_SelectedLightSource |
ref ActionTargetLighSource | m_LightItemTarget |
ref array< ref ActionTarget > | m_ValidLightItems |
PlayerBase | m_Player |
void AddLightSource | ( | Object | object | ) |
Definition at line 22 of file playerlightmanager.c.
ref array<ref ActionTarget> GetLightSourceList | ( | ) |
Definition at line 50 of file playerlightmanager.c.
int GetSelectedLightSourceIdx | ( | ) |
Definition at line 60 of file playerlightmanager.c.
ref ActionTarget GetSelectedLightSourceTarget | ( | ) |
Definition at line 71 of file playerlightmanager.c.
void PlayerLightManager | ( | PlayerBase | player | ) |
Definition at line 14 of file playerlightmanager.c.
void RemoveLightSource | ( | Object | object | ) |
Definition at line 28 of file playerlightmanager.c.
void SelectLightSourceTarget | ( | ActionTarget | target | ) |
Definition at line 65 of file playerlightmanager.c.
void SetSelectedLightSourceIdx | ( | int | value | ) |
Definition at line 55 of file playerlightmanager.c.
void UpdateLightSourceList | ( | ) |
Definition at line 35 of file playerlightmanager.c.
ref ActionTargetLighSource m_LightItemTarget |
Definition at line 10 of file playerlightmanager.c.
PlayerBase m_Player |
Definition at line 12 of file playerlightmanager.c.
ActionTargetLighSource m_SelectedLightSource |
ref array<ref ActionTarget> m_ValidLightItems |
Definition at line 11 of file playerlightmanager.c.