Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseWeatherTransitionCallbacks Class Reference
Inheritance diagram for BaseWeatherTransitionCallbacks:
SCR_WeatherTransitionCallback

Protected Member Functions

void OnStateSetImmediately ()
void OnNewTransitionSet (WeatherStateTransitionNode oldTransition, WeatherStateTransitionNode newTransition)
void OnTransitionStarted (WeatherStateTransitionNode transition)
void OnTransitionEnded (WeatherStateTransitionNode transition)

Detailed Description

Definition at line 7 of file BaseWeatherTransitionCallbacks.c.

Member Function Documentation

◆ OnNewTransitionSet()

void BaseWeatherTransitionCallbacks::OnNewTransitionSet ( WeatherStateTransitionNode oldTransition,
WeatherStateTransitionNode newTransition )
inlineprotected

Called when transition finishes and a new node is dequeued from the state transition queue.

Parameters
oldTransitionThe state we just transitioned from
newTransitionThe new state we will transition, after waiting for the state duration of oldTransition's state.

Definition at line 21 of file BaseWeatherTransitionCallbacks.c.

◆ OnStateSetImmediately()

void BaseWeatherTransitionCallbacks::OnStateSetImmediately ( )
inlineprotected

Called ONLY after weather is computed (Mainly probes & cloud shadowmap) after a call to RequestStateTransitionImmediately.

This callback will NOT be called if state is transitioning smoothly.

Definition at line 15 of file BaseWeatherTransitionCallbacks.c.

◆ OnTransitionEnded()

void BaseWeatherTransitionCallbacks::OnTransitionEnded ( WeatherStateTransitionNode transition)
inlineprotected

Called when a transition ends. Does not get called if state is transitioned immediately through RequestStateTransitionImmediately.

Definition at line 31 of file BaseWeatherTransitionCallbacks.c.

◆ OnTransitionStarted()

void BaseWeatherTransitionCallbacks::OnTransitionStarted ( WeatherStateTransitionNode transition)
inlineprotected

Called when a transition starts. Does not get called if state is transitioned immediately through RequestStateTransitionImmediately.

Definition at line 26 of file BaseWeatherTransitionCallbacks.c.


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