TIGetValue
호환성으로 인해 더 이상 사용하지 않습니다. 대신 Timer 관리자를 사용하십시오!
The TIGetValue function retrieves the value of the specified timer. The value of a timer is the elapsed time in seconds since the timer first received a start message.
double TIGetValue( long timerID // timer identifier );
Parameters
- timerID
- Specifies the timer of which value is to retrieve. timerID must be nonnegative.
Return Values
The return value is the elapsed time in seconds since the timer first received a start message.
Remarks
Global Timer Manager is able to work only with limited number of timers, so if you pass too great number in timerID parameter, TIGetValue does nothing.
Requirements
Header: Declared in GSTime.hpp
Import Library: Link with GSRootImp.lib