Recast  1
Game with custom magic
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Functions
TimeUtils Namespace Reference

Functions

long long int currentTimeMillis ()
 
double currentTimeSeconds ()
 

Detailed Description

Collection of functions which work with time.

Function Documentation

long long int TimeUtils::currentTimeMillis ( )
inline

Gets current time since Epoch in milliseconds.

Returns
Milliseconds since Epoch.

Here is the caller graph for this function:

double TimeUtils::currentTimeSeconds ( )
inline

Gets current time since Epoch in seconds.

Returns
Seconds since Epoch.

Here is the call graph for this function: