getElapsedTime

The getElapsedTime method returns the value of m_Time, the current system time.

This method is useful for debugging purposes. Using it, you can determine when a state was entered, when an event was put in the event queue, and so on.

Visibility
Public
Signature
RP_FRAMEWORK_DLL timeUnit getElapsedTime() const 
Returns

m_Time, the current system time


Feedback