MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SetFade

Method SetFade

engine/Poseidon/Game/TitEffects.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 _textFont = font;
221 _textSize = size;
222}
223void TitleEffectBasic::SetFade(float in, float out)
224{
225 _fadeInTime = _fadeInTotal = in;
226 _fadeOutTime = _fadeOutTotal = out;
227}
228
229void TitleEffectBasic::Init(float time)

Callers 1

CreateTitleEffectRscFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected