![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | OnStateSetImmediately () |
| void | OnNewTransitionSet (WeatherStateTransitionNode oldTransition, WeatherStateTransitionNode newTransition) |
| void | OnTransitionStarted (WeatherStateTransitionNode transition) |
| void | OnTransitionEnded (WeatherStateTransitionNode transition) |
Definition at line 7 of file BaseWeatherTransitionCallbacks.c.
|
inlineprotected |
Called when transition finishes and a new node is dequeued from the state transition queue.
| oldTransition | The state we just transitioned from |
| newTransition | The new state we will transition, after waiting for the state duration of oldTransition's state. |
Definition at line 21 of file BaseWeatherTransitionCallbacks.c.
|
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.
|
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.
|
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.