Get the total game frame count. @function Time:GetFrameCount @treturn int Total number of game frames.
| 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 |
no outgoing calls
no test coverage detected