PC Stable Documentation
|
|
Private Member Functions | |
void | UniversalTemperatureSourceLambdaBase () |
void | ~UniversalTemperatureSourceLambdaBase () |
void | Execute (UniversalTemperatureSourceSettings pSettings, UniversalTemperatureSourceResult resultValues) |
void | DryItemsInVicinity (UniversalTemperatureSourceSettings pSettings) |
void | DryItemsInVicinity (UniversalTemperatureSourceSettings pSettings, vector position, out notnull array< Object > nearestObjects) |
void | WarmAndCoolItemsInVicinity (UniversalTemperatureSourceSettings pSettings, vector position, out notnull array< Object > nearestObjects) |
void | OnBeforeExecute () |
void | OnAfterExecute () |
void | OnUTSActivate () |
void | OnUTSDeactivate () |
bool | AffectsPlayer () |
Private Attributes | |
protected float | m_LastExecuteTime = -1 |
protected float | m_ExecuteInterval = -1 |
protected bool | m_AffectsPlayer |
const float | HEAT_THROUGH_AIR_COEF = 0.003 |
|
inlineprivate |
References m_AffectsPlayer.
|
private |
|
inlineprivate |
References m_AffectsPlayer.
|
private |
|
private |
|
private |
Referenced by UniversalTemperatureSourceDebug::Update().
|
inlineprivate |
References g_Game, and m_LastExecuteTime.
Referenced by UniversalTemperatureSourceDebug::Update().
|
inlineprivate |
References g_Game, m_ExecuteInterval, and m_LastExecuteTime.
Referenced by UniversalTemperatureSourceDebug::Update().
|
inlineprivate |
References m_LastExecuteTime.
|
inlineprivate |
References m_LastExecuteTime.
|
private |
|
private |
DEPRECATED
|
private |
Referenced by AffectsPlayer(), and UniversalTemperatureSourceLambdaBase().
|
private |
|
private |
Referenced by OnAfterExecute(), OnBeforeExecute(), OnUTSActivate(), and OnUTSDeactivate().