DayZ 1.24
Loading...
Searching...
No Matches
SpookyPlayerStalker Class Reference

this entity gets attached to each player while present in the spooky area More...

Inheritance diagram for SpookyPlayerStalker:
[legend]
Collaboration diagram for SpookyPlayerStalker:
[legend]

Protected Member Functions

override void EEInit ()
 

Protected Attributes

ref UniversalTemperatureSource m_UTSource
 
ref UniversalTemperatureSourceSettings m_UTSSettings
 
ref UniversalTemperatureSourceLambdaConstant m_UTSLConstant
 

Detailed Description

this entity gets attached to each player while present in the spooky area

Definition at line 320 of file SpookyAreaMisc.c.

Member Function Documentation

◆ EEInit()

override void SpookyPlayerStalker::EEInit ( )
inlineprotected

Definition at line 328 of file SpookyAreaMisc.c.

329 {
330 super.EEInit();
331
332 if (GetGame().IsServer() || !GetGame().IsMultiplayer())
333 {
335 m_UTSSettings.m_Updateable = true;
336 m_UTSSettings.m_UpdateInterval = 3;
337 m_UTSSettings.m_TemperatureMin = -20;
338 m_UTSSettings.m_TemperatureMax = -20;
339 m_UTSSettings.m_RangeFull = 2;
340 m_UTSSettings.m_RangeMax = 2;
341 m_UTSSettings.m_TemperatureCap = -20;
342 m_UTSSettings.m_ManualUpdate = false;
343
346 m_UTSource.SetActive(true);
347 }
348
349 }
ref UniversalTemperatureSourceSettings m_UTSSettings
ref UniversalTemperatureSource m_UTSource
ref UniversalTemperatureSourceLambdaConstant m_UTSLConstant
original Timer deletes m_params which is unwanted
proto native CGame GetGame()

References GetGame(), m_UTSLConstant, m_UTSource, and m_UTSSettings.

Member Data Documentation

◆ m_UTSLConstant

ref UniversalTemperatureSourceLambdaConstant SpookyPlayerStalker::m_UTSLConstant
protected

Definition at line 325 of file SpookyAreaMisc.c.

Referenced by EEInit().

◆ m_UTSource

ref UniversalTemperatureSource SpookyPlayerStalker::m_UTSource
protected

Definition at line 323 of file SpookyAreaMisc.c.

Referenced by EEInit().

◆ m_UTSSettings

ref UniversalTemperatureSourceSettings SpookyPlayerStalker::m_UTSSettings
protected

Definition at line 324 of file SpookyAreaMisc.c.

Referenced by EEInit().


The documentation for this class was generated from the following file: