MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / scanlineAnimation

Method scanlineAnimation

source/game/StarAiDatabase.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81Animation AiDatabase::scanlineAnimation() const {
82 auto animation = m_animationConfig.scanlineAnimation;
83 animation.setColor(Color::rgbaf(1.0f, 1.0f, 1.0f, m_animationConfig.scanlineOpacity));
84 return animation;
85}
86
87float AiDatabase::charactersPerSecond() const {
88 return m_animationConfig.charactersPerSecond;

Callers 1

AiInterfaceMethod · 0.80

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected