MCPcopy 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
31bool InRange( float time, const Tr2TimelineEntry& range )
32{
33 return time >= range.startTime && time < range.endTime;
34}
35
36}
37

Callers 10

StartMethod · 0.85
StopMethod · 0.85
UpdateMethod · 0.85
SetActionStartTimeMethod · 0.85
SetActionEndTimeMethod · 0.85
SetActionTrackIDMethod · 0.85
AddActionMethod · 0.85
RemoveActionMethod · 0.85
EnableTrackMethod · 0.85
SetTimeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected