Index
trap_Milliseconds
Description
Get the number of milliseconds since Quake 3 started running.
Prototype
int
trap_Milliseconds
(
void
)
;
Parameters
This function has no parameters.
Remarks
Get current time for profiling reasons.
This should NOT be used for any game related tasks, because it is not journaled.
Return value
Returns the number of milliseconds that have elapsed since Quake 3 was executed.
See also
Author(s)
-=Hunter-Killer=-
QuakeIII trap calls reference