Torque3D Documentation / _generateds / GenericTimeSource

GenericTimeSource

Engine/source/core/util/timeSource.h

More...

Public Types

IPositionable< Tick >
Parent 
Tick
TickType 

Public Functions

Return the number of ticks since the time source has been started.

bool
bool

Pause the process.

Reset to the initial state.

Start the process.

stop()

Stop the process.

Detailed Description

Public Types

typedef IPositionable< Tick > Parent 
typedef Tick TickType 

Protected Attributes

TickType mPauseTime 
TickType mStartTime 
Timer mTimer 

Public Functions

GenericTimeSource()

getPosition()

Reimplemented from: IPositionable

isPaused()

isStarted()

pause()

Reimplemented from: IProcess

reset()

Reimplemented from: IResettable

setPosition(TickType pos)

start()

Reimplemented from: IProcess

stop()

Reimplemented from: IProcess