Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
playerlightmanager.c File Reference

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 ActionTargetGetLightSourceList ()
 
void SetSelectedLightSourceIdx (int value)
 
int GetSelectedLightSourceIdx ()
 
void SelectLightSourceTarget (ActionTarget target)
 
ref ActionTarget GetSelectedLightSourceTarget ()
 

Variables

ActionTargetLighSource m_SelectedLightSource
 
ref ActionTargetLighSource m_LightItemTarget
 
ref array< ref ActionTargetm_ValidLightItems
 
PlayerBase m_Player
 

Function Documentation

◆ AddLightSource()

void AddLightSource ( Object  object)

Definition at line 22 of file playerlightmanager.c.

◆ GetLightSourceList()

ref array<ref ActionTarget> GetLightSourceList ( )

Definition at line 50 of file playerlightmanager.c.

◆ GetSelectedLightSourceIdx()

int GetSelectedLightSourceIdx ( )

Definition at line 60 of file playerlightmanager.c.

◆ GetSelectedLightSourceTarget()

ref ActionTarget GetSelectedLightSourceTarget ( )

Definition at line 71 of file playerlightmanager.c.

◆ PlayerLightManager()

void PlayerLightManager ( PlayerBase  player)

Definition at line 14 of file playerlightmanager.c.

◆ RemoveLightSource()

void RemoveLightSource ( Object  object)

Definition at line 28 of file playerlightmanager.c.

◆ SelectLightSourceTarget()

void SelectLightSourceTarget ( ActionTarget  target)

Definition at line 65 of file playerlightmanager.c.

◆ SetSelectedLightSourceIdx()

void SetSelectedLightSourceIdx ( int  value)

Definition at line 55 of file playerlightmanager.c.

◆ UpdateLightSourceList()

void UpdateLightSourceList ( )

Definition at line 35 of file playerlightmanager.c.

Variable Documentation

◆ m_LightItemTarget

ref ActionTargetLighSource m_LightItemTarget

Definition at line 10 of file playerlightmanager.c.

◆ m_Player

PlayerBase m_Player

Definition at line 12 of file playerlightmanager.c.

◆ m_SelectedLightSource

ActionTargetLighSource m_SelectedLightSource

◆ m_ValidLightItems

ref array<ref ActionTarget> m_ValidLightItems

Definition at line 11 of file playerlightmanager.c.