MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / GetSleepTime

Method GetSleepTime

sources/effects/AnimationBase.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64};
65
66int AnimationBase::GetSleepTime()
67{
68 return _sleepTime;
69};
70
71int AnimationBase::clamp(int v, int lo, int hi)
72{

Callers 2

startMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected