Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ InRange
Function
InRange
trinity/Controllers/Tr2TimelineController.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
};
30
31
bool InRange( float time, const Tr2TimelineEntry& range )
32
{
33
return time >= range.startTime && time < range.endTime;
34
}
35
36
}
37
Callers
10
Start
Method · 0.85
Stop
Method · 0.85
Update
Method · 0.85
SetActionStartTime
Method · 0.85
SetActionEndTime
Method · 0.85
SetActionTrackID
Method · 0.85
AddAction
Method · 0.85
RemoveAction
Method · 0.85
EnableTrack
Method · 0.85
SetTime
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected