Difference between revisions of "GetLowResTimer"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (tidy, remove tag)
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetLowResTimer
 
|name=GetLowResTimer
 
|brief=Gets the current system tick count.
 
|brief=Gets the current system tick count.
 
|returntype=int
 
|returntype=int
|returndesc=
+
|returndesc=the current system tick count
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=
Line 11: Line 10:
 
== Description ==
 
== Description ==
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
Gets an int32 representing the system tick count. This is useful to create unique timestamps for
+
Gets an int32 representing the system tick count. This is useful to create unique timestamps for logging purposes
logging purposes
+
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Latest revision as of 21:51, 11 February 2010

Gets the current system tick count.

int GetLowResTimer(
);
Parameters:
None
Returns:

the current system tick count

Source:

script.ldf

Description

Gets an int32 representing the system tick count. This is useful to create unique timestamps for logging purposes