MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / GetFrameCount

Method GetFrameCount

TombEngine/Scripting/Internal/TEN/Types/Time/Time.cpp:85–88  ·  view source on GitHub ↗

Get the total game frame count. @function Time:GetFrameCount @treturn int Total number of game frames.

Source from the content-addressed store, hash-verified

83 // @function Time:GetFrameCount
84 // @treturn int Total number of game frames.
85 int Time::GetFrameCount() const
86 {
87 return _frameCount;
88 }
89
90 /// Get the time in hours, minutes, seconds, and centiseconds as a table.
91 // @function Time:GetTimeUnits

Callers 2

CalculateActiveStateFunction · 0.80
UpdateFireSparksFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected